Skip to content

KingDistributionsIncorporated/python-client

 
 

Repository files navigation

Requirements.

Python 2.7, 3.4+ Build Status

Sphere Engine SDK

python setup.py install

Or you can install from Github via pip:

pip install git+https://github.com/sphere-engine/python-client.git

Or you can install from PyPI:

pip install sphere-engine

To use the bindings, import the package:

import sphere_engine

Unit tests

./test.sh

Examples

Usage:

from sphere_engine import CompilersClientV4
client = CompilersClientV4('<token>', '<endpoint>')
r = client.submissions.create('<source_code>', compilerId, '<input>')
print(client.submissions.get(r['id']))

(...)

You will find many examples in the Examples folder.

Full list of compilers

A full list of programming languages is available at https://developer.sphere-engine.com/other/languages.

About

Python library for using Sphere Engine API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%