Multi-type configuration library for Python
Project description
Aumbry is general purpose library for handling configuration within your Python applications. The project was born from constantly needing a simple interface for configuration models that came from multiple data sources.
Behind the scenes, Aumbry uses Alchemize to handle the conversion of the configuration data into application specific data models for your project.
Data Sources supported:
File
Consul
Etcd2
AWS Parameter Store
Configuration Formats Supported:
Yaml
Json
Installation
# Install base package
pip install aumbry
# Install consul support
pip install aumbry['consul']
# Install etcd2 support
pip install aumbry['etcd2']
# Install yaml support
pip install aumbry['yaml']
# Install parameter store dependencies
pip install aumbry['param_store']
# Installing multiple dependencies
pip install aumbry['etcd2','yaml']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 aumbry-0.11.0.tar.gz.
File metadata
- Download URL: aumbry-0.11.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.7.16 Linux/6.8.0-58-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2e09480a3c1aa10a6112d8d33bf2da182d8a8ae011f2c4a731917a6ed2c15a0
|
|
| MD5 |
c04eb67c81aad4f07c0245609280551b
|
|
| BLAKE2b-256 |
dc2b8e5675e2475b4704a4001bb333e81f5316c1af7b16b60f0c9f018bb19f9c
|
File details
Details for the file aumbry-0.11.0-py3-none-any.whl.
File metadata
- Download URL: aumbry-0.11.0-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.7.16 Linux/6.8.0-58-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
282f868201881c301ee18e627207a54a1a60cbf9f9d4cd91926aed6965225b76
|
|
| MD5 |
a731282442de875d6edcd6316af7b0bc
|
|
| BLAKE2b-256 |
b6f8e946a16986bf747a1d1609d26744ec62a4b1231ef9b2d673188cf144b037
|