pepperoni
Pepperoni is a toolkit for Python applications development making the process more convenient.
Features
Pepperoni provides a set of out-of-the-box solutions:
- Logger - alternative for Python built-in logging module with similar syntax but its own way of configuration and set of unique features.
- Sysinfo - container with information from different inputs such as systems descriptors, environment variables, execution arguments, user arguments, user commands, etc.
- Credentials - generic way for access to the most secure information placed into the special configuration files from within your applications.
- Database - wrapper of fantastic SQLAlchemy, gives simple interface that allow you to connect and interract with database and its objects from within your applications using minumum code.
Getting Started
Requirements
Operation systems: Windows, Linux, Mac OS.
Python version: 3.8.3.
Installation
Use pip to install the module:
pip install pepperoni
How to Use
Logger
import pepperoni
logger = pepperoni.logger()
Release files for pepperoni 0.2.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 | |
|---|---|---|---|
| pepperoni-0.2.1.tar.gz | 21.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pepperoni-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:48.0 kB
Release files / pepperoni-0.2.1.tar.gz
| Download URL | pepperoni-0.2.1.tar.gz |
|---|---|
| Size | 21.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
22eb6e729af31b81d6680ec34309ecc7d0b0f6bae00cb7d4510585a4847c3719
|
|
BLAKE2b-256 checksum How to use checksums |
62890cd0ed90ea5eba518e07802d2964767bc8dd4b4c1eaa1ccfc45e6232572c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
|
Release files / pepperoni-0.2.1-py3-none-any.whl
| Download URL | pepperoni-0.2.1-py3-none-any.whl |
|---|---|
| Size | 26.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1b686948c9abc7827e45040bbed879b614ddbb95f3fd8e32b7d782ca548ff248
|
|
BLAKE2b-256 checksum How to use checksums |
f081fa16acf279d45a045726f46139e51505216844e8700aafd7d61963622be7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
|