Metadata-Version: 2.1
Name: readsettings
Version: 3.4.1
Summary: Easily manage a customized settings file in JSON, YML, YAML or TOML which you can use for storing all of the settings for your application.
Home-page: https://github.com/Richienb/readsettings-python
Author: Richie Bendall
Author-email: richiebendall@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (~=5.1)
Requires-Dist: toml (~=0.10.0)

# ReadSettings For Python

[![Build Status](https://img.shields.io/travis/Richienb/readsettings-python/master.svg?style=for-the-badge)](https://travis-ci.org/Richienb/readsettings-python)
[![Code Quality](https://www.codefactor.io/repository/github/richienb/readsettings-python/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/richienb/readsettings-python)
[![Code Coverage](https://img.shields.io/codecov/c/gh/Richienb/readsettings-python/master.svg?style=for-the-badge)](https://codecov.io/gh/Richienb/readsettings-python/branch/master)

Easily manage a customized settings file in JSON, YML, YAML or TOML which you can use for storing all of the settings for your application.

For more information, visit [readsettings.richie-bendall.ml](https://readsettings.richie-bendall.ml/)


