Small set of tools and utilities in python. Destined to be use in my personal projects.
Project description
pythonLib
This is my personal general case python modules and apps to be used in other projects
testEngine
Test engine is a simple module with the propose of running automated test, this allows to create test for the rest of the library easily. Test are separated in scenario, once a test in a scenario fail the rest of the scenario is skipped. It also outputs using colored test with errors in red and pass test in green. It has the following methods:
- testIfEqual
- testIfFalse
- testIfEqual
- testIfNotEqual
- ...
dateTime
Library to manage dates for other proposes.
Public methods for setting dates
- setToNow
- setTo (year, month, day, hour, minute, second)
- setToString (string)
- setMode (mode)
- mode1: YYYYMMDD
- mode2: DDMMYYYY
- mode3: MMDDYYYY
Public methods to get values from the object
- getDate
- getTime
- getDateTime
- getYear
- getMonth
- getDay
- getHour
- getMinute
- getSecond
- getMode
- getDateTimePathFomat (It prints the date and time in a format usable in paths, for files)
Log
A simple log system, it creates a log iwth 7 mask levels and a maximun size of file. If you log more lines than max it creates a new log file. Available masks
- INFO_MASK
- WARN_MASK
- ERROR_MASK
- COMMS_SEND_MASK
- COMMS_RECV_MASK
- HERMES_MASK000
- COMMS_MASK
- DEBUG_MASK
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
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 articlib-0.2.1.tar.gz.
File metadata
- Download URL: articlib-0.2.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.2 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bf0e999a66a99446973480b16ae5164bff3c7be17209d055f3e908258f0ae42
|
|
| MD5 |
b7d40f739f9969705d539f83319cbb7e
|
|
| BLAKE2b-256 |
32e2bb38d23d8625e1f28cbd36ad27be219b190e10d2d4d99a7b772c71a02341
|
File details
Details for the file articlib-0.2.1-py3-none-any.whl.
File metadata
- Download URL: articlib-0.2.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.2 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e652b8b33569f855b54d89954a0ccd89e6774c78d9ab3f0fc56302c402da45e
|
|
| MD5 |
71a7566590312901d7f114273f0cac03
|
|
| BLAKE2b-256 |
8421894a15778c9a4825de67c500f3687e060a9f61fb4d7b6b28c2ff4f2da318
|