solvespace/cython
KmolYuan 64fb127195 Make solver copyable and implement its serialization. 2021-12-11 18:49:15 +08:00
..
platform Apply PEP 517. 2021-02-12 14:21:07 +08:00
python_solvespace Make solver copyable and implement its serialization. 2021-12-11 18:49:15 +08:00
test Make solver copyable and implement its serialization. 2021-12-11 18:49:15 +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