Skip to main content

configuration manager for python

Project description

===============

Configuration Manager for Python

===============

Python Configuration


This library is designed for managing Configuration in Python projects and is inspired by

the Microsoft.Extensions.Configuration library in C#.

Installation


This library can be installed via pip:

.. code-block:: bash

pip install pyconfig

Usage


To use the configuration manager, you first need to create a ConfigurationBuilder

object and add one or more configuration sources.

For example, you can add a JSON file source and an environment variable source like this:

.. code-block:: python

from pyconfig import ConfigurationBuilder, IConfigurationBuilder



builder: IConfigurationBuilder = ConfigurationBuilder() \

    .add_json_file('config.json') \

    .add_environment_variables()



config = builder.build()

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

pyconfig_extension-0.1.0a1-py3-none-any.whl (35.4 kB view hashes)

Uploaded Python 3

Supported by

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