apify-shared1.4.1
apify-shared1.4.1
Published
Tools and constants shared across Apify projects.
pip install apify-shared
Package Downloads
Authors
Project URLs
Requires Python
>=3.8
Dependencies
- build
~=1.0.3; extra == "dev"
- filelock
~=3.12.4; extra == "dev"
- mypy
~=1.7.1; extra == "dev"
- pre-commit
~=3.4.0; extra == "dev"
- pydoc-markdown
~=4.8.2; extra == "dev"
- pytest
~=7.4.2; extra == "dev"
- pytest-asyncio
~=0.21.0; extra == "dev"
- pytest-cov
~=4.1.0; extra == "dev"
- pytest-only
~=2.0.0; extra == "dev"
- pytest-timeout
~=2.2.0; extra == "dev"
- pytest-xdist
~=3.3.1; extra == "dev"
- respx
~=0.20.1; extra == "dev"
- ruff
~=0.1.13; extra == "dev"
- setuptools
>=68.0.0; extra == "dev"
- twine
~=5.1.1; extra == "dev"
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.