Name | yxr-atcoder-core JSON |
Version |
0.0.3.5
JSON |
| download |
home_page | None |
Summary | Simple Atcoder core api |
upload_time | 2024-04-29 19:26:36 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2022 陈鼫RWHTYFZ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
api
atcoder
yxr
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# YeXiaoRain-Atcoder-Core
[![linting: yapf](https://img.shields.io/badge/linting-yapf-green)](https://github.com/google/yapf)
[![pages-build-deployment](https://github.com/CroMarmot/yxr-atcoder-core/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/CroMarmot/yxr-atcoder-core/actions/workflows/pages/pages-build-deployment)
[![Unit test](https://github.com/CroMarmot/yxr-atcoder-core/actions/workflows/unit-test.yml/badge.svg)](https://github.com/CroMarmot/yxr-atcoder-core/actions/workflows/unit-test.yml)
![python3.8+](https://shields.io/badge/python-3.8+-green?logo=python)
![requests](https://shields.io/badge/requests-2-green)
![BeautifulSoup4](https://shields.io/badge/BeautifulSoup-4-green)
![lxml](https://shields.io/badge/lxml-4-green)
![yapf](https://shields.io/badge/yapf-0.32-green)
![sphinx](https://shields.io/badge/Sphinx-5-green)
## About
Some Atcoder core api with `python >= 3.8`.
Based on this library, you can easily build command-line programs and intermediate services.
## Docs
[User Document](https://cromarmot.github.io/yxr-atcoder-core/usage/index.html)
[Developer Document](https://cromarmot.github.io/yxr-atcoder-core/dev/index.html)
## Currrent Feature List
- ac_core.auth module
- fetch_login()
- is_logged_in()
- ac_core.contest module
- fetch_standing()
- fetch_tasks()
- fetch_tasks_meta()
- parse_standing()
- parse_tasks()
- ac_core.language module
- fetch_language()
- ac_core.problem module
- parse_task()
- ac_core.result module
- fetch_result()
- fetch_result_by_url()
- parse_result()
- ac_core.submit module
- fetch_submit()
- ac_core.url module
- url_2_contest_id()
Raw data
{
"_id": null,
"home_page": null,
"name": "yxr-atcoder-core",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "api, atcoder, yxr",
"author": null,
"author_email": "YeXiaoRain <yexiaorain@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/ea/9f/4a52bf63a6882599bc2116e247727ee92e7694068c06a9a9d54353ff5a5d/yxr_atcoder_core-0.0.3.5.tar.gz",
"platform": null,
"description": "# YeXiaoRain-Atcoder-Core\n\n[![linting: yapf](https://img.shields.io/badge/linting-yapf-green)](https://github.com/google/yapf)\n[![pages-build-deployment](https://github.com/CroMarmot/yxr-atcoder-core/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/CroMarmot/yxr-atcoder-core/actions/workflows/pages/pages-build-deployment)\n[![Unit test](https://github.com/CroMarmot/yxr-atcoder-core/actions/workflows/unit-test.yml/badge.svg)](https://github.com/CroMarmot/yxr-atcoder-core/actions/workflows/unit-test.yml)\n\n![python3.8+](https://shields.io/badge/python-3.8+-green?logo=python)\n![requests](https://shields.io/badge/requests-2-green)\n![BeautifulSoup4](https://shields.io/badge/BeautifulSoup-4-green)\n![lxml](https://shields.io/badge/lxml-4-green)\n![yapf](https://shields.io/badge/yapf-0.32-green)\n![sphinx](https://shields.io/badge/Sphinx-5-green)\n\n## About\n\nSome Atcoder core api with `python >= 3.8`.\n\nBased on this library, you can easily build command-line programs and intermediate services.\n\n## Docs\n\n[User Document](https://cromarmot.github.io/yxr-atcoder-core/usage/index.html)\n\n[Developer Document](https://cromarmot.github.io/yxr-atcoder-core/dev/index.html)\n\n## Currrent Feature List\n\n- ac_core.auth module\n - fetch_login()\n - is_logged_in()\n- ac_core.contest module\n - fetch_standing()\n - fetch_tasks()\n - fetch_tasks_meta()\n - parse_standing()\n - parse_tasks()\n- ac_core.language module\n - fetch_language()\n- ac_core.problem module\n - parse_task()\n- ac_core.result module\n - fetch_result()\n - fetch_result_by_url()\n - parse_result()\n- ac_core.submit module\n - fetch_submit()\n- ac_core.url module\n - url_2_contest_id()\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2022 \u9648\u9f2bRWHTYFZ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Simple Atcoder core api",
"version": "0.0.3.5",
"project_urls": {
"Bug Tracker": "https://github.com/CroMarmot/yxr-atcoder-core/issues",
"Homepage": "https://github.com/CroMarmot/yxr-atcoder-core"
},
"split_keywords": [
"api",
" atcoder",
" yxr"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e370d21b08a76905676af1eb5c5245e675452bc9ab9b55d50297fd2f9336fd1e",
"md5": "354316d12f4ff828d9ae1f37063e4470",
"sha256": "403a12765e643e8467e0b9e170a2f1111061ecb20addb086b32ffe69ed0c53e6"
},
"downloads": -1,
"filename": "yxr_atcoder_core-0.0.3.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "354316d12f4ff828d9ae1f37063e4470",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 18504,
"upload_time": "2024-04-29T19:26:33",
"upload_time_iso_8601": "2024-04-29T19:26:33.641181Z",
"url": "https://files.pythonhosted.org/packages/e3/70/d21b08a76905676af1eb5c5245e675452bc9ab9b55d50297fd2f9336fd1e/yxr_atcoder_core-0.0.3.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea9f4a52bf63a6882599bc2116e247727ee92e7694068c06a9a9d54353ff5a5d",
"md5": "bd301e01bee949c5191dd4a89306efda",
"sha256": "67cafcacf212ea74bd1048f0a512c66ba4133cfdf95473bb96121b9c696d8b8e"
},
"downloads": -1,
"filename": "yxr_atcoder_core-0.0.3.5.tar.gz",
"has_sig": false,
"md5_digest": "bd301e01bee949c5191dd4a89306efda",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 12362,
"upload_time": "2024-04-29T19:26:36",
"upload_time_iso_8601": "2024-04-29T19:26:36.272854Z",
"url": "https://files.pythonhosted.org/packages/ea/9f/4a52bf63a6882599bc2116e247727ee92e7694068c06a9a9d54353ff5a5d/yxr_atcoder_core-0.0.3.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-29 19:26:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "CroMarmot",
"github_project": "yxr-atcoder-core",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "yxr-atcoder-core"
}