Skip to main content

capture and report function IO at runtime

Project description

python-io-capture

capture and report function IO at runtime

Installation

pip3 install python-io-capture

Usage

from example import example
from py_io_capture import decorate_module, dump_records
import atexit

example = decorate_module(example)
atexit.register(dump_records, "demo_dump.json")

if __name__ == "__main__":
    example.main()

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

python_io_capture-0.0.1.4.tar.gz (4.8 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