Skip to main content

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 .env files
  • 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mmar_envops-1.0.0-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file mmar_envops-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: mmar_envops-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for mmar_envops-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7c0b01e139fa2ccc2676541c96abba47367bab861e36f6c8778c111123cb581f
MD5 677c7d141d2a721434972d0793927039
BLAKE2b-256 78e7eb4b87ac8afe6ca4e86ef3343aab05b5fd7ceb776b97391cbe204089d982

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page