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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file abstract_essentials-0.0.0.5.tar.gz.
File metadata
- Download URL: abstract_essentials-0.0.0.5.tar.gz
- Upload date:
- Size: 28.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a11fa5d51347df4670e7fbdc0f5c2919eaefc2025d16c04041e2889b7b29c396
|
|
| MD5 |
2b0d896cf42e54f3496a2614578ca00d
|
|
| BLAKE2b-256 |
725d4ea6773bcaa1c6109a850d5dffe1cd63285ae9c3cdcc40e89c602f328f4f
|
File details
Details for the file abstract_essentials-0.0.0.5-py3-none-any.whl.
File metadata
- Download URL: abstract_essentials-0.0.0.5-py3-none-any.whl
- Upload date:
- Size: 33.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec52e7a78e0f708e4ea42a03de838cdd03de3676694e07751d19d7e3a94e41b5
|
|
| MD5 |
e0a8b939a7745a96bc30baf77afd3e01
|
|
| BLAKE2b-256 |
90dd1666be28adb41545523d83de9d5cd650005ee9b64a9a19c05a1ee6bf16cc
|