Metadata-Version: 2.4
Name: paibox
Version: 1.3.0
Summary: Toolchain of PAICORE
License: GPL-3.0-or-later
License-File: LICENSE
Keywords: PAICORE,neuromorphic-chip,toolchain,brain-inspired-ai
Author: Ziru Pan
Author-email: zrpan@stu.pku.edu.cn
Maintainer: Siyuan Gao
Maintainer-email: siyuan-gao@outlook.com
Requires-Python: >=3.10
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Compilers
Requires-Dist: numpy (>=2.1.0,<3.0.0)
Requires-Dist: paicorelib (>=1.5.1,<1.6.0) ; platform_machine != "armv7l"
Requires-Dist: pydantic (>=2.0.3,<3.0.0)
Project-URL: Documentation, https://github.com/PAICookers/PAIBox#readme
Project-URL: Homepage, https://github.com/PAICookers/PAIBox
Project-URL: Repository, https://github.com/PAICookers/PAIBox
Description-Content-Type: text/markdown

<div align="center">

# PAIBox

</div>

<p align="center">
    <a href="https://github.com/PAICookers/PAIBox/blob/master/pyproject.toml">
        <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/paibox">
    </a>
    <a href="https://pypi.org/project/paibox/">
        <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/paibox?color=pink">
    </a>
    <a href="https://www.codefactor.io/repository/github/PAICookers/PAIBox">
        <img alt="CodeFactor Grade" src="https://img.shields.io/codefactor/grade/github/PAICookers/PAIBox?color=orange">
    </a>
    <a href="https://results.pre-commit.ci/latest/github/PAICookers/PAIBox/master">
        <img alt="pre-commit.ci status" src="https://results.pre-commit.ci/badge/github/PAICookers/PAIBox/master.svg">
    </a>
    <a href="https://codecov.io/gh/PAICookers/PAIBox" >
        <img src="https://codecov.io/gh/PAICookers/PAIBox/branch/master/graph/badge.svg?token=949SKVGRMC"/>
    </a>
</p>

👉 [用户使用指南](docs/Guide-of-PAIBox.md)

👉 [支持算子](docs/Support-Ops.md)

👉 [高效编写测试项目指南](docs/Guide-of-Test.md)

👉 [Changelog](./CHANGELOG.md)

