Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 625 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 625 Bytes

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.