datapools


Namedatapools JSON
Version 2.0.225 PyPI version JSON
download
home_pagehttps://github.com/openlicenseai/datapools/
SummaryAwesome datapools created by openlicenseai
upload_time2024-11-07 20:24:43
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/af/7e/9a9b0a7ced1b649726f45b460fb77935bb7d1b5681ce0cb71b9054b5f835/datapools-2.0.225.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.225",
    "project_urls": {
        "Homepage": "https://github.com/openlicenseai/datapools/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd15f668eb9b72680dd25ba030a99656180a5171f622ea22619c3bc5f9130f60",
                "md5": "61c0e98353436461bee9440d3e6b668b",
                "sha256": "abe582cc83e182e286655b6eae41b6979544d5231fc9913bc78dfded198b48a8"
            },
            "downloads": -1,
            "filename": "datapools-2.0.225-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61c0e98353436461bee9440d3e6b668b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 109429,
            "upload_time": "2024-11-07T20:24:41",
            "upload_time_iso_8601": "2024-11-07T20:24:41.633702Z",
            "url": "https://files.pythonhosted.org/packages/cd/15/f668eb9b72680dd25ba030a99656180a5171f622ea22619c3bc5f9130f60/datapools-2.0.225-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af7e9a9b0a7ced1b649726f45b460fb77935bb7d1b5681ce0cb71b9054b5f835",
                "md5": "d69d77da9c57c936b39040ac3ff67365",
                "sha256": "d0d359b64717742fc5fe322b96cfe3f4a6be4c3f6c0b08a48511b05a122eb6ac"
            },
            "downloads": -1,
            "filename": "datapools-2.0.225.tar.gz",
            "has_sig": false,
            "md5_digest": "d69d77da9c57c936b39040ac3ff67365",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4855469,
            "upload_time": "2024-11-07T20:24:43",
            "upload_time_iso_8601": "2024-11-07T20:24:43.903795Z",
            "url": "https://files.pythonhosted.org/packages/af/7e/9a9b0a7ced1b649726f45b460fb77935bb7d1b5681ce0cb71b9054b5f835/datapools-2.0.225.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-07 20:24:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openlicenseai",
    "github_project": "datapools",
    "github_not_found": true,
    "lcname": "datapools"
}
        
Elapsed time: 0.43816s