apify-shared


Nameapify-shared JSON
Version 1.2.1 PyPI version JSON
download
home_pageNone
SummaryTools and constants shared across Apify projects.
upload_time2024-12-06 11:46:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache Software License
keywords apify api shared scraping automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Apify Shared Python

The `apify-shared-python` is a Python library for containing constants and utilities which are used across
our other Python projects like [apify-client-python](https://github.com/apify/apify-client-python)
and [apify-sdk-python](https://github.com/apify/apify-sdk-python).

If you want to develop Apify Actors in Python,
check out the [Apify SDK for Python](https://docs.apify.com/sdk/python) instead.

## Installation

Requires Python 3.8+

You can install the package from its [PyPI listing](https://pypi.org/project/apify-shared).
To do that, simply run `pip install apify-shared` in your terminal.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "apify-shared",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "apify, api, shared, scraping, automation",
    "author": null,
    "author_email": "\"Apify Technologies s.r.o.\" <support@apify.com>",
    "download_url": "https://files.pythonhosted.org/packages/d5/12/3c6639116aba2b851b38bfcd5d81bb91f733f041c12c1d547028bd075a08/apify_shared-1.2.1.tar.gz",
    "platform": null,
    "description": "# Apify Shared Python\n\nThe `apify-shared-python` is a Python library for containing constants and utilities which are used across\nour other Python projects like [apify-client-python](https://github.com/apify/apify-client-python)\nand [apify-sdk-python](https://github.com/apify/apify-sdk-python).\n\nIf you want to develop Apify Actors in Python,\ncheck out the [Apify SDK for Python](https://docs.apify.com/sdk/python) instead.\n\n## Installation\n\nRequires Python 3.8+\n\nYou can install the package from its [PyPI listing](https://pypi.org/project/apify-shared).\nTo do that, simply run `pip install apify-shared` in your terminal.\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Tools and constants shared across Apify projects.",
    "version": "1.2.1",
    "project_urls": {
        "Apify Homepage": "https://apify.com",
        "Changelog": "https://github.com/apify/apify-shared-python/blob/master/CHANGELOG.md",
        "Issue tracker": "https://github.com/apify/apify-shared-python/issues",
        "Source": "https://github.com/apify/apify-shared-python"
    },
    "split_keywords": [
        "apify",
        " api",
        " shared",
        " scraping",
        " automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31ff9d60edc7602587a2e83f86687c2a1794d6ec7711599dbd0fb075e12d6abd",
                "md5": "2eb4c33ef3a5de99cbbcb585ffac68f9",
                "sha256": "cee136729c41c215796d8ca9f7b2e5736995d44f9471663d61827d16f592df9b"
            },
            "downloads": -1,
            "filename": "apify_shared-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2eb4c33ef3a5de99cbbcb585ffac68f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12404,
            "upload_time": "2024-12-06T11:46:17",
            "upload_time_iso_8601": "2024-12-06T11:46:17.790893Z",
            "url": "https://files.pythonhosted.org/packages/31/ff/9d60edc7602587a2e83f86687c2a1794d6ec7711599dbd0fb075e12d6abd/apify_shared-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5123c6639116aba2b851b38bfcd5d81bb91f733f041c12c1d547028bd075a08",
                "md5": "515816b75fae8e3d6b04b5dcb6f7f33f",
                "sha256": "986557e2b01c584aa57258fb4af83d32ecb6979c0d804ccbfda7c0e79a2d00b1"
            },
            "downloads": -1,
            "filename": "apify_shared-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "515816b75fae8e3d6b04b5dcb6f7f33f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13597,
            "upload_time": "2024-12-06T11:46:19",
            "upload_time_iso_8601": "2024-12-06T11:46:19.674184Z",
            "url": "https://files.pythonhosted.org/packages/d5/12/3c6639116aba2b851b38bfcd5d81bb91f733f041c12c1d547028bd075a08/apify_shared-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 11:46:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apify",
    "github_project": "apify-shared-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "apify-shared"
}
        
Elapsed time: 0.38446s