Skip to main content

Sort Me API wrapper for Python. Automate with a bang!

Project description

Python wrapper for Sort Me API

Quick start

import sortme

api = sortme.API()

print(api.problems.get_by_id(1).statement.legend)
# Требуется сложить два целых числа $$A$$ и $$B$$.

print(api.users.get_by_id(578).handle)
# imachug

Documentation

Methods are almost fully compliant with Sort Me API Documentation. Well, except that snake_case is used instead if camelCase.

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

sortme-0.0.1a0.tar.gz (4.1 kB view hashes)

Uploaded Source

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