solvespace/cython
KmolYuan 84f30699dd Remove old CI badges. 2021-12-03 12:18:40 +08:00
..
platform Apply PEP 517. 2021-02-12 14:21:07 +08:00
python_solvespace Bump version. 2021-12-02 12:11:42 +08:00
test Update configuration. 2020-10-05 12:08:13 +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