python-async-scrapestack-client


Namepython-async-scrapestack-client JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/harttraveller/pasc
SummaryAn asynchronous client for web scraping using scrapestack.
upload_time2024-03-12 00:29:24
maintainerHart Traveller
docs_urlNone
authorHart Traveller
requires_python>3.9.7,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pasc (python-async-scrapestack-client)

Asynchronous client for [scrapestack](https://scrapestack.com/). *If you need to use this but are confused by the docs, then submit an issue and I will create formal docs. Right now this functions as a dependency for personal projects.*

## Installation

Install with pip:

```sh
pip install python-async-scrapestack-client
```

## Links

- [PyPi](https://pypi.org/project/python-async-scrapestack-client/)


## Tasks

- add docs
- add docstrings
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/harttraveller/pasc",
    "name": "python-async-scrapestack-client",
    "maintainer": "Hart Traveller",
    "docs_url": null,
    "requires_python": ">3.9.7,<4.0",
    "maintainer_email": "ruling_fiction.0b@icloud.com",
    "keywords": "",
    "author": "Hart Traveller",
    "author_email": "ruling_fiction.0b@icloud.com",
    "download_url": "https://files.pythonhosted.org/packages/60/cd/cfe0fbba4c32cb9976e2cbd40fab7980f1130e3f2df493aeecdf80f5b97d/python_async_scrapestack_client-0.1.5.tar.gz",
    "platform": null,
    "description": "# pasc (python-async-scrapestack-client)\n\nAsynchronous client for [scrapestack](https://scrapestack.com/). *If you need to use this but are confused by the docs, then submit an issue and I will create formal docs. Right now this functions as a dependency for personal projects.*\n\n## Installation\n\nInstall with pip:\n\n```sh\npip install python-async-scrapestack-client\n```\n\n## Links\n\n- [PyPi](https://pypi.org/project/python-async-scrapestack-client/)\n\n\n## Tasks\n\n- add docs\n- add docstrings",
    "bugtrack_url": null,
    "license": "",
    "summary": "An asynchronous client for web scraping using scrapestack.",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/harttraveller/pasc",
        "Repository": "https://github.com/harttraveller/pasc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3822880ad5258398c0153d9702cf81b04d5b46f4bcb9d8db0c634c12b78bae89",
                "md5": "da88cd1e86c2323f14e8764d15ac6722",
                "sha256": "62ed97b7f79eca22b6791430531e64682cdf9e9b069e3ccdbc767a38e4a9273e"
            },
            "downloads": -1,
            "filename": "python_async_scrapestack_client-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "da88cd1e86c2323f14e8764d15ac6722",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.9.7,<4.0",
            "size": 4951,
            "upload_time": "2024-03-12T00:29:22",
            "upload_time_iso_8601": "2024-03-12T00:29:22.987643Z",
            "url": "https://files.pythonhosted.org/packages/38/22/880ad5258398c0153d9702cf81b04d5b46f4bcb9d8db0c634c12b78bae89/python_async_scrapestack_client-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60cdcfe0fbba4c32cb9976e2cbd40fab7980f1130e3f2df493aeecdf80f5b97d",
                "md5": "8f40a66c57f32e65dc93f996f4af847d",
                "sha256": "6ec5e470c817e57ca2798f390d10305ff1487057d212964652b049abd3ce7539"
            },
            "downloads": -1,
            "filename": "python_async_scrapestack_client-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8f40a66c57f32e65dc93f996f4af847d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.9.7,<4.0",
            "size": 4113,
            "upload_time": "2024-03-12T00:29:24",
            "upload_time_iso_8601": "2024-03-12T00:29:24.381838Z",
            "url": "https://files.pythonhosted.org/packages/60/cd/cfe0fbba4c32cb9976e2cbd40fab7980f1130e3f2df493aeecdf80f5b97d/python_async_scrapestack_client-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 00:29:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "harttraveller",
    "github_project": "pasc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-async-scrapestack-client"
}
        
Elapsed time: 3.65897s