Metadata-Version: 2.4
Name: simple_calc_for_api_and_other
Version: 0.1.0
Summary: A simple TDD-based calculator core with precision settings
Author: Xindorgi
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# Calculator Core Package
This is a study project implementing TDD and Layered Architecture.
## Installation
```bash
pip install -i [https://test.pypi.org/simple/](https://test.pypi.org/simple/) simple_calc_for_api_and_other
