Metadata-Version: 2.1
Name: nonstd
Version: 0.0.5
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: scipy (>=1,<1.9)
Description-Content-Type: text/markdown

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

# Installation
This package is available on PyPi as `nonstd`. If you're using `poetry` for example, you would install it as:

```shell
poetry add nonstd
```
