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']
Release files for aumbry 0.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aumbry-0.7.0.tar.gz | 9.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aumbry-0.7.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 26.1 kB
Release files / aumbry-0.7.0.tar.gz
| Download URL | aumbry-0.7.0.tar.gz |
|---|---|
| Size | 9.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d26999a7e153abce26d9283d43204216de2d6954cba0f8677d8eb1eb1a2ec7b7
|
|
BLAKE2b-256 checksum How to use checksums |
50cea134e2c28d05b8810cf619bc6f3a0f6bcb1d8d73b3a66cb23542508cbff7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / aumbry-0.7.0-py2.py3-none-any.whl
| Download URL | aumbry-0.7.0-py2.py3-none-any.whl |
|---|---|
| Size | 17.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
b6cf6861774e51234bf4e14b22a2656346799f4cc807c46177e975cf220cd82a
|
|
BLAKE2b-256 checksum How to use checksums |
af82118a5a04bb6eecd82341cb814e6340c3a52ab060c5d97327208e8bc1a2c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |