Metadata-Version: 2.1
Name: utilitys
Version: 0.2.6
Summary: Potpourri of functionalities
Home-page: https://gitlab.com/ntjess/utilitys
Author: Nathan Jessurun
Author-email: njessurun@ufl.edu
License: MIT
Download-URL: https://gitlab.com/ntjess/utilitys
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7.*
Description-Content-Type: text/markdown
Requires-Dist: pyqtgraph
Requires-Dist: pyqt5
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: opencv-python
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: typing-extensions

# Utilitys
## General Python Utilities

A collection of PyQt gui builders and other functions I've found helpful as I develop python mockups.

## Installation
```bash
git clone https://gitlab.com/ntjess/utilitys
pip install -e ./utilitys
```

## Usage
Usage will vary depending on the requested capabilities. Check out the `examples` folder for some usages

