Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/8451/confectioner
A modular config framework for Python applications
https://github.com/8451/confectioner
configuration python
Last synced: about 2 months ago
JSON representation
A modular config framework for Python applications
- Host: GitHub
- URL: https://github.com/8451/confectioner
- Owner: 8451
- License: mit
- Created: 2024-04-11T17:55:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:38:44.000Z (8 months ago)
- Last Synced: 2024-12-01T12:16:44.478Z (about 2 months ago)
- Topics: configuration, python
- Language: Python
- Homepage:
- Size: 2.74 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Confectioner
![](https://img.shields.io/badge/version-1.1.0-blue.svg)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![PyPI Downloads](https://img.shields.io/pypi/dm/confectioner.svg?label=PyPI%20downloads)](https://pypi.org/project/confectioner/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Coverage](https://raw.githubusercontent.com/8451/confectioner/meta/coverage/coverage.svg)](https://github.com/8451/confectioner/tree/meta/coverage)
[![docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://8451.github.io/confectioner)A modular config framework for Python applications.
## Installation
See our installation guide [here](docs/source/installation.md).## Usage
See our usage guide [here](docs/source/usage.md).## Contributing
If you would like to contribute to **confectioner**, please read the
[Contributing Guide](docs/source/contributing.md).## Changelog
A summary of recent updates to **confectioner** can be found in the
[Changelog](docs/source/changelog.md).## Maintainers
| Maintainer | Email |
|-----------------------------------------------------------|--------------------------|
| [Austin Warner](https://github.com/austinwarner-8451) | [email protected] |
| [Michael Stoepel](https://github.com/michaelstoepel-8451) | [email protected] |## Links
- Report a bug or request a feature: https://github.com/8451/confectioner/issues/new/choose
- Documentation: https://8451.github.io/confectioner