solvespace/cython
KmolYuan bd98749195 Remove the dangling pointer. 2021-12-12 10:51:01 +08:00
..
platform Apply PEP 517. 2021-02-12 14:21:07 +08:00
python_solvespace Remove the dangling pointer. 2021-12-12 10:51:01 +08:00
test Adjust unit test. 2021-12-11 21:06:33 +08:00
.gitignore Fix static linking of stdlibs. 2020-07-31 17:05:09 +08:00
MANIFEST.in Apply PEP 517. 2021-02-12 14:21:07 +08:00
README.md Remove old CI badges. 2021-12-03 12:18:40 +08:00
pyproject.toml Apply PEP 517. 2021-02-12 14:21:07 +08:00
setup.cfg Apply PEP 517. 2021-02-12 14:21:07 +08:00
setup.py Apply PEP 517. 2021-02-12 14:21:07 +08:00

README.md

PyPI GitHub license

python-solvespace

Python library from the solver of SolveSpace, an open source CAD software.

Install

pip install python-solvespace

Build and Test (Repository)

Build and install the module:

pip install python-solvespace
# From repository
git submodule update --init
pip install -e .

Run unit tests:

python test

Uninstall the module:

pip uninstall python-solvespace