Metadata-Version: 2.1
Name: pymmwr
Version: 0.2.0
Summary: MMWR weeks for Python
Home-page: https://github.com/reichlab/pymmwr
Author: Abhinav Tushar
Author-email: lepisma@fastmail.com
License: UNKNOWN
Keywords: mmwr week converter
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: attrs

=============================
pymmwr
=============================

.. image:: https://img.shields.io/travis/reichlab/pymmwr.svg?style=flat-square
    :target: https://travis-ci.org/reichlab/pymmwr

.. image:: https://img.shields.io/pypi/v/pymmwr.svg?style=flat-square
    :target: https://pypi.python.org/pypi/pymmwr

`MMWR weeks <https://wwwn.cdc.gov/nndss/document/MMWR_Week_overview.pdf>`_ for
Python. Port of `MMWRWeek <https://github.com/jarad/MMWRweek>`_.

Weekdays go from Sunday (1) to Saturday (7). See ``./tests.py`` for usage
instructions.

.. code-block:: shell

   pip install pymmwr


