yxr-codeforces-core


Nameyxr-codeforces-core JSON
Version 0.0.2.5 PyPI version JSON
download
home_pageNone
SummarySimple Codeforces core api
upload_time2024-09-05 17:50:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2023 陈鼫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 codeforces yxr
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # yxr-codeforces-core

python3.8+ ([typing.Protocol](https://docs.python.org/3/library/typing.html#typing.Protocol) New in version 3.8.)

| feature                          | code | inline example doc | unit test | e2e test |
| -------------------------------- | ---- | ------------------ | --------- | -------- |
| account login                    | ✅    | ✅                  | ✅         | ✅        |
| submit code                      | ✅    | ✅                  | ✅         | ❌        |
| submission websocket             | ✅    | ✅                  | ✅         | ❌        |
| my submission page               | ✅    | ✅                  | ❌         | ❌        |
| contest register                 | ✅    | ✅                  | ❌         | ✅        |
| contest list                     | ✅    | ✅                  | ✅         | ❌        |
| contest meta                     | ✅    | ✅                  | ✅         | ❌        |
| contest standing(common/friends) | ✅    | ✅                  | ✅         | ❌        |
| problems                         | ✅    | ✅                  | ✅         | ❌        |
| specific problem                 | ✅    | ✅                  | ✅         | ❌        |
| language list                    | ✅    | ✅                  | ✅         | ❌        |
| pid/url parser                   | ✅    | ✅                  | ❌         | ❌        |
| domain 2 ip dig tool             | ❌    | ❌                  | ❌         | ❌        |

## Docs

[User](https://cromarmot.github.io/yxr-codeforces-core/user/index.html)

[Developer](https://cromarmot.github.io/yxr-codeforces-core/dev/index.html)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "yxr-codeforces-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "api, codeforces, yxr",
    "author": null,
    "author_email": "YeXiaoRain <yexiaorain@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/42/34/1bbfeafa9005f34bd963481abf7f6093f5901c6d31787269e9f3edd324eb/yxr_codeforces_core-0.0.2.5.tar.gz",
    "platform": null,
    "description": "# yxr-codeforces-core\n\npython3.8+ ([typing.Protocol](https://docs.python.org/3/library/typing.html#typing.Protocol) New in version 3.8.)\n\n| feature                          | code | inline example doc | unit test | e2e test |\n| -------------------------------- | ---- | ------------------ | --------- | -------- |\n| account login                    | \u2705    | \u2705                  | \u2705         | \u2705        |\n| submit code                      | \u2705    | \u2705                  | \u2705         | \u274c        |\n| submission websocket             | \u2705    | \u2705                  | \u2705         | \u274c        |\n| my submission page               | \u2705    | \u2705                  | \u274c         | \u274c        |\n| contest register                 | \u2705    | \u2705                  | \u274c         | \u2705        |\n| contest list                     | \u2705    | \u2705                  | \u2705         | \u274c        |\n| contest meta                     | \u2705    | \u2705                  | \u2705         | \u274c        |\n| contest standing(common/friends) | \u2705    | \u2705                  | \u2705         | \u274c        |\n| problems                         | \u2705    | \u2705                  | \u2705         | \u274c        |\n| specific problem                 | \u2705    | \u2705                  | \u2705         | \u274c        |\n| language list                    | \u2705    | \u2705                  | \u2705         | \u274c        |\n| pid/url parser                   | \u2705    | \u2705                  | \u274c         | \u274c        |\n| domain 2 ip dig tool             | \u274c    | \u274c                  | \u274c         | \u274c        |\n\n## Docs\n\n[User](https://cromarmot.github.io/yxr-codeforces-core/user/index.html)\n\n[Developer](https://cromarmot.github.io/yxr-codeforces-core/dev/index.html)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 \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 Codeforces core api",
    "version": "0.0.2.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/CroMarmot/yxr-codeforces-core/issues",
        "Homepage": "https://github.com/CroMarmot/yxr-codeforces-core"
    },
    "split_keywords": [
        "api",
        " codeforces",
        " yxr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5401f674555e7c092e374d91a1421c0775f65d7f80169ba06326d33d34f8077a",
                "md5": "5c204df6de9384ee5cd3269db16d19d5",
                "sha256": "901a9093e0527e87c39253ea80f800a5dd1aa69c8f94c32a9987777148e14ab2"
            },
            "downloads": -1,
            "filename": "yxr_codeforces_core-0.0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5c204df6de9384ee5cd3269db16d19d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 29118,
            "upload_time": "2024-09-05T17:50:51",
            "upload_time_iso_8601": "2024-09-05T17:50:51.709032Z",
            "url": "https://files.pythonhosted.org/packages/54/01/f674555e7c092e374d91a1421c0775f65d7f80169ba06326d33d34f8077a/yxr_codeforces_core-0.0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42341bbfeafa9005f34bd963481abf7f6093f5901c6d31787269e9f3edd324eb",
                "md5": "e9479a64ead48f1c921879148a2a29e4",
                "sha256": "ca387f515da6b641edca94881cd6fef04be4300273c1593cb612ef801d696a98"
            },
            "downloads": -1,
            "filename": "yxr_codeforces_core-0.0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "e9479a64ead48f1c921879148a2a29e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19206,
            "upload_time": "2024-09-05T17:50:53",
            "upload_time_iso_8601": "2024-09-05T17:50:53.293162Z",
            "url": "https://files.pythonhosted.org/packages/42/34/1bbfeafa9005f34bd963481abf7f6093f5901c6d31787269e9f3edd324eb/yxr_codeforces_core-0.0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-05 17:50:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CroMarmot",
    "github_project": "yxr-codeforces-core",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "yxr-codeforces-core"
}
        
Elapsed time: 0.35353s