Metadata-Version: 2.1
Name: toolstr
Version: 0.2.1
Summary: toolstr is a suite of str processing tools, including formatting and drawing
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: tooltime>=0.1.4
Requires-Dist: typing-extensions>=4.0.0
Requires-Dist: scikit-image>=0.19.2 ; extra == "performance"
Project-URL: Source, https://github.com/sslivkoff/toolstr
Provides-Extra: performance


# toolstr
- `toolstr` makes it easy to format numbers in python
- proper README coming later


## Install
```bash
git clone https://github.com/sslivkoff/toolstr
cd toolstr
python3 -m pip install -e ./
```


