Skip to content

Commit 8dbe14b

Browse files
committed
adding docs
1 parent 49e0055 commit 8dbe14b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,27 @@
33
![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)
44

55
# covidmx
6-
Python SDK to get information about COVID-19 in México.
6+
Python API to get information about COVID-19 in México.
77

88
# Requirements
99

10-
11-
more-itertools>=6.0.0
12-
pandas>=0.25.2
13-
Unidecode>=1.1.1
10+
```
11+
more-itertools>=6.0.0
12+
pandas>=0.25.2
13+
Unidecode>=1.1.1
14+
```
1415

1516
# How to install
1617

17-
pip install covidmx
18+
```
19+
pip install covidmx
20+
```
1821

1922
# How to use
2023

2124
## Serendipia
2225

23-
Serendipia
26+
Serendipia publishes daily the information of the mexican *Secretaría de Salud* about covid in open format (.csv). This api downloads this data easily, making it useful for task automation.
2427

2528
```python
2629
from covidmx import CovidMX

0 commit comments

Comments
 (0)