This is a collection of tools to ease the use of postgreSQL in Python projects with psycopg2.
Project description
This is a collection of tools to ease the use of postgreSQL in Python projects with psycopg2.
Usage:
Import the class DataSource with:
from data_source import DataSource
Then create an instance of the DataSource class, providing a local or external database url:
dataSource = DataSource(DATABASE_URL)
A local DATABASE_URL might look like this:
postgres://<database_user_name>:<database_user_password>@localhost:/<database_name>
Methods: To be defined.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kck_data_source-1.1-py3-none-any.whl.
File metadata
- Download URL: kck_data_source-1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87ada06d0eb8c9a34c475589c1d6ea408c21a2b0c0242177f3f4f025ba1117ec
|
|
| MD5 |
a807945f7900d59ba23ada74f3bc97eb
|
|
| BLAKE2b-256 |
e843c115ebfb340e6b814b1f65ac849fbac5ff6849718e5652f3835b47a98eb6
|