Metadata-Version: 2.1
Name: c19
Version: 0.0.5
Summary: COVID-19 stats package for the country of Pakistan.
Home-page: https://www.techtum.dev/work-c19-220109.html
Author: siphr
Author-email: pypi@techtum.dev
License: MIT
Project-URL: Bug Tracker, https://github.com/siphr/c19/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# c19

COVID-19 stats for the country of Pakistan.


# Usage

```
import c19

pk = c19.countries.pk()

pk.deaths()

pk.doses()

...

```


