Skip to main content

Unified configuration management library for Python

Project description

Proteus

Unified Configuration Management Library for Python

CI codecov Python Versions License

Proteus is a Python library that provides a clean, pattern-based approach to managing application configurations. It allows you to load settings from multiple formats (JSON, YAML, TOML, ENV) and access them through a unified interface, regardless of the source format.


Features

  • Multi-format Support: Load configurations from JSON, YAML, and TOML files seamlessly.
  • Unified Interface: Access all settings through a single, consistent API with dot-notation.
  • Smart Merging: Combine multiple configuration files with intelligent deep-merge.
  • Translation Engine: Convert configuration files between formats programmatically.
  • Thread-Safe: Optional singleton access via ConfigurationManager.instance().
  • Context Manager: Use with ConfigurationManager.temporary() for isolated workspaces.
  • Easily Extensible: Add support for new formats with minimal code.
  • Zero Heavy Dependencies: Only requires pyyaml and python-dotenv.

Quick Start

Installation

Install Proteus directly from PyPI:

pip install proteus-config

Basic Usage

from proteus import ConfigurationManager

config = ConfigurationManager()
config.load("examples/configs/app.yaml")

print(config.get("app_name"))
print(config.get("database.host"))
print(config.get("server.port"))

For a shared application-wide instance, use ConfigurationManager.instance().

For detailed and comprehensive examples covering all formats, see the examples/ directory.


Architecture and Design Patterns

Proteus is built on a foundation of proven design patterns from the Gang of Four catalog:

  • Optional Singleton Pattern: Global point of access to configuration.
  • Context Manager: Isolated temporary workspaces.
  • Facade Pattern: Simplified API over complex orchestration.
  • Factory Method Pattern: Transparent format detection and creator selection.
  • Template Method Pattern: Rigid algorithms for I/O with format-specific hooks.
  • Adapter Pattern: Decoupling from third-party parsing libraries.

For detailed architecture documentation and diagrams, see:


Development and Contributing

If you wish to contribute to the project or understand the development workflow, please refer to our Developer Guide.

Project Structure

proteus/
├── src/proteus/           # Source code
│   ├── core.py            # ConfigurationManager
│   ├── exceptions.py      # Custom exceptions
│   ├── adapters/          # Format adapters
│   ├── formats/           # Creator classes for readers/writers
│   ├── readers/           # Template Method readers
│   └── writers/           # Template Method writers
├── examples/             # Usage examples and configs
└── docs/                 # Documentation

License

This project is licensed under the MIT License - see the LICENSE file for details.


Contact

Luca Di Leo


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

proteus_config-1.0.0.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

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

proteus_config-1.0.0-py3-none-any.whl (30.5 kB view details)

Uploaded Python 3

File details

Details for the file proteus_config-1.0.0.tar.gz.

File metadata

  • Download URL: proteus_config-1.0.0.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for proteus_config-1.0.0.tar.gz
Algorithm Hash digest
SHA256 05ece8b0ac11ea630a2198a007777c6f4b94d4db7a3508113c095773be894af0
MD5 0156d6ee6547e24503c6c0d05265b9ef
BLAKE2b-256 c1121116a6da731e111107f6578ed7a7e534501b9fd3f3a4b2f50acc6dddc36c

See more details on using hashes here.

Provenance

The following attestation bundles were made for proteus_config-1.0.0.tar.gz:

Publisher: publish.yml on lucadileo9/proteus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: proteus_config-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 30.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for proteus_config-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 504f2c55d03f95f009d5de2e8c6b8ee968b9cf5aada673f594bd7f02b934c75d
MD5 d2bad6eb84f7122562bab62fad6002e3
BLAKE2b-256 feb4e26ea051b56379ef262186cdaab2c9384ae5b322fc0b807112278a743eb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for proteus_config-1.0.0-py3-none-any.whl:

Publisher: publish.yml on lucadileo9/proteus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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