Metadata-Version: 2.4
Name: quicktools-atom
Version: 0.1.1
Summary: Math and string utilities with a bundled CLI
Requires-Python: >=3.9
Description-Content-Type: text/markdown

\# quicktools



A small toolkit with math and string utilities, plus a bundled CLI.



\## Install



&#x20;   pip install quicktools-atom



\## Usage



&#x20;   from quicktools import mathtools, strtools



&#x20;   mathtools.is\_prime(97)

&#x20;   strtools.slugify("Hello World")



\## CLI



&#x20;   quicktools is-prime 97

&#x20;   quicktools stats 1 2 3 4 5

&#x20;   quicktools slugify "Hello World"

