BPPY (Basic Package PYthon)
This Package offer mostly basic Python Functions like encrypting with sha256, using dates and other. The main reason to use this package is the sql.py, because it offers a simple to use sql class to
How to use the sql.py
- First you have to create a SQL_CLASS object, and select its sql database type, currently only Mysql and sqlite is supported, just type 'mysql' or 'sqlite'.
- Then you have to use .login() with the parameters. The 'tables' parameter is a list of the tablenames as Stings. You dont have to fill it out, you can also just fill it out in basic_read(), basic_write() or basic_delete(). Just remember you the have to use None to use the original tables.
- The you can then use the basic_read() or basic_write() function or just the Execute_SQL_Command() to use plain text sql querys. The args represent the columns to use and the kwargs are used for a where statement.
Release files for noideacore 1.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| noideacore-1.4.1.tar.gz | 36.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| noideacore-1.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 79.7 kB
Release files / noideacore-1.4.1.tar.gz
| Download URL | noideacore-1.4.1.tar.gz |
|---|---|
| Size | 36.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
589f1e1169cb9f8b3b26bb55d2d93d5d54ed73cb85e01a0c71015aaa4a1d72e0
|
|
BLAKE2b-256 checksum How to use checksums |
9eec86fe698a36cc68b41a0dcec8a271659f578e645924cefeb19375ad091f91
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.0.0 CPython/3.12.7 Linux/6.12.9-zen1-1-zen
|
Release files / noideacore-1.4.1-py3-none-any.whl
| Download URL | noideacore-1.4.1-py3-none-any.whl |
|---|---|
| Size | 43.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0ba4dcb0830479870a9856137933805e36bea3dd3f6136bb61a26cfda62d7651
|
|
BLAKE2b-256 checksum How to use checksums |
5ac1ca21fe4e87d65880f549ba5e6a90af027deda69e7de79e0e06877bfcc722
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.0.0 CPython/3.12.7 Linux/6.12.9-zen1-1-zen
|