Metadata-Version: 2.4
Name: configcalc
Version: 0.1.2
Summary: The purpose is to offer config files functionality with calculations that can be specified
Author-email: Raphael Proux <raphaelproux@gmail.com>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: pyparsing>=3.2.1
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.
