Skip to main content

Judge0 API Interface written in Python

Project description

CodeRunner 🏃

Judge0 API Interface written in Python

PyPI Build Status PyPI - Python Version Documentation Status GitHub license GitHub issues PRs Welcome

Usage

  • Install coderunner.
pip install coderunner

Documentation

CodeRunner Documentation

Testing

Prerequisites
  1. Python 3.6+

  2. virtualenv

  3. Create virtual environment.

virtualenv -p python3 venv && cd venv && source bin/activate
  1. Clone the repository.
git https://github.com/codeclassroom/CodeRunner.git
  1. Install Dependencies.
pip install -r requirements.txt
  1. Run tests.
python3 tests.py
  1. Lint the project with
flake8 coderunner --max-line-length=88 --ignore=F401
pylint coderunner --disable=bad-continuation,invalid-name,too-many-instance-attributes

Author

👥 Bhupesh Varshney

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.

👋 Contributing

Please read the CONTRIBUTING guidelines for the process of submitting pull requests to us.

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

coderunner-0.4.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

coderunner-0.4-py3-none-any.whl (4.8 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