datapools


Namedatapools JSON
Version 1.0.174 PyPI version JSON
download
home_pagehttps://github.com/openlicenseai/datapools/
SummaryAwesome datapools created by openlicenseai
upload_time2024-07-27 06:42:46
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/cd/ef/d0b20a56733f2d27a15e680319c4820abdd54eb7aa0eb14a455b6c85a724/datapools-1.0.174.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.174",
    "project_urls": {
        "Homepage": "https://github.com/openlicenseai/datapools/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f66b15c7ce4dbc8e93eda82fd1fdbd16cb0e466c7dd1e260be696a528351c827",
                "md5": "3e0b58b9963c183a97acc4696d6f9a3d",
                "sha256": "6c09a60d966b3fe416e0f88c86ab88f29a460d21fe3cd7240ee6e3d8cfa32012"
            },
            "downloads": -1,
            "filename": "datapools-1.0.174-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e0b58b9963c183a97acc4696d6f9a3d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 83526,
            "upload_time": "2024-07-27T06:42:44",
            "upload_time_iso_8601": "2024-07-27T06:42:44.991965Z",
            "url": "https://files.pythonhosted.org/packages/f6/6b/15c7ce4dbc8e93eda82fd1fdbd16cb0e466c7dd1e260be696a528351c827/datapools-1.0.174-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdefd0b20a56733f2d27a15e680319c4820abdd54eb7aa0eb14a455b6c85a724",
                "md5": "8e5616e3162c7a59583bf44beb6e3ec5",
                "sha256": "bcda001f95c6b4c7b757054146a697c4806a029cd0e5dcfde6164c74263c67dd"
            },
            "downloads": -1,
            "filename": "datapools-1.0.174.tar.gz",
            "has_sig": false,
            "md5_digest": "8e5616e3162c7a59583bf44beb6e3ec5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1029151,
            "upload_time": "2024-07-27T06:42:46",
            "upload_time_iso_8601": "2024-07-27T06:42:46.850981Z",
            "url": "https://files.pythonhosted.org/packages/cd/ef/d0b20a56733f2d27a15e680319c4820abdd54eb7aa0eb14a455b6c85a724/datapools-1.0.174.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-27 06:42:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openlicenseai",
    "github_project": "datapools",
    "github_not_found": true,
    "lcname": "datapools"
}
        
Elapsed time: 0.34206s