Core classes and functions, reusable in any kind of Python application
Project description
Essentials
Core classes and functions, reusable in any kind of Python application.
$ pip install essentials
Features:
- exception classes to express common scenarios
- friendly JSON encoder, handling
datetime
,date
,time
,UUID
,bytes
, built-in enums, and instances of classes implementing adict()
method, like pydantic BaseModel - utilities to work with
folders
and paths StopWatch
implementation- a base class to handle classes that can be instantiated from configuration dictionaries
- common decorator to support retries
- common decorator to support logging function calls
- common decorator to control raised exceptions
Documentation
Please refer to documentation in the project wiki: https://github.com/RobertoPrevato/essentials/wiki.
Develop and run tests locally
pip install -r requirements.txt
# run tests using automatic discovery:
pytest
# with code coverage:
make testcov
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
essentials-1.1.2.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file essentials-1.1.2.tar.gz
.
File metadata
- Download URL: essentials-1.1.2.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
28114f597d7297198ec73ee687dc43ea312d6d76125ffe24961825880989404a
|
|
MD5 |
c32cdd554206cc7aee9ea598c985abda
|
|
BLAKE2b-256 |
6b00f113a3b209b8f1ceaa9735bc40cd73c05124e332ff9f3216b4b2bb83ddcb
|
File details
Details for the file essentials-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: essentials-1.1.2-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
591c7b798452ba370898703bf214a713a7c3b6e6b618675eeebce8b76acfc5d8
|
|
MD5 |
26e4b8ade2b14b9e833258a165d88d2c
|
|
BLAKE2b-256 |
db0296b03acd7540d1027d1a6737a1f364538a8e7021be1b36de7b5d06f4c283
|