/covid-analyse

Primary LanguagePythonApache License 2.0Apache-2.0

COVID-19 analyse

Get and analyse data about COVID-19 . Main features:

  • Get by country list and and period
  • Prepare chart with data
  • Output solution with model

Examples

$ make
Some available commands:
 * run          - Run code.
 * test         - Run unit tests and test coverage.
 * doc          - Document code (pydoc).
 * clean        - Cleanup (e.g. pyc files).
 * code-style   - Check code style (pycodestyle).
 * code-lint    - Check code lints (pyflakes, pyline).
 * code-count   - Count code lines (cloc).
 * deps-install - Install dependencies (see requirements.txt).
 * deps-update  - Update dependencies (via pur).