starterpack library
Project description
senabase-starterpack
senabase-starterpack is library for fast prototyping
Installation
Use pip to download it from PyPI
$ pip install senabase-starterpack
The minimum required versions of the respective tools are:
psycopg2-binary>=2.9.*
pyyaml>=6.*
Example
sb_pg
Postgresql starterpack
from senabase.starterpack import sb_pg
sb_pg.configure('127.0.0.1', 5432, 'postgres', 'userid', 'userpassword')
q1 = 'select now()'
rs = sb_pg.get(q1)
sb_log
Logging starterpack
from senabase.starterpack import sb_log
sb_log.configure('proto')
sb_log.i('Information')
sb_log.d('Debug')
sb_log.e(Exception('Example exception'))
Project details
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
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 senabase-starterpack-0.1.4.tar.gz.
File metadata
- Download URL: senabase-starterpack-0.1.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b307d8b222c37b759b3820c8b257510ea159490457fa7d752da54ee26bdae8f
|
|
| MD5 |
9166216bf09979658bc51d775ae2998c
|
|
| BLAKE2b-256 |
441e1f24ed1c3048cbe4c5f347bc501097712e05239cd213b9e9134d93639d58
|
File details
Details for the file senabase_starterpack-0.1.4-py3-none-any.whl.
File metadata
- Download URL: senabase_starterpack-0.1.4-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c9d3483ae1b08be177f25f2e9ac2bfa22e3726221a4eef6e8fe08c5bbb9817b
|
|
| MD5 |
59ca1e81b19eb07b9fdc9c6a2e50be58
|
|
| BLAKE2b-256 |
810f626b02f5d4e2273b065a7c2424bb5ec6499d75e8c687ca89ee12c1219e9c
|