Metadata-Version: 2.4
Name: paicorelib
Version: 1.5.0a3
Summary: Library of PAICORE
License: GPL-3.0-or-later
License-File: LICENSE
Keywords: PAIlib,PAICORE,neuromorphic-chip,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.9
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.9
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: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: numpy (>=2.0.0,<3.0.0)
Requires-Dist: numpy (>=2.1.0,<3.0.0) ; python_version >= "3.10"
Requires-Dist: pydantic (>=2.0.3,<3.0.0)
Project-URL: Documentation, https://github.com/PAICookers/PAIlib#readme
Project-URL: Homepage, https://github.com/PAICookers/PAIlib
Project-URL: Repository, https://github.com/PAICookers/PAIlib
Description-Content-Type: text/markdown

<div align="center">

# Library of PAICORE

</div>

<p align="center">
    <a href="https://github.com/PAICookers/PAIlib/blob/master/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/master">
        <img alt="pre-commit.ci status" src="https://results.pre-commit.ci/badge/github/PAICookers/PAIlib/master.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)

