cpolf:计算线上的点

时间:2024-03-28 10:18:38
【文件属性】:

文件名称:cpolf:计算线上的点

文件大小:3.18MB

文件格式:ZIP

更新时间:2024-03-28 10:18:38

C

波尔夫 用Python C API编写的简单库,用于计算直线上的点。 它不对传递的数据执行任何检查,而是遵循GIGO处理模式。 我写的主要目的是学习,但是它在某些情况下可能很有用,或者可以作为参考,帮助您开始使用Python C API并使用Gi​​thub Actions使用构建多平台*。 如果对您有用,请不要犹豫。 安装 pip install polf 有用的链接 贡献(Linux) 首先,创建一个虚拟环境并使用以下命令对其进行初始化: python3 -m virtualenv venv source venv/bin/activate 开发命令 生成文档: make docs 运行测试: make tests make lint : make lint


【文件预览】:
cpolf-master
----MANIFEST.in(33B)
----.readthedocs.yml(142B)
----docs()
--------conf.py(2KB)
--------make.bat(760B)
--------Makefile(634B)
--------index.rst(1KB)
--------_static()
----.github()
--------dependabot.yml(416B)
--------workflows()
----test()
--------test_elliptical_arc_xy.py(835B)
--------test_line_xy.py(738B)
--------test_quadratic_bezier_xy.py(483B)
--------test_line_xyz.py(394B)
--------test_cubic_bezier_xy.py(516B)
----LICENSE(2KB)
----.yamllint(1KB)
----src()
--------pypolf.c(13KB)
----setup.cfg(247B)
----setup.py(3KB)
----.gitignore(62B)
----Makefile(256B)
----README.md(2KB)
----scripts()
--------mpl_3d_line_template.py(2KB)
----.editorconfig(305B)
----.pre-commit-config.yaml(542B)

网友评论