Metadata-Version: 2.1
Name: utilitys
Version: 0.4.9
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
Provides-Extra: full

# Utilitys
## General Python Utilities

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

## Installation
`utilitys` lives in pypi too, so the easiest way to install it is through `pip`:
```bash
pip install utilitys
```
Note that a version of Qt must be installed for it to work, such as PyQt5/6 or Pyside2/6.
PyQt5 will also be installed with `pip install utilitys[full]`

Alternatively, you can do so through downloading the repository:
```bash
git clone https://gitlab.com/ntjess/utilitys
pip install -e ./utilitys # Or ./utilitys[full] as mentioned above
```

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

