hitchrunpy 0.5.0
pip install hitchrunpy==0.5.0
Released:
Tools to run and interact with python code.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Colm O'Connor
- Tags yaml
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Colm O'Connor
- Tags yaml
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
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
File details
Details for the file hitchrunpy-0.5.0.tar.gz
.
File metadata
- Download URL: hitchrunpy-0.5.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bc69d9dd4d5e22e70cb36adadca3da4b7a79b37c877a6056be1694796a8c999 |
|
MD5 | ddc3612100ef27cd562a41ce36702c93 |
|
BLAKE2b-256 | 790d1c424f6be77a2d9f9470199f53cdccab774bd0ea8838168b5099c3f79142 |