A collection of helper for sql connections
Project description
connection-helper
usage
install / update package
pip install connection-helper -U
include in python
from connection_helper import sql, pgp
why use connection-helper
connection-helper
bundles some packages for connecting to sql databases
-
sql
is added as convenience wrapper for retrieving data from sql databasesconnect_sql()
to get get data from['mssql', 'sqlite','postgres']
- 🆕
unpack_sqlite_to_parquet()
to get all tables from a sqlite file as parquets - azure storage connector 🚧
-
pgp
cryptographic tools adapted from python-gnupg. this is a wrapper aroundgnupg
, but only offers some cenvenience or tailored options. feel free to use the original library or the GNU Privacy Guard.encrypt()
a message for one or more recipient(s) with a public keydecrypt()
a message with a private key. Passphrase must be provided via env variablefind_key()
in keyring- ...
💡 These methods require a pgp public/private key in the keyring
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 Distribution
Built Distribution
Close
Hashes for connection_helper-0.6.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa36664cb13657cf6dbf7064eec397ce05dbcc86cf78178e5e4f0b139b24e2e0 |
|
MD5 | 597fd32baf18a9ba61221d724df63111 |
|
BLAKE2b-256 | c18b2eb1432f9d512f58916a60f4fc2e11df9d3adde340589f6442c7fcb00e25 |