Metadata-Version: 2.1
Name: python-runner
Version: 0.4.2
Summary: Helper for running python code indirectly
Home-page: http://github.com/alexmojaki/python_runner
Author: Alex Hall
Author-email: alex.mojaki@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'

# python_runner

[![Tests](https://github.com/alexmojaki/python_runner/actions/workflows/pytest.yml/badge.svg)](https://github.com/alexmojaki/python_runner/actions/workflows/pytest.yml) [![Coverage Status](https://coveralls.io/repos/github/alexmojaki/python_runner/badge.svg?branch=master)](https://coveralls.io/github/alexmojaki/python_runner?branch=master) [![Supports Python version 3.9](https://img.shields.io/pypi/pyversions/python_runner.svg)](https://pypi.python.org/pypi/python_runner)

Helper for running python code indirectly.


