acl-cpp-python


Nameacl-cpp-python JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://github.com/tatyam-prime/acl-cpp-python
SummaryPython bindings for the AtCoder Library
upload_time2025-02-01 09:50:27
maintainerNone
docs_urlNone
authortatyam
requires_python>=3.9
licenseNone
keywords atcoder atcoder library acl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # acl-cpp-python

[![GitHub: acl-cpp-python](https://img.shields.io/badge/GitHub-acl--cpp--python-darkmagenta?logo=GitHub&logoColor=white)](https://github.com/tatyam-prime/acl-cpp-python)
[![PyPI: acl-cpp-python](https://img.shields.io/badge/PyPI-acl--cpp--python-006dad?logo=PyPI&logoColor=white)](https://pypi.org/project/acl-cpp-python/)
[![AC Library: v1.5.1](https://img.shields.io/badge/AC%20Library-v1.5.1-seagreen)](https://github.com/atcoder/ac-library) [![License: CC0 1.0](https://img.shields.io/badge/License-CC0%201.0-darkgoldenrod)](https://creativecommons.org/publicdomain/zero/1.0/)

Documentation: [日本語](https://tatyam-prime.github.io/acl-cpp-python/ja/) | [English](https://tatyam-prime.github.io/acl-cpp-python/en/)

[acl-cpp-python](https://github.com/tatyam-prime/acl-cpp-python/) is a package that binds the [AtCoder Library (ACL)](https://github.com/atcoder/ac-library) implemented in C++ to Python.
Internally, it is implemented in C++, so you can use fast convolutions, flows, string algorithms, etc. from Python.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tatyam-prime/acl-cpp-python",
    "name": "acl-cpp-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "AtCoder, AtCoder Library, ACL",
    "author": "tatyam",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4d/8d/cb4f521eb50f78f9de4f8d8ad22c07a54a3aeaefad51b0ca763fc92f2d93/acl-cpp-python-0.6.1.tar.gz",
    "platform": null,
    "description": "# acl-cpp-python\n\n[![GitHub: acl-cpp-python](https://img.shields.io/badge/GitHub-acl--cpp--python-darkmagenta?logo=GitHub&logoColor=white)](https://github.com/tatyam-prime/acl-cpp-python)\n[![PyPI: acl-cpp-python](https://img.shields.io/badge/PyPI-acl--cpp--python-006dad?logo=PyPI&logoColor=white)](https://pypi.org/project/acl-cpp-python/)\n[![AC Library: v1.5.1](https://img.shields.io/badge/AC%20Library-v1.5.1-seagreen)](https://github.com/atcoder/ac-library) [![License: CC0 1.0](https://img.shields.io/badge/License-CC0%201.0-darkgoldenrod)](https://creativecommons.org/publicdomain/zero/1.0/)\n\nDocumentation: [\u65e5\u672c\u8a9e](https://tatyam-prime.github.io/acl-cpp-python/ja/) | [English](https://tatyam-prime.github.io/acl-cpp-python/en/)\n\n[acl-cpp-python](https://github.com/tatyam-prime/acl-cpp-python/) is a package that binds the [AtCoder Library (ACL)](https://github.com/atcoder/ac-library) implemented in C++ to Python.\nInternally, it is implemented in C++, so you can use fast convolutions, flows, string algorithms, etc. from Python.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python bindings for the AtCoder Library",
    "version": "0.6.1",
    "project_urls": {
        "Documentation": "https://tatam-prime.github.io/acl-cpp-python/en/",
        "Homepage": "https://github.com/tatyam-prime/acl-cpp-python",
        "Repository": "https://github.com/tatyam-prime/acl-cpp-python"
    },
    "split_keywords": [
        "atcoder",
        " atcoder library",
        " acl"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d8dcb4f521eb50f78f9de4f8d8ad22c07a54a3aeaefad51b0ca763fc92f2d93",
                "md5": "fabeee636b4e75d46c0d2a3adeedfad4",
                "sha256": "ee89ca79754dc59df261ac493570748c6a1df2b54051c191daac1f060328eff2"
            },
            "downloads": -1,
            "filename": "acl-cpp-python-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fabeee636b4e75d46c0d2a3adeedfad4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 46186,
            "upload_time": "2025-02-01T09:50:27",
            "upload_time_iso_8601": "2025-02-01T09:50:27.261341Z",
            "url": "https://files.pythonhosted.org/packages/4d/8d/cb4f521eb50f78f9de4f8d8ad22c07a54a3aeaefad51b0ca763fc92f2d93/acl-cpp-python-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-01 09:50:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tatyam-prime",
    "github_project": "acl-cpp-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "acl-cpp-python"
}
        
Elapsed time: 1.10533s