Metadata-Version: 2.4
Name: trpl-m
Version: 2.1.0
Summary: Practice mental math in the terminal.
Author-email: Grant Achuzia <grant.achuzia@lumetnum.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: markdown-it-py>=3.0.0
Requires-Dist: mdurl>=0.1.2
Requires-Dist: Pygments>=2.19.1
Requires-Dist: rich>=13.9.4
Requires-Dist: setuptools>=78.1.0
Provides-Extra: dev
Requires-Dist: pytest>=8.4.0; extra == "dev"
Requires-Dist: black>=25.1.0; extra == "dev"
Requires-Dist: flake8>=7.2.0; extra == "dev"
Requires-Dist: pre-commit>=2.20.0; extra == "dev"
Dynamic: license-file

# TRPL-M

Got some time to spare? Then master mental math!

## Installation

In your terminal run the following command:

```bash
pip install trpl-m
trpl-m
```

## License

MIT License - more details in the  [LICENSE](LICENSE) file.
