Metadata-Version: 2.4
Name: GaMath
Version: 0.1.0
Summary: A Python Math Library.
Author-email: Cosmic Union <cosmicunion2@gmail.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

A simple math library.
## Installation
```bash
pip install GaMath
```
## Usage
```python
import GaMath

print(GaMath.plus(1, 1))
```

