Skip to content

coderclash/pythonpie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonPie - A Simple JSON API for Safely Running Python Code.

We run your codes.

** Warning, sandbox not implemented. Trust me. Not good. **

Features

  • Uses gevent for fastness.
  • Sandboxes python.

Install/Usage

Make sure redis is installed and running on the standard ports!

  1. git clone git@github.com:coderclash/pythonpie.git
  2. cd pythonpie
  3. mkvirtualenv pythonpie
  4. pip install -r requirements
  5. gunicorn pythonpie:app -b 127.0.0.1:5000
  6. python tests.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages