Metadata-Version: 2.4
Name: covid19br
Version: 0.0.2
Summary: Set of functions to import COVID-19 pandemic data into python
Author-email: "Fabio N. Demarqui" <fndemarqui@est.ufmg.br>
Project-URL: Homepage, https://github.com/fndemarqui/covid19br-py
Project-URL: Issues, https://github.com/fndemarqui/covid19br-py/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: requests
Dynamic: license-file

# covid19br

<!-- badges: start -->


<!-- badges: end -->

Set of functions to import COVID-19 pandemic data into python. 
The Brazilian COVID-19 data, obtained from the official Brazilian 
repository at <https://covid.saude.gov.br/>, is available at the 
country, region, state, and city levels. The package also 
downloads world-level COVID-19 data from Johns Hopkins University's 
repository. COVID-19 data is available from the start of follow-up 
until to May 5, 2023, when the World Health Organization (WHO) 
declared an end to the Public Health Emergency of International 
Concern (PHEIC) for COVID-19.

## Installation

You can install the development version of covid19br like so:

``` python
pip install covid19br
```

## Example

Downloading Lotofacil winners data:

``` python
from covid19br import download_covid19
br = download_covid19("brazil")
```
