package for optimize common task
Project description
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})
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
pyreducer-0.0.15.tar.gz
(2.2 kB
view details)
File details
Details for the file pyreducer-0.0.15.tar.gz.
File metadata
- Download URL: pyreducer-0.0.15.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60adb63d1c75c9b3df647a55445f02f023d5a0954d4dd0a5d7001a2ba968f7c8
|
|
| MD5 |
d22a95fb030b444debf502fd471f520f
|
|
| BLAKE2b-256 |
6c5f758ab65b7d41e98a32be5d394d8d372e037db666d620cf311d02d1ac8c55
|