Skip to content

Constants and utilities shared across Apify's Python libraries and projects.

License

Notifications You must be signed in to change notification settings

apify/apify-shared-python

Repository files navigation

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 and apify-sdk-python.

If you want to develop Apify Actors in Python, check out the Apify SDK for Python instead.

Installation

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.