apify-shared


Nameapify-shared JSON
Version 1.1.1 PyPI version JSON
download
home_page
SummaryTools and constants shared across Apify projects.
upload_time2024-01-08 13:20:02
maintainer
docs_urlNone
author
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": "",
    "name": "apify-shared",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "apify,api,shared,scraping,automation",
    "author": "",
    "author_email": "\"Apify Technologies s.r.o.\" <support@apify.com>",
    "download_url": "https://files.pythonhosted.org/packages/eb/45/56b69baaa244ae175ea15831afc0681ace0eeefea9d77c4c0fe3d90ba24a/apify_shared-1.1.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.1.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": "a53d52c3029e049912c4cdd246d56eea5bdf589cdc484e4cd0e4144479888db6",
                "md5": "842fdc2fc65fd88afe2e433ce1da49ce",
                "sha256": "955c966a5b7b32a19c93c14e53d96d1af89ee00f0197f31923d88332fbfb15ec"
            },
            "downloads": -1,
            "filename": "apify_shared-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "842fdc2fc65fd88afe2e433ce1da49ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12264,
            "upload_time": "2024-01-08T13:20:00",
            "upload_time_iso_8601": "2024-01-08T13:20:00.636943Z",
            "url": "https://files.pythonhosted.org/packages/a5/3d/52c3029e049912c4cdd246d56eea5bdf589cdc484e4cd0e4144479888db6/apify_shared-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb4556b69baaa244ae175ea15831afc0681ace0eeefea9d77c4c0fe3d90ba24a",
                "md5": "d568bb849c59462fed75bb72f399d3dd",
                "sha256": "3298c8260cab9f277c1c1d8c020270e5fe829425eb96767f0cfecd9dd85954e5"
            },
            "downloads": -1,
            "filename": "apify_shared-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d568bb849c59462fed75bb72f399d3dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13420,
            "upload_time": "2024-01-08T13:20:02",
            "upload_time_iso_8601": "2024-01-08T13:20:02.977237Z",
            "url": "https://files.pythonhosted.org/packages/eb/45/56b69baaa244ae175ea15831afc0681ace0eeefea9d77c4c0fe3d90ba24a/apify_shared-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-08 13:20:02",
    "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.22181s