1 Star 0 Fork 0

王大写/aligator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "aligator"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"numpy",
]
dynamic = ["version"]
[project.optional-dependencies]
test = [
"pytest",
"pytest-cov",
]
examples = [
"matplotlib",
"casadi",
"typed-argument-parser",
"meshcat @ git+https://github.com/inria-paris-robotic-lab/meshcat-python"
]
[tool.setuptools]
packages = ["aligator"]
package-dir = {"" = "python"}
[tool.ruff]
select = ["E", "F"]
ignore = ["E501"]
exclude = [".git", "build*", "cmake"]
fixable = ["E"]
[tool.ruff.per-file-ignores]
"bindings/python/aligator/__init__.py" = ["F401", "F403"]
"bindings/python/aligator/utils/__init__.py" = ["F401", "F403"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang-capitalization/aligator.git
git@gitee.com:wang-capitalization/aligator.git
wang-capitalization
aligator
aligator
main

搜索帮助