Environment and configuration operations for Python applications
Project description
mmar-envops
Environment and configuration operations for Python applications.
A facade for managing environment variables, configuration files, and system operations in Python applications.
Features
- Environment file handling: Read and parse
.envfiles - Configuration management: YAML-based configuration with environment-aware loading
- Settings integration: Pydantic settings support
- System operations: File system, git, and execution context utilities
Installation
pip install mmar-envops
Quick Start
from mmar_envops import EnvFileAccessor, Config
# Load environment variables from .env file
env = EnvFileAccessor.from_file(".env")
api_key = env.get("API_KEY")
# Load configuration from YAML
config = Config.from_yaml("config.yaml")
License
MIT
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
mmar_envops-1.0.3.tar.gz
(16.8 kB
view details)
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 mmar_envops-1.0.3.tar.gz.
File metadata
- Download URL: mmar_envops-1.0.3.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfdcc77e2edaa7b2bc5009980f6eeafe64e6025e079c3ad1e0e64683b914f6da
|
|
| MD5 |
d61977fb6873aa4f056b0aa793d5a838
|
|
| BLAKE2b-256 |
340a86a72dbc67f50be2ac85779442f8b6a19a828f3e0892a7568b4b0514bc0e
|
File details
Details for the file mmar_envops-1.0.3-py3-none-any.whl.
File metadata
- Download URL: mmar_envops-1.0.3-py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d76b7f9d684ad7e5bafec3e344339cf559f41409c9864f2dd51225a36ad70abd
|
|
| MD5 |
04249d45dac71c2d6ce0b59f5468e180
|
|
| BLAKE2b-256 |
1c1ddda17d76f560e026f75101738cee2cef9b8489d25f095900bcb40d6eafe2
|