Metadata-Version: 2.1
Name: datapools
Version: 0.1.7
Summary: Awesome datapools created by openlicenseai
Home-page: https://github.com/openlicenseai/datapools/
Author: openlicenseai
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# datapools

[![codecov](https://codecov.io/gh/openlicenseai/datapools/branch/main/graph/badge.svg?token=datapools_token_here)](https://codecov.io/gh/openlicenseai/datapools)
[![CI](https://github.com/openlicenseai/datapools/actions/workflows/main.yml/badge.svg)](https://github.com/openlicenseai/datapools/actions/workflows/main.yml)

Awesome datapools created by openlicenseai

## Install it from PyPI

```bash
pip install datapools
```

## Usage

```python
from datapools import datapool

datapool('id').crawl()
```

```bash
$ python -m datapools
#or
$ datapools
```

## Documentation
Documentation is available at [docs.openlicense.ai](https://docs.openlicense.ai)


## Development

Read the [CONTRIBUTING.md](https://github.com/openlicenseai/datapools/blob/master/CONTRIBUTING.md) file.
