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.2.tar.gz
(16.7 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.2.tar.gz.
File metadata
- Download URL: mmar_envops-1.0.2.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32365d4e5434e2519ff2d072934d9f69090bd365eb323a9cb720727816d6aa8e
|
|
| MD5 |
345c6e341c378c7c22d7e41f2f5c1b6c
|
|
| BLAKE2b-256 |
89ef1e4cd1298f7655f9fb67df100b82041a3cc84323f814a4b30877f1747e58
|
File details
Details for the file mmar_envops-1.0.2-py3-none-any.whl.
File metadata
- Download URL: mmar_envops-1.0.2-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c70664b0630d3dcba7330f5362f06788a67ae6b49f3f89d849f2b8f5475fabb
|
|
| MD5 |
95c1b01413ad9f5c18b0901131236930
|
|
| BLAKE2b-256 |
9270d03659ef1996f9504efee1159bce051e2e0549db3a9bc7eeb271b128ffee
|