Metadata-Version: 2.3
Name: qualibrate-config
Version: 0.1.1
Summary: 
License: BSD-3-Clause
Author: Quantum Machines
Author-email: info@quantum-machines.co
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: jsonpatch (>=1.33,<2.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: pydantic-settings (>=2.6.1,<3.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0) ; python_version < "3.11"
Requires-Dist: tomli-w (>=1.0.0,<2.0.0)
Description-Content-Type: text/markdown

# qualibrate-config

`qualibrate-config` is a crucial component of the QUAlibrate ecosystem, serving as the central configuration hub for the platform. It provides a robust framework for managing configuration settings not only for QUAlibrate but also for other Quantum Machines (QM) products.

## Key Features

- **Centralized Configuration Management**: `qualibrate-config` houses the configuration settings for QUAlibrate, ensuring a streamlined and consistent setup across various components of the platform.

- **Extensible Framework**: The configuration framework is designed to be extensible, allowing it to be utilized by other QM products, thereby promoting a unified configuration strategy across different tools and applications.

## Installation

To install `qualibrate-config`, use the following command:

```bash
pip install qualibrate-config
```

## Usage

Once installed, `qualibrate-config` can be used to generate and manage configuration files for QUAlibrate and other QM products. The configuration files are typically in TOML format and can be customized to fit specific project needs.

## License

`qualibrate-config` is licensed under the BSD-3-Clause license. For more details, see the [LICENSE](LICENSE) file.

## Contact

For any questions or support, please open a corresponding GitHub issue.

