Metadata-Version: 2.1
Name: nonstd
Version: 0.0.8
Summary: Tom's non-standard library of useful classes and functions.
Home-page: https://github.com/tadamcz/nonstd
Author: tadamcz
Author-email: tadamczewskipublic@gmail.com
Requires-Python: >=3.8,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: codetiming (>=1.4.0,<2.0.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
Description-Content-Type: text/markdown

# My non-standard library
Personal collection of Python utilities.  

# Installation
```shell
pip install nonstd  # or `poetry add nonstd`
```
