Skip to main content

The lean, dependency-free core of abstract_utilities: stdlib-only helpers (json/path/file/string/list/log) safe to import anywhere, including Termux/phone.

Project description

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.

Project details


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.14.tar.gz (18.6 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.14-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: abstract_essentials-0.0.0.14.tar.gz
  • Upload date:
  • Size: 18.6 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.14.tar.gz
Algorithm Hash digest
SHA256 d66997225c79038d55171c45deaaf33d30b81a2d70ac5d0183f4537b1cf366da
MD5 be9323e5187edeeb4939bd17e8607651
BLAKE2b-256 ffce30628db309859ed7277b0007001f10d7fc3a2a6a1b8c679854aa07bbd89e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for abstract_essentials-0.0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 71a62b741fa68b12fed75889f9e32162e7ef2a819dd183a9f415137f99e85acc
MD5 69d8a476f9cc16abc9e1b4f85fe28d6f
BLAKE2b-256 432462fb4f35580ecc67ef365b11382355b293d905cfa2aee96ffe68bd1143cb

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 Pingdom Monitoring Sentry Error logging StatusPage Status page