Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.84 KB

README.rst

File metadata and controls

69 lines (51 loc) · 1.84 KB

Epi Weeks

A Python package to calculate epidemiological weeks using US CDC (MMWR) and WHO (ISO) calculation methods.

Travis-CI Build Status Coverage Status Docs Status Supported versions PyPI Package latest release

Features

  • Support for both US CDC (MMWR) and WHO (ISO) calculation methods.
  • Accurate and reliable calculation.
  • Fully tested against multiple original references.
  • Calculation of start and end dates of week.
  • Iteration of year's weeks or week's dates.
  • Rich comparison between weeks.
  • Logical operations for weeks (addition, subtraction and containment).
  • Validation of input data.
  • ...and more.

Demo

Please visit https://www.dralshehri.com/epi-weeks to try the calculation function of this package as a simple usage example.

Installation

$ pip install epiweeks

Documentation

Please see https://epiweeks.readthedocs.io for full documentation of this package, including usage examples and API reference.

License

This package is distributed under an MIT licence. See LICENSE.rst file.