Skip to main content

No project description provided

Project description

execode

GitHub Build Status PyPI

Tool for easy to run .py.

API

API allow you run python code on current python runtime like use exec on code with correct globals info.

execode.run_py()

run a file like python ? on command line.

execode.run_py_m()

run a __main__.py like python -m ? on command line.

execode.exec_pkg_py()

run a .py file inside a package.

the .py file can use relative import.

this is helpful for dynimic import some files.

execode.pipenv_context

and you may want to use pipenv context like:

with execode.pipenv_context(THE_PIPFILE):
    execode.run_py(YOUR_FILE)

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

execode-0.1.2.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

execode-0.1.2-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

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