apify-shared
DEPRECATED - Tools and constants shared across Apify projects.
What it is and what it does
Apify Shared Python was a utility library that provided shared constants and helper functions across Apify's Python projects. As of its last release, the package is no longer maintained and has been superseded: its constants are now exposed directly by the Apify SDK for Python, and its API models are available through the Apify API client for Python. The signing helpers have no public replacement and were implementation details.
The package remains installable from PyPI for backward compatibility, but importing it triggers a DeprecationWarning. The repository is archived, and no further releases, bug fixes, or security updates are planned. Existing installations will continue to work, but new projects should migrate to the Apify SDK or API client packages instead.
Use it for:
- Maintaining legacy code that depends on apify-shared without immediate refactoring—use only to keep existing projects running.
- Copying the signing helper functions into your own project if you depend on them.
- Understanding what constants and utilities were previously shared before migrating to the Apify SDK.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Apify Shared Python is a deprecated package that formerly provided shared constants and utilities for Apify projects; it is no longer maintained and should not be used in new projects.
No. Do not add this package to new projects. It is abandoned, unmaintained, and superseded by the Apify SDK for Python and Apify API client. Use it only if maintaining legacy code that already depends on it and cannot refactor immediately. Expect no further updates, security patches, or support.
Install
apify-shared on PyPI
pip
pip install apify-shareduv
uv add apify-sharedpoetry
poetry add apify-sharedInstalling apify-shared
Before you install
Low install friction, but the package is abandoned with no further releases or security updates planned. The repository is archived and importing emits a DeprecationWarning.
License in practice
Licensed under Apache-2.0 (permissive), but this is moot given the package is deprecated and unmaintained.
Quickstart
# Not recommended for new projects
import apify_shared
# Expect DeprecationWarning on import
Package is abandoned and will receive no further updates or security patches.
Verify before relying
- Whether existing installations in production environments face any known security or compatibility issues not yet disclosed.
- Exact timeline or conditions under which PyPI may remove or delist the package.
- Current status of code depending on the signing helpers (encode_base62, create_hmac_signature, create_storage_content_signature).
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 11 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 1,650,975/month — #3,682 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apify_shared-2.3.0-py3-none-any.whl
Keywords: apify, automation, chrome, crawlee, crawler, headless, scraper, scraping
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
apifyApify SDK for Python is the official framework…
permissive · top 15,000 on PyPI
apify-clientA Python client library for the Apify REST API…
permissive · top 5,000 on PyPI
wimpyWimpy provides a collection of commonly reused…
permissive · top 15,000 on PyPI
darkgraylibProvides shared utility code and abstractions…
permissive · top 15,000 on PyPI
scverse-miscProvides shared utility functions and helpers…
permissive · top 5,000 on PyPI
deprecatProvides a Python decorator to mark functions,…
permissive · top 15,000 on PyPI
getdaftThis package is a deprecated redirect to the…
unclear · top 15,000 on PyPI
packaging-legacyProvides access to deprecated Python packaging…
permissive · top 15,000 on PyPI
jupyter-contrib-coreProvides common utilities, API compatibility…
permissive · top 15,000 on PyPI
azure-commonProvides shared utilities and common code for…
permissive · top 1,000 on PyPI