Pyreducer : Python work reducer
Pyreducer is Python work reducer package for reduce the complexity of common task
Installation :
pip install Pyreducer
how to use :
Create a new log File
from pyreducer import write_log
write_log('Log File Heading',Fresh=False)
Append to existing log File
Example For Str content
from pyreducer import write_log
write_log('content to the log File')
Example For Dict content
from pyreducer import write_log
write_log({'ID':12311,'status':True})
Release files for pyreducer 0.0.15
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyreducer-0.0.15.tar.gz | 2.2 kB | Details |
Release files / pyreducer-0.0.15.tar.gz
| Download URL | pyreducer-0.0.15.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
60adb63d1c75c9b3df647a55445f02f023d5a0954d4dd0a5d7001a2ba968f7c8
|
|
BLAKE2b-256 checksum How to use checksums |
6c5f758ab65b7d41e98a32be5d394d8d372e037db666d620cf311d02d1ac8c55
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.8
|