A lightweight, high-performance toolkit for managing posix environment variables, parsing .env structures, and handling secure runtime matrices.
Project description
POSIX Environment Management Tools (env_tools)
A high-performance, ultra-lightweight developer utility designed for seamless configuration mapping, .env file orchestration, and secure environment runtime operations.
Features
- Realtime Mapping: Fast process-level allocation using safe dictionary structures.
- Stream Validation: Lightweight
.envreader with automatic comment-line trimming. - Matrix Operations: Supports low-level isolated parameter matrices mapping via secondary native layers.
Installation
pip install env-tools-runtime
Basic Usage
import env_tools
# 1. Standard usage (loads real variables into os.environ)
env_tools.set_env("DB_HOST", "127.0.0.1")
env_tools.load_dotenv(".env")
# 2. Advanced matrix mapping (for compiled security layouts)
env_tools.load_env_matrix("MATRIX_TOKEN_KEY", "0xBLOCK_HASH_ID")
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 env_tools_runtime-1.0.1.tar.gz.
File metadata
- Download URL: env_tools_runtime-1.0.1.tar.gz
- Upload date:
- Size: 774.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba0b9e288cb83f59d6e7c7daeb645e43857daba305a3bb71a791fd5b869ade07
|
|
| MD5 |
275b57067231cee6a4f6105b2fedae63
|
|
| BLAKE2b-256 |
9792026731abb2410d495995586fbc525127143c1b41232e80b09191bb1a801a
|
File details
Details for the file env_tools_runtime-1.0.1-py3-none-any.whl.
File metadata
- Download URL: env_tools_runtime-1.0.1-py3-none-any.whl
- Upload date:
- Size: 774.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2400ec6ac100746d68a032e0e6222f9534428a144ead36c8bfca3e0a29011c0e
|
|
| MD5 |
fdd988d72a02442c67ad44f75531eec6
|
|
| BLAKE2b-256 |
ce1a8779394de1bbc30b0e2da3a94e483df49687f59f7b04939670ce6159f200
|