Metadata-Version: 2.1
Name: datapools
Version: 0.1.12
Summary: Awesome datapools created by openlicenseai
Home-page: https://github.com/openlicenseai/datapools/
Author: openlicenseai
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytube
Requires-Dist: boto3
Requires-Dist: filetype
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: azure-identity
Requires-Dist: msgraph-sdk
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: gitchangelog; extra == "test"
Requires-Dist: mkdocs; extra == "test"
Requires-Dist: mkdocs-material; extra == "test"

# 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.
