Skip to content

Cologler/execode-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages