Skip to main content

abstract_essentials

The lean, dependency-free core carved out of abstract_utilities.

Every symbol here depends only on the Python standard library — no third-party imports, no from .imports import * chains, no submodule fan-out. It imports fast and installs anywhere (desktop, server, Termux/Android phone), which makes it a safe foundation for the rest of the abstract_* tree to build on without dragging in the monolith.

Why this exists

abstract_utilities is imported by nearly every abstract_* package, so its size and entanglement (star-exports across a dozen submodules) ripple everywhere. abstract_essentials is the ~50-function subset that is actually used in practice, extracted as a clean, explicit API.

Install

pip install abstract_essentials

Use

from abstract_essentials import make_list, get_any_value, safe_read_from_json, get_logFile

The public API is whatever is listed in abstract_essentials.__all__ (53 symbols: json/path/file/string/list/type/log helpers).

Migrating off abstract_utilities

abstract_utilities can become a thin compatibility shim that re-exports from here (see abstract_utilities_compat_shim.py shipped alongside this scaffold), so existing from abstract_utilities import X keeps working while new code imports from abstract_essentials.

License

MIT — putkoff / Abstract Endeavors.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abstract_essentials-0.0.0.16.tar.gz (19.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

abstract_essentials-0.0.0.16-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

File details

Details for the file abstract_essentials-0.0.0.16.tar.gz.

File metadata

  • Download URL: abstract_essentials-0.0.0.16.tar.gz
  • Upload date:
  • Size: 19.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for abstract_essentials-0.0.0.16.tar.gz
Algorithm Hash digest
SHA256 13294f0c3ea5219e799863f17cc526fcafc439b3d4a2a2acf62dcfb98bb947fa
MD5 61dd69d69749f728e8cd44697f0d977e
BLAKE2b-256 8f86f510a53cdbc15eb88ee0bc7c314e7c8a54639188b2b3d5fb318250842023

See more details on using hashes here.

File details

Details for the file abstract_essentials-0.0.0.16-py3-none-any.whl.

File metadata

File hashes

Hashes for abstract_essentials-0.0.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 d5c014d415de3ed7c57618cb962a3072cad1e2893839087c6f8379d5556d6a10
MD5 28ccb2a665917f70561d1f394af06b02
BLAKE2b-256 fbfa2975f10420614a2a0634b5236fed31fae1e37a2f6afe64265413490a2ee3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page