Metadata-Version: 2.1
Name: pwx-db-connection
Version: 0.0.4
Summary: Connection to PostgreSQL and Redis - PWX
Home-page: UNKNOWN
Author: Guilherme Rosa Koerich
Author-email: guilherme@pwx.cloud
License: UNKNOWN
Description: ## Rabbit PWX Connection Data Base
        Project for PWX connection to PostgreSQL and Redis
        
        ### Update Project
        Faças as alterações, e mude no arquivo 
        `setup.py`, a próxima versão da biblioteca `version='0.0.9'`, por exemplo,
        e então comite-as na master. 
        
        Após o merge, realizar os seguintes passos:
        
        No terminal da virtualenv, digite:
        
        ``python setup.py sdist bdist_wheel``
        
        Em seguide, digite:
        
        ``twine upload dist/*``
        
        
Keywords: connection redis postgres pwx
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >3.4
Description-Content-Type: text/markdown
