Metadata-Version: 2.4
Name: pyillion
Version: 1.0.2
Summary: Convert integers into long-form -illion notation (million, billion, ...)
Author-email: Phannoiershit <buiphan022109@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/phannoiershit/pyillion
Project-URL: Source, https://github.com/phannoiershit/pyillion
Project-URL: Issues, https://github.com/phannoiershit/pyillion/issues
Keywords: illion,big-number,number-format,math
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# pyillion

**pyillion** is a small Python library that converts large integers into
long-form *-illion* notation such as **million**, **billion**, **trillion**, etc.

It is designed to be simple, fast, and dependency-free.

---

## ✨ Features

- Convert integers into human-readable *-illion* format
- Control decimal precision
- Expose both low-level helpers and a high-level API
- No external dependencies
- Works with very large integers

---

## 📦 Installation

```bash
pip install pyillion
```
## Patch for v1.0.2 (Current):
Fixed decillion to octodecillion
