solvespace/cython
KmolYuan d8c69901d3 Apply PEP 517. 2021-02-12 14:21:07 +08:00
..
platform Apply PEP 517. 2021-02-12 14:21:07 +08:00
python_solvespace Fixed ratio constraints. 2021-02-11 17:51:18 +02: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 Apply PEP 517. 2021-02-12 14:21:07 +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

Build status Build status 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