datapools


Namedatapools JSON
Version 1.0.207 PyPI version JSON
download
home_pagehttps://github.com/openlicenseai/datapools/
SummaryAwesome datapools created by openlicenseai
upload_time2024-09-12 10:17:01
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/86/f0/9c164e8f02dd6408200e0ce42c8657e9d2dc11c2b7b6dc7581aaa76e2231/datapools-1.0.207.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": "1.0.207",
    "project_urls": {
        "Homepage": "https://github.com/openlicenseai/datapools/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ca8643e9b7217c6f30368b8b2ba2232f77a0c19e193ffc315c133b17f8e833f",
                "md5": "97211ac1745a619bb1b92921e3d47a0b",
                "sha256": "949887366264836fb55799754f4de54d90ef76d12f3ef61891cf3f2adad47d3d"
            },
            "downloads": -1,
            "filename": "datapools-1.0.207-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "97211ac1745a619bb1b92921e3d47a0b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 94491,
            "upload_time": "2024-09-12T10:16:59",
            "upload_time_iso_8601": "2024-09-12T10:16:59.840294Z",
            "url": "https://files.pythonhosted.org/packages/7c/a8/643e9b7217c6f30368b8b2ba2232f77a0c19e193ffc315c133b17f8e833f/datapools-1.0.207-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86f09c164e8f02dd6408200e0ce42c8657e9d2dc11c2b7b6dc7581aaa76e2231",
                "md5": "b5d0556acc9a13752354f7f672a5820d",
                "sha256": "5c5d9efcb1b7849c0472cfeeb1cd0a06731097b01113554f992b058d6afca03b"
            },
            "downloads": -1,
            "filename": "datapools-1.0.207.tar.gz",
            "has_sig": false,
            "md5_digest": "b5d0556acc9a13752354f7f672a5820d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4837074,
            "upload_time": "2024-09-12T10:17:01",
            "upload_time_iso_8601": "2024-09-12T10:17:01.909436Z",
            "url": "https://files.pythonhosted.org/packages/86/f0/9c164e8f02dd6408200e0ce42c8657e9d2dc11c2b7b6dc7581aaa76e2231/datapools-1.0.207.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-12 10:17:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openlicenseai",
    "github_project": "datapools",
    "github_not_found": true,
    "lcname": "datapools"
}
        
Elapsed time: 0.47507s