Metadata-Version: 2.1
Name: confo
Version: 0.1.6.2
Summary: Confo is a configuration manager, built to support multiple backend systems
Home-page: https://github.com/sambe-consulting/confo
Author: Sambe Consulting
Author-email: development@sambe.co.za
License: Apache License 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: attrs (==20.3.0)
Requires-Dist: bleach (==3.3.0)
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: cffi (==1.14.5)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: cryptography (==3.4.6)
Requires-Dist: docutils (==0.16)
Requires-Dist: idna (==2.10)
Requires-Dist: importlib-metadata (==3.7.0)
Requires-Dist: iniconfig (==1.1.1)
Requires-Dist: jeepney (==0.6.0)
Requires-Dist: kazoo (==2.8.0)
Requires-Dist: keyring (==22.3.0)
Requires-Dist: packaging (==20.9)
Requires-Dist: pkginfo (==1.7.0)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: py (==1.10.0)
Requires-Dist: pybreaker (==0.4.5)
Requires-Dist: pycparser (==2.20)
Requires-Dist: Pygments (==2.8.0)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pytest (==6.2.2)
Requires-Dist: pytest-mock (==3.5.1)
Requires-Dist: readme-renderer (==29.0)
Requires-Dist: requests (==2.25.1)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: rfc3986 (==1.4.0)
Requires-Dist: SecretStorage (==3.3.1)
Requires-Dist: singleton-decorator (==1.0.0)
Requires-Dist: six (==1.15.0)
Requires-Dist: toml (==0.10.2)
Requires-Dist: toolz (==0.9.0)
Requires-Dist: tqdm (==4.59.0)
Requires-Dist: twine (==3.4.1)
Requires-Dist: typing-extensions (==3.7.4.3)
Requires-Dist: urllib3 (==1.26.3)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: WebOb (==1.8.7)
Requires-Dist: wget (==3.2)
Requires-Dist: zipp (==3.4.1)

<p align="center"><img src="https://raw.githubusercontent.com/sambe-consulting/confo/master/assets/logo.png" width="400"></p>

<p align="center"><h3 style="color: #193967; text-align: center">Distributed configuration manager for python</h3></p>

<p align="center">
<a href="https://github.com/sambe-consulting/confo/actions/workflows/pytest-workflow.yml"><img src="https://github.com/sambe-consulting/confo/actions/workflows/pytest-workflow.yml/badge.svg"></a>
<a href="https://houndci.com"><img src="https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg"></a>
<a href="https://github.com/apache/zookeeper/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/apache/zookeeper"></a></p>

## About Confo
Confo is a flexible multi backend configuration manager for python.Built to provide a unified configuration management interface in different environments.Confo supports both local configuration with json files and distributed configurations,best suited for micro-service and distributed systems development.

## Getting Started
To get started please read the documentation online at https://github.com/sambe-consulting/confo 


