Skip to content

Repository files navigation

CodeRunner 🏃

A judge 👨🏽‍⚖️ for your programs, run and test your programs using Python

PyPIBuild StatuscodecovPyPI - FormatPyPI - Python VersionDocumentation StatusPyPI - Downloads

Installation

Install using pip from PyPI

pip install coderunner

or directly from GitHub if you cannot wait to test new features

pip install git+https://github.com/codeclassroom/CodeRunner.git

Usage

fromcoderunnerimportcoderunnerimportosfromdotenvimportload_dotenvload_dotenv()
source_code="testfiles/"+"test_python_input.py"language="Python3"output="testfiles/output/"+"output2.txt"Input="testfiles/input/"+"input.txt"API_KEY=os.environ["API_KEY"]
r=coderunner.code(source_code, language, output, Input)
# Necessary step to initialize API keys & URLr.api(key=API_KEY)
# run the coder.run()
print("Running r :")
print("Status : "+r.getStatus())
print("Output : "+r.getOutput())
# See Documentation for more methods.

Documentation

CodeRunner Documentation

Development

Prerequisites
  • Python 3.6+
  • virtualenv
  1. 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.
python tests.py
  1. Lint the project with
flake8 coderunner --max-line-length=88 --ignore=F401
black --check --diff coderunner

📝 Changelog

See the CHANGELOG.md file for details.

🔥 Powered By

Judge0 API - Free, robust and scalable open-source online code execution system

Author

👥 Bhupesh Varshney

forthebadge

📜 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.

About

A judge 👨🏽‍⚖️ for your programs, run and test your programs using python

Topics

Resources

Contributing

Stars

23 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages