https://github.com/voidpp/configpp
Modular config file manager library in python
https://github.com/voidpp/configpp
configuration-management python3
Last synced: about 1 year ago
JSON representation
Modular config file manager library in python
- Host: GitHub
- URL: https://github.com/voidpp/configpp
- Owner: voidpp
- License: mit
- Created: 2018-09-15T08:57:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T10:38:11.000Z (over 3 years ago)
- Last Synced: 2025-03-15T17:07:12.183Z (over 1 year ago)
- Topics: configuration-management, python3
- Language: Python
- Size: 373 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/voidpp/configpp.svg?branch=master
:target: https://travis-ci.org/voidpp/configpp
.. image:: https://coveralls.io/repos/github/voidpp/configpp/badge.svg?branch=master
:target: https://coveralls.io/github/voidpp/configpp?branch=master
.. image:: https://readthedocs.org/projects/configpp/badge/?version=latest
:target: https://configpp.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/github/license/voidpp/configpp.svg
:alt: GitHub license
:target: https://github.com/voidpp/configpp/blob/master/LICENSE
.. image:: https://badge.fury.io/py/configpp.svg
:target: https://badge.fury.io/py/configpp
.. image:: https://img.shields.io/pypi/pyversions/configpp.svg
:target: https://pypi.python.org/pypi/configpp
About
-----
Modular config file manager library in python
Documentation
-------------
Full documentation: http://configpp.readthedocs.io/
Install
-------
::
pip install configpp