Metadata-Version: 2.4
Name: quicktools-atom
Version: 0.4.0
Summary: Math and string utilities with a bundled CLI, by AtomDev Studios
Author-email: Samuel Peprah <windscribe.samuel@gmail.com>
Project-URL: Homepage, https://github.com/Samuel-Peprah-cmd/quicktools
Project-URL: Repository, https://github.com/Samuel-Peprah-cmd/quicktools
Project-URL: Documentation, https://samuel-peprah-cmd.github.io/quicktools/
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: python-docx
Requires-Dist: pypdf
Requires-Dist: openpyxl
Requires-Dist: reportlab
Requires-Dist: PyYAML
Requires-Dist: pdf2docx
Requires-Dist: docx2pdf

\# 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"

