hitchrunpy 0.1.6
pip install hitchrunpy==0.1.6
Newer version available (0.11.3)
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
Tools to run and interact with python code at arm’s length, from other python code.
Install
$ pip install hitchrunpy
Example
from hitchrunpy import ExamplePythonCode
ExamplePythonCode((
'with open("examplefile", "w") as handle:'
' handle.write("exampletext")'
)).run(
'/path/to/working_directory',
'/path/to/bin/python',
)
Features
Test variables for equality.
“Expect” exceptions and get detailed debugging info when the exception is not quite right.
Monitor what is printed to stdout.
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.1.6.tar.gz
.
File metadata
- Download URL: hitchrunpy-0.1.6.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d4e427dbbe15abcad1c3fd11ff47d04afc9fc3e69e964acd625aa9c5d325228 |
|
MD5 | 3e9cb8dbf2c5b8ff25ad3ae0e3e8e058 |
|
BLAKE2b-256 | a294dd7fe5d048e3251e761f807f7a3a9674f2171d5b387ba14286255faf7788 |