Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
.. image:: https://travis-ci.org/pyarmory/aumbry.svg?branch=master :target: https://travis-ci.org/pyarmory/aumbry :alt: Travis CI Build
.. image:: http://codecov.io/github/pyarmory/aumbry/coverage.svg?branch=master :target: http://codecov.io/github/pyarmory/aumbry?branch=master :alt: Coverage
.. image:: https://readthedocs.org/projects/aumbry/badge/?version=latest :target: https://readthedocs.org/projects/aumbry/?badge=latest
.. image:: https://codeclimate.com/github/pyarmory/aumbry/badges/gpa.svg :target: https://codeclimate.com/github/pyarmory/aumbry :alt: Code Climate
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:
Configuration Formats Supported:
.. code-block:: shell
# 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']
FAQs
Multi-type configuration library for Python
We found that aumbry demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.