Metadata-Version: 2.1
Name: configcalc
Version: 0.1.1
Summary: The purpose is to offer config files functionality with calculations that can be specified
Author: Raphael Proux
Author-email: raphaelproux@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pyparsing (>=3.1.2,<4.0.0)
Description-Content-Type: text/markdown

# configcalc

[![PyPI - Version](https://img.shields.io/pypi/v/configcalc.svg)](https://pypi.org/project/configcalc)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/configcalc.svg)](https://pypi.org/project/configcalc)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install configcalc
```

## License

`configcalc` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

