Metadata-Version: 2.1
Name: datapipes
Version: 0.0.2
Summary: DataPipes for open data
Home-page: https://github.com/opencovid19data/opendata/
License: BSD-3-Clause
Author: OpenCOVID-19
Author-email: contact.opencovid19@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Documentation, https://datapipes.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/opencovid19data/opendata/
Description-Content-Type: text/markdown

# DataPipes

DataPipes for open data



## Installation

```bash
pip install datapipes
```



## Quick Start

```python
import datapipes
```



## Contributing



## License

DataPipes has an BSD-3-Clause license, as found in the [LICENSE](https://github.com/opencovid19data/opendata/blob/main/LICENSE) file.

