Skip to content

meirdev/python-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Run

Run a python script with configurable access permissions. Inspired by deno run.

Caution

This is not a sandbox.

Example

Create a new file example.py:

with open("./hello.txt", "w") as fp:
    fp.write("Hello World!")

Run the script with python-run:

python -m python_run example.py

Demo

demo

About

Run a python script with configurable access permissions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages