Metadata-Version: 2.1
Name: nonstd
Version: 0.0.1
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
Requires-Dist: pytest (>=7.1.3,<8.0.0)
Requires-Dist: scipy (>=1.9.1,<2.0.0)
Description-Content-Type: text/markdown

Tom's non-standard library of useful classes and functions.

# 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
```
