Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page