Metadata-Version: 2.1
Name: acl-cpp-python
Version: 0.5.0
Summary: Python bindings for the AtCoder Library
Keywords: AtCoder,AtCoder Library,ACL
Home-page: https://github.com/tatyam-prime/acl-cpp-python
Author: tatyam
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Project-URL: Homepage, https://github.com/tatyam-prime/acl-cpp-python
Project-URL: Repository, https://github.com/tatyam-prime/acl-cpp-python
Project-URL: Documentation, https://tatam-prime.github.io/acl-cpp-python/en/
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# 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/atcoder/ac-library) 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.
