Skip to content

Commit

Permalink
Complete rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 31, 2019
1 parent fe31493 commit f39482b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
============================================================
environ_config: Configuration with env variables for Python.
environ-config: Configuration with env variables for Python.
============================================================

.. image:: https://travis-ci.org/hynek/environ_config.svg?branch=master
Expand All @@ -16,7 +16,7 @@ environ_config: Configuration with env variables for Python.

.. begin
``environ_config`` allows you to configure your applications using environment variables – as recommended in `The Twelve-Factor App <https://12factor.net/config>`_ methodology – with elegant, boilerplate-free, and declarative code:
``environ-config`` allows you to configure your applications using environment variables – as recommended in `The Twelve-Factor App <https://12factor.net/config>`_ methodology – with elegant, boilerplate-free, and declarative code:

.. code-block:: pycon
Expand Down Expand Up @@ -60,9 +60,9 @@ Features
- Declarative & boilerplate-free.
- Nested config from flat env variable names.
- Default & mandatory values: enforce configuration structure without writing a line of code.
- Helpful debug logging that will tell you which variables are present and what ``environ_config`` is looking for.
- Built on top of `attrs <http://www.attrs.org/>`_ which gives you data validation and conversion for free.
- Plugable secrets extraction.
- Helpful debug logging that will tell you which variables are present and what ``environ-config`` is looking for.
- Built on top of `attrs <https://www.attrs.org/>`_ which gives you data validation and conversion for free.
- Pluggable secrets extraction.
Ships with:

* `HashiCorp Vault <https://www.vaultproject.io>`_ support via `envconsul <https://github.com/hashicorp/envconsul>`_.
Expand Down Expand Up @@ -98,5 +98,5 @@ Features
Project Information
===================

``environ_config`` is released under the `Apache License 2.0 <https://choosealicense.com/licenses/apache-2.0/>`_ license.
``environ-config`` is released under the `Apache License 2.0 <https://choosealicense.com/licenses/apache-2.0/>`_ license.
It targets Python 2.7, 3.5 and newer, and PyPy.

0 comments on commit f39482b

Please sign in to comment.