Metadata-Version: 2.4
Name: math_without_integers
Version: 0.1.1
Summary: Arithmetic operations without using integers at all
Author-email: First-Non-Interesting-Username <janekmusin@proton.me>
License: AGPL-3.0
Project-URL: Source, https://github.com/First-Non-Interesting-Username/calculatorWithoutInt
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Installation

To install the package from pypi, run:

```bash
pip install math_without_integers
```

**Note**: Most linux distros prohibit global pip installations. You have to figure it yourself how you can install the package. 

To use it in your python program (why?), add:

```python
from math_without_integers import zero_to_nine
from math_without_integers import zero_to_infinity
```

at the top of your python code.

## Docs
[zero_to_nine](math_without_integers/zero_to_nine.md)

[zero_to_infinity](math_without_integers/zero_to_infinity.md)

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=First-Non-Interesting-Username/calculatorWithoutInt&type=date&legend=top-left)](https://www.star-history.com/#First-Non-Interesting-Username/calculatorWithoutInt&type=date&legend=top-left)
