diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-02 09:23:18 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-02 09:23:18 +0100 |
commit | 2f0f28a0c5490f53e71e55a3bc4667bbeeae49b1 (patch) | |
tree | 4c0c60035f2f4c580a2111ed61cfca3f12485579 /README | |
parent | ba6329bbe14c832d42773dee2fe30bd7669ca255 (diff) | |
download | bsie-2f0f28a0c5490f53e71e55a3bc4667bbeeae49b1.tar.gz bsie-2f0f28a0c5490f53e71e55a3bc4667bbeeae49b1.tar.bz2 bsie-2f0f28a0c5490f53e71e55a3bc4667bbeeae49b1.zip |
readme and changelog
Diffstat (limited to 'README')
-rw-r--r-- | README | 56 |
1 files changed, 0 insertions, 56 deletions
@@ -1,56 +0,0 @@ - -Black Star Information Extraction -================================= - - -### Developer tools setup - -#### Test coverage (coverage) - -Resources: -* https://coverage.readthedocs.io/en/6.5.0/index.html -* https://nedbatchelder.com/blog/200710/flaws_in_coverage_measurement.html - -Commands: -$ pip install coverage -$ coverage run ; coverage html ; xdg-open .htmlcov/index.html - - - -#### Static code analysis (pylint) - -Resources: -* https://github.com/PyCQA/pylint -* https://pylint.org/ -* https://pylint.pycqa.org/en/latest/user_guide/messages/messages_overview.html#messages-overview - -Commands: -$ pip install pylint -$ pylint bsie - - - -#### Type analysis (mypy) - -Resources: -* https://github.com/python/mypy -* https://mypy.readthedocs.io/en/stable/ - -Commands: -$ pip install mypy -$ mypy - - - -#### Documentation (sphinx) - -Resources: -* -* - -Commands: -$ pip install ... -$ - - - |