Metadata-Version: 2.4
Name: thagomizer
Version: 0.5.3
Summary: A collection of useful tools in python.
Author-email: Srinivas Gorur-Shandilya <code@srinivas.gs>
Requires-Python: >=3.10
Requires-Dist: beartype>=0.19.0
Requires-Dist: xxhash>=3.5.0
Description-Content-Type: text/markdown

# thagomizer

General tools in python


## Installing for development

```bash
git clone https://github.com/sg-s/thagomizer.git
cd thagomizer
uv run ipython kernel install --user --name=thagomizer
uv sync
uv run --with jupyter jupyter lab
```