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.
- Host: GitHub
- URL: https://github.com/apify/apify-shared-python
- Owner: apify
- License: apache-2.0
- Created: 2023-07-07T09:00:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-05T17:59:31.000Z (3 months ago)
- Last Synced: 2026-01-13T16:41:28.010Z (2 months ago)
- Language: Python
- Size: 263 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.