Skip to main content

A Python API for interacting with the Mooshak 2 REST API

Project description

Latest PyPI version Latest Travis CI build status Test Coverage Maintainability Documentation Status

mooshak2api is a Python API for interacting with the Mooshak 2 REST API.

Usage

Using this tool is super easy!

>>> import mooshak2api as api
>>> connection = api.login("http://localhost:8080/mooshak/api/", "test", "test", contest="ToPAS14")
>>> problem = api.problems.get(connection, "ToPAS14", "C")
>>> evaluation = problem.evaluate(connection, open("tests/example_code/test.c", "rb"))
>>> evaluation.status
'Wrong Answer'

Installation

Simply run pip install mooshak2api

Requirements

Python requests is required.

Compatibility

Only Python >= 3.6 is supported. It is recommended you use the latest version of Mooshak 2, as some older versions do not work completely

Help!

Is something not working properly? Are the docs awful? Want to help make this better? If the answer is yes then great! All you have to do is open an issue.

Licence

This software is released under the MIT License

Authors

mooshak2api was written by Aaron Walker.

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

mooshak2api-0.2.3.tar.gz (5.4 kB view details)

Uploaded Source

File details

Details for the file mooshak2api-0.2.3.tar.gz.

File metadata

  • Download URL: mooshak2api-0.2.3.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

File hashes

Hashes for mooshak2api-0.2.3.tar.gz
Algorithm Hash digest
SHA256 e905dbcb886a90a199ce75ca072198d2e8971f438cd7affa8c56f284057e66a0
MD5 dc2a28d56b8337dbb7a4e978cb7a1f61
BLAKE2b-256 bf44edce9538e18f86dc1d2541cfbc1406cd1d54a86fa3ea44b55c0e2f7804f2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page