🌿 道法自然#

repo size PyPI GitHub issues GitHub forks atom star GitHub stars GitHub license contributors watcher Binder Downloads Documentation Status PyPI - Downloads

以终为始#

  • [ ] 以数学、物理、化学、编程、英语、大模型为主题逐步展开知识记录以及应用。

  • [ ] 搭建开源友好的知识传播平台。

安装#

  • 环境要求:Python >= 3.10

  • 从 PyPI 安装:

pip install taolib
  • 从源码安装(可用于开发与本地调试):

git clone https://gitcode.com/flexloop/flexloop.git
cd flexloop
pip install -e .

可选:安装开发与文档相关依赖:

pip install -e "[doc,dev]"

使用说明#

详细 API 与示例代码:

  • RTD 在线文档

  • 或者在本地构建并查看文档:

    pip install -e .[doc]
    python -m invoke doc.clean
    python -m invoke doc
    

    生成的 HTML 文档将在 doc/_build/html 目录下。

问题与反馈#

  • 提交 Issue

  • 参与讨论与改进,欢迎提出建议或 PR

贡献#

  • Fork 仓库并创建分支(如 feature/<topic>fix/<issue>)。

  • 保持代码风格与类型检查通过,补充必要测试与文档。

  • 提交 PR 时说明动机、改动点、影响范围与验证方式。

维护者#

使用许可#

  • 许可证信息请查看 LICENSE 文件。

索引和表格#