Metadata-Version: 2.1
Name: psyshort
Version: 0.0.4
Summary: UNKNOWN
Home-page: https://github.com/Quit3Simpl3/psyshort
Author: Quit3Simpl3
License: UNKNOWN
Description: Making psycopg2 a little simpler to use.
        
        Usage:
        ```python
        from psyshort import Psyshort
        psy = Psyshort(my_server_address, my_database, my_username, my_password)
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
