Skip to main content

Tools to run and interact with python code.

Project description

Run, profile and interact with python code at arm’s length - from other python code.

HitchRunPy was developed to be able to run executable specifications of python libraries using hitchstory.

Note that HitchRunPy is ALPHA until it reaches version 1.0. APIs may change at any time and without warning.

Install

$ pip install hitchrunpy

Example

from hitchrunpy import ExamplePythonCode

ExamplePythonCode(
    '/path/to/bin/python',
    '/path/to/working_directory',
).with_code((
    'with open("examplefile", "w") as handle:'
    '     handle.write("exampletext")'
)).run()

Features

  • Pretty stack traces when your code snippets fail.

  • Interact with your code via a virtual terminal - send key strokes, wait for messages to appear on screen.

  • Generate profiling data from your code.

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

hitchrunpy-0.5.0.tar.gz (5.1 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