Directories | Description |
---|---|
.github | Github CI files |
examples | Project examples |
src | Project Source code |
test | Project test code |
Files | Description |
---|---|
.coveragerc | Coverage definition file |
.gitignore | Files git should ignore |
.pylintrc | Pylint definition |
.travis.yml | Travis CI instructions |
License.txt | Project license |
README.md | Project introduction |
release.md | Project Release notes |
requirements.txt | Dependencies |
setup.py | Create package file |
upload.bat | Upload to pypi |
init.py | Library load |
main.py | Code entry point. |
python -m pip install covid
python -m __main__.py
- This is how to use it