Tools and constants shared across Apify projects.
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
and apify-sdk-python.
If you want to develop Apify Actors in Python, check out the Apify SDK for Python instead.
Requires Python 3.8+
You can install the package from its PyPI listing.
To do that, simply run pip install apify-shared
in your terminal.