Metadata-Version: 2.1
Name: fenix-library-configuration
Version: 0.0.5
Summary: A library for parsing and storing settings and configurations
Home-page: https://gitlab.com/rebornos-team/fenix/libraries/configuration
Download-URL: https://pypi.org/project/fenix-library-configuration/
Author: shivanandvp
Author-email: shivanandvp.oss@gmail.com
Project-URL: Documentation, https://rebornos-team.gitlab.io/fenix/libraries/configuration/
Project-URL: Source, https://gitlab.com/rebornos-team/fenix/libraries/configuration
Project-URL: Tracker, https://gitlab.com/rebornos-team/fenix/libraries/configuration/issues
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Typing :: Typed
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


# Configuration - Fenix Library - RebornOS Team

*Documentation by @shivanandvp (shivanandvp@rebornos.org)*  

*Please refer to [`LICENSE`](./LICENSE) for license information.*

## Overview

The **configuration** package consists of the tools required to read and write `JSON` configuration files.

**Warning**: This package is still in the Alpha stage. It is not ready for production projects. Please do not use for any critical software

## [PLEASE CLICK HERE](https://rebornos-team.gitlab.io/fenix/libraries/configuration/index.html) for the full documentation
