An open API service indexing awesome lists of open source software.

https://github.com/apify/apify-shared-python

Constants and utilities shared across Apify's Python libraries and projects.
https://github.com/apify/apify-shared-python

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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