datapools


Namedatapools JSON
Version 2.0.239 PyPI version JSON
download
home_pagehttps://github.com/openlicenseai/datapools/
SummaryAwesome datapools created by openlicenseai
upload_time2025-01-24 16:32:13
maintainerNone
docs_urlNone
authoropenlicenseai
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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 crawl
...
await crawl(datapool_id=1)
```

```bash
$ python3 -m datapools --id=1
#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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openlicenseai/datapools/",
    "name": "datapools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "openlicenseai",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/41/e6/fa94d98cb36b7a592f2980e35cafc9c3e14e3506549ec5b13e7cb7204b64/datapools-2.0.239.tar.gz",
    "platform": null,
    "description": "# datapools\n\n[![codecov](https://codecov.io/gh/openlicenseai/datapools/branch/main/graph/badge.svg?token=datapools_token_here)](https://codecov.io/gh/openlicenseai/datapools)\n[![CI](https://github.com/openlicenseai/datapools/actions/workflows/main.yml/badge.svg)](https://github.com/openlicenseai/datapools/actions/workflows/main.yml)\n\nAwesome datapools created by openlicenseai\n\n## Install it from PyPI\n\n```bash\npip install datapools\n```\n\n## Usage\n\n```python\nfrom datapools import crawl\n...\nawait crawl(datapool_id=1)\n```\n\n```bash\n$ python3 -m datapools --id=1\n#or\n$ datapools\n```\n\n## Documentation\nDocumentation is available at [docs.openlicense.ai](https://docs.openlicense.ai)\n \n\n## Development\n\nRead the [CONTRIBUTING.md](https://github.com/openlicenseai/datapools/blob/master/CONTRIBUTING.md) file.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Awesome datapools created by openlicenseai",
    "version": "2.0.239",
    "project_urls": {
        "Homepage": "https://github.com/openlicenseai/datapools/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5a0699413e7525b3bcd3d10963417325c5555d283f8aa7012367337e4c402a5",
                "md5": "a57dffa46ff7bee6275bd0425d27eb2d",
                "sha256": "16364794bf9fb795421f5388f0e5e2a46dc1e599dae0d63c1ae56c0e8495a1e5"
            },
            "downloads": -1,
            "filename": "datapools-2.0.239-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a57dffa46ff7bee6275bd0425d27eb2d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 111102,
            "upload_time": "2025-01-24T16:32:09",
            "upload_time_iso_8601": "2025-01-24T16:32:09.192932Z",
            "url": "https://files.pythonhosted.org/packages/d5/a0/699413e7525b3bcd3d10963417325c5555d283f8aa7012367337e4c402a5/datapools-2.0.239-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41e6fa94d98cb36b7a592f2980e35cafc9c3e14e3506549ec5b13e7cb7204b64",
                "md5": "5309a2fdf61c01c455564666940afef9",
                "sha256": "353492ba7252c1f00ad4d8718c729aa212802a66ca161d672b0900e73b3482d2"
            },
            "downloads": -1,
            "filename": "datapools-2.0.239.tar.gz",
            "has_sig": false,
            "md5_digest": "5309a2fdf61c01c455564666940afef9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4858068,
            "upload_time": "2025-01-24T16:32:13",
            "upload_time_iso_8601": "2025-01-24T16:32:13.851758Z",
            "url": "https://files.pythonhosted.org/packages/41/e6/fa94d98cb36b7a592f2980e35cafc9c3e14e3506549ec5b13e7cb7204b64/datapools-2.0.239.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-24 16:32:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openlicenseai",
    "github_project": "datapools",
    "github_not_found": true,
    "lcname": "datapools"
}
        
Elapsed time: 0.45648s