sortme


Namesortme JSON
Version 0.0.1a0 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-22 21:28:01
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",
    "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/23/9c/59e19c9784c4573abd50e8cbdbf93d2e0e3f09a59833813f5d3c7eb4bff9/sortme-0.0.1a0.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.1a0",
    "split_keywords": [
        "sort-me.org",
        "sort-me",
        "sortme",
        "api",
        "sort_me",
        "sort",
        "me",
        "codeforces"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "239c59e19c9784c4573abd50e8cbdbf93d2e0e3f09a59833813f5d3c7eb4bff9",
                "md5": "64c62621bc87b9bf6aba4e52cf8e558b",
                "sha256": "b8419c140aa084e418f624e9ad270c46885db32750b235d6cff36469e001b714"
            },
            "downloads": -1,
            "filename": "sortme-0.0.1a0.tar.gz",
            "has_sig": false,
            "md5_digest": "64c62621bc87b9bf6aba4e52cf8e558b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4135,
            "upload_time": "2023-01-22T21:28:01",
            "upload_time_iso_8601": "2023-01-22T21:28:01.981502Z",
            "url": "https://files.pythonhosted.org/packages/23/9c/59e19c9784c4573abd50e8cbdbf93d2e0e3f09a59833813f5d3c7eb4bff9/sortme-0.0.1a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-22 21:28:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "sort-me",
    "github_project": "python-api",
    "lcname": "sortme"
}
        
Elapsed time: 0.04315s