apeye-core provides the core, offline-capable functionality for the broader `apeye` library. It acts as a foundational component, offering essential utilities that do not require network access. The library is actively maintained, with frequent minor releases mirroring PyPI updates.
pip install apeye-coreVerified import paths — ran on the pinned version, not inferred.
apeye-core provides foundational, offline functionality. For most user-facing interactions, such as creating URL objects or utilizing API tools, you should typically use the higher-level `apeye` library, which depends on `apeye-core`. This quickstart demonstrates a core component (URL) as exposed by `apeye`.
Install `apeye` (`pip install apeye`) for a full set of tools and refer to its documentation for usage examples.
Consult the GitHub repository's commit history or the `apeye` library's documentation for more detailed insights into specific changes.