No project description provided
Project description
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.
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
noideacore-1.1.0.tar.gz
(37.1 kB
view details)
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 noideacore-1.1.0.tar.gz.
File metadata
- Download URL: noideacore-1.1.0.tar.gz
- Upload date:
- Size: 37.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
548c14be8e4456a526f89169e2f04992a7746cb546ad6ac2dcd7e6d2160e2766
|
|
| MD5 |
ccd11956d4bbc00f3a62c1bce1aaf9d2
|
|
| BLAKE2b-256 |
89ad613156bbdc14dec632f1b537927e81f96c9ab02249fd32edc3d921738b21
|
File details
Details for the file noideacore-1.1.0-py3-none-any.whl.
File metadata
- Download URL: noideacore-1.1.0-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
636714c45482dcf0e0dd7b004d320153951fe7957a3c04d817dc0f6aecc123be
|
|
| MD5 |
93182c24ff2fd78f3cbb32d47222fec8
|
|
| BLAKE2b-256 |
d11aa9d6ae116d1ae48e23fa2972145d68c27438f52878bec743b5bbb04e568f
|