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.1.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.1.tar.gz.
File metadata
- Download URL: mmar_envops-1.0.1.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 |
4ae39e7fcbfead9555df6d48b75e4a6d6811fc5d78242bcf9746dceea599f058
|
|
| MD5 |
e95c7486ec58c3a5b3e9227c47ff7e53
|
|
| BLAKE2b-256 |
4d3562c99e7d2c8f3bcc95ec80a68758f0f48325c0c9c8b4ac6c4fae53bf765c
|
File details
Details for the file mmar_envops-1.0.1-py3-none-any.whl.
File metadata
- Download URL: mmar_envops-1.0.1-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 |
7d56c288e9431d47768447963136cae55fc68676070ca730d82750c1196381d7
|
|
| MD5 |
58630d2c491f44c173a954d4368646b2
|
|
| BLAKE2b-256 |
fde68894fcc29b7b0c085fbe27aee637d3c41c3ea31a790ac26df51b57ccb6fd
|