Metadata-Version: 2.1
Name: utilitys
Version: 0.2.3
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
Description: # 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
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
