Metadata-Version: 2.1
Name: paibox
Version: 1.0.0a4
Summary: New toolbox of PAICORE 2.0.
Home-page: https://github.com/PAICookers/PAIBox
License: GPL-3.0-or-later
Keywords: PAICORE 2.0,PAIBox,Toolbox
Author: Ziru Pan
Author-email: zrpan@stu.pku.edu.cn
Maintainer: Ziru Pan
Maintainer-email: zrpan@stu.pku.edu.cn
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.23.0,<2.0.0)
Requires-Dist: paicorelib (==0.0.13)
Requires-Dist: pydantic (>=2.0,<3.0)
Project-URL: Documentation, https://github.com/PAICookers/PAIBox#readme
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 src="https://img.shields.io/pypi/pyversions/paibox">
    </a>
    <a href="https://github.com/PAICookers/PAIBox/releases/tag/v1.0.0a4">
        <img src="https://img.shields.io/github/v/release/PAICookers/PAIBox?include_prereleases&color=orange">
    </a>
    <a href="https://www.codefactor.io/repository/github/PAICookers/PAIBox">
      <img src="https://img.shields.io/codefactor/grade/github/PAICookers/PAIBox/master?color=red">
    </a>
    <a href="https://results.pre-commit.ci/latest/github/PAICookers/PAIBox/master">
	   <img src="https://results.pre-commit.ci/badge/github/PAICookers/PAIBox/master.svg" alt="pre-commit.ci status">
    </a>
</p>

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

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

TODO：[TODO List](./TODO.md)

