Metadata-Version: 2.1
Name: pypgexec
Version: 1.3.3
Summary: Script to execute queries in postgres database
Home-page: https://pypi.org/project/pypgexec/
Author: Alexis Torres Valdes
Author-email: alexis89.dev@gmail.com
License: LGPL
Description: # How
        Script to execute queries in postgres database
        
        # Installation
        
        pip3 install pypgexec
        
        # Usage
        
        Is a console program and runs like a fiend. To get it running open a terminal and run the following command:
        
        $ pypgexec
        
        # Help
        
        $ pypgexec -h | --help
        
Keywords: python,database,postgres
Platform: Linux
Platform: Windows
Platform: MacOS
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3.6
Description-Content-Type: text/markdown
