Metadata-Version: 2.3
Name: paicorelib
Version: 2.0.0b3
Summary: Library of PAICORE
Keywords: PAIlib,PAICORE,neuromorphic-chip,brain-inspired-ai
Author: Ziru Pan
Author-email: Ziru Pan <zrpan@stu.pku.edu.cn>
License: GPL-3.0-or-later
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 :: Libraries
Requires-Dist: numpy>=2.1.0,<3.0.0 ; platform_machine != 'armv7l'
Requires-Dist: numpy==1.26.4 ; platform_machine == 'armv7l'
Requires-Dist: pydantic>=2.10.0,<3.0.0
Maintainer: Siyuan Gao, Hongjian Wen, Zhaoyang Hao, Ziru Pan
Maintainer-email: Siyuan Gao <siyuan-gao@outlook.com>, Hongjian Wen <221900303@smail.nju.edu.cn>, Zhaoyang Hao <hzyang2218@gmail.com>, Ziru Pan <zrpan@stu.pku.edu.cn>
Requires-Python: >=3.10
Project-URL: repository, https://github.com/PAICookers/PAIlib
Project-URL: homepage, https://github.com/PAICookers/PAIlib
Project-URL: documentation, https://github.com/PAICookers/PAIlib#readme
Description-Content-Type: text/markdown

<div align="center">

# Library of PAICORE

</div>

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

[参数术语文档](docs/Table-of-Terms.md)

[Changelog](./CHANGELOG.md)
