Metadata-Version: 2.1
Name: db-conn
Version: 0.1
Summary: Database connection (Postgres, Redshift)
Home-page: https://github.com/oracy/db_conn
Author: Oracy Martos
Author-email: oramartos_21@hotmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: psycopg2

# Python Package

## db_conn

To use this package is necessary create file on your home `~`

```bash
    "~/access_information.json"
        {
            "database_name": {
                "host": "database-db.host.net",
                "user": "user",
                "password": "1234",
                "database": "database_name",
                "port": 5432
            },
        }
```


