Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaumebonet/libconfig
A library configuration module
https://github.com/jaumebonet/libconfig
configuration
Last synced: 5 days ago
JSON representation
A library configuration module
- Host: GitHub
- URL: https://github.com/jaumebonet/libconfig
- Owner: jaumebonet
- License: mit
- Created: 2017-10-02T17:18:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T07:27:25.000Z (over 5 years ago)
- Last Synced: 2024-12-10T04:21:25.596Z (28 days ago)
- Topics: configuration
- Language: Python
- Homepage: http://jaumebonet.cat/libconfig/
- Size: 1.64 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# libconfig
[![Build Status](https://travis-ci.org/jaumebonet/libconfig.svg?branch=master)](https://travis-ci.org/jaumebonet/libconfig)
[![Coverage Status](https://coveralls.io/repos/github/jaumebonet/libconfig/badge.svg?branch=master)](https://coveralls.io/github/jaumebonet/libconfig?branch=master)
[![codecov](https://codecov.io/gh/jaumebonet/libconfig/branch/master/graph/badge.svg)](https://codecov.io/gh/jaumebonet/libconfig)
[![Python Versions](https://img.shields.io/pypi/pyversions/libconfig.svg)](https://pypi.org/project/libconfig/)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/83a912fac873431a8a93f3c5af7159b5)](https://www.codacy.com/app/jaumebonet/libconfig?utm_source=github.com&utm_medium=referral&utm_content=jaumebonet/libconfig&utm_campaign=Badge_Grade)[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1494910.svg)](https://doi.org/10.5281/zenodo.1494910)
A library configuration module thought to ease the use of global configuration variables through a library.
Simply install it with:
```
pip install libconfig
```See the [full documentation](http://jaumebonet.cat/libconfig) for a detailed view on how to use it.