Metadata-Version: 2.4
Name: apify_shared
Version: 2.2.2b3
Summary: Tools and constants shared across Apify projects.
Keywords: apify,automation,chrome,crawlee,crawler,headless,scraper,scraping
Author: Apify Technologies s.r.o.
Author-email: Apify Technologies s.r.o. <support@apify.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Project-URL: Apify Homepage, https://apify.com
Project-URL: Changelog, https://github.com/apify/apify-shared-python/blob/master/CHANGELOG.md
Project-URL: Discord, https://discord.com/invite/jyEM2PRvMU
Project-URL: Issue Tracker, https://github.com/apify/apify-shared-python/issues
Project-URL: Source Code, https://github.com/apify/apify-shared-python
Description-Content-Type: text/markdown

# 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.10+

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.
