sortme-api


Namesortme-api JSON
Version 0.0.1a2 PyPI version JSON
download
home_pagehttps://github.com/sort-me/python-api
SummarySort Me API wrapper for Python. Automate with a bang!
upload_time2023-01-01 20:43:11
maintainer
docs_urlNone
authorSort Me
requires_python
licenseMIT
keywords sort-me.org sort-me sortme api sort_me sort me codeforces
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python wrapper for Sort Me API

## Quick start
```python
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](https://docs.sort-me.org). Well, except that `snake_case` is used instead if `camelCase`. 



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sort-me/python-api",
    "name": "sortme-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sort-me.org sort-me sortme api sort_me sort me codeforces",
    "author": "Sort Me",
    "author_email": "guys@sort-me.org",
    "download_url": "https://files.pythonhosted.org/packages/b4/a6/a357f4ef6cc877b43cafcd98bca64bfdf526539a3e3d2fe53db02b98cfc3/sortme-api-0.0.1a2.tar.gz",
    "platform": null,
    "description": "# Python wrapper for Sort Me API\n\n## Quick start\n```python\nimport sortme\n\napi = sortme.API()\n\nprint(api.problems.get_by_id(1).statement.legend)\n# \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0441\u043b\u043e\u0436\u0438\u0442\u044c \u0434\u0432\u0430 \u0446\u0435\u043b\u044b\u0445 \u0447\u0438\u0441\u043b\u0430 $$A$$ \u0438 $$B$$.\n\nprint(api.users.get_by_id(578).handle)\n# imachug\n```\n\n### Documentation\nMethods are almost fully compliant with [Sort Me API Documentation](https://docs.sort-me.org). Well, except that `snake_case` is used instead if `camelCase`. \n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Sort Me API wrapper for Python. Automate with a bang!",
    "version": "0.0.1a2",
    "split_keywords": [
        "sort-me.org",
        "sort-me",
        "sortme",
        "api",
        "sort_me",
        "sort",
        "me",
        "codeforces"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5d3182be71376d5771ce606575538565",
                "sha256": "1a7d6b4af3caee79c33b0988669e1597c5c6025abd9849752855f65689b65592"
            },
            "downloads": -1,
            "filename": "sortme-api-0.0.1a2.tar.gz",
            "has_sig": false,
            "md5_digest": "5d3182be71376d5771ce606575538565",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4162,
            "upload_time": "2023-01-01T20:43:11",
            "upload_time_iso_8601": "2023-01-01T20:43:11.626633Z",
            "url": "https://files.pythonhosted.org/packages/b4/a6/a357f4ef6cc877b43cafcd98bca64bfdf526539a3e3d2fe53db02b98cfc3/sortme-api-0.0.1a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-01 20:43:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "sort-me",
    "github_project": "python-api",
    "lcname": "sortme-api"
}
        
Elapsed time: 0.02729s