diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-04 16:37:15 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-04 16:37:15 +0100 |
commit | bd484c470a71fb63c7aa3a65a427226aff02adaf (patch) | |
tree | 82df3c3b75ffa5ce96e8b7202757f2f59973b83b /README | |
parent | 6dbd055531b311d02613ccefa9bc1cdb78507b98 (diff) | |
download | tagit-bd484c470a71fb63c7aa3a65a427226aff02adaf.tar.gz tagit-bd484c470a71fb63c7aa3a65a427226aff02adaf.tar.bz2 tagit-bd484c470a71fb63c7aa3a65a427226aff02adaf.zip |
README and CHANGELOG
Diffstat (limited to 'README')
-rw-r--r-- | README | 57 |
1 files changed, 0 insertions, 57 deletions
@@ -1,57 +0,0 @@ - -tagit - the BSFS frontend -========================= - - -### 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 tagit - - - -#### 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 ... -$ - - - - |