solvespace/cython
Yuan 9197b07a1f
Remove unused requirements.
2020-07-20 13:32:19 +08:00
..
platform Update msvc version. 2020-07-08 21:33:01 +08:00
python_solvespace Bump version. 2020-07-07 14:55:48 +08:00
tests Correction of unittest case. 2019-07-08 16:37:12 +08:00
.gitignore Update git ignore. 2019-10-15 14:43:17 +08:00
MANIFEST.in Fix the distribution from sources. 2019-09-27 09:20:30 +08:00
README.md Remove version badge. 2020-07-09 11:41:11 +08:00
requirements.txt Remove unused requirements. 2020-07-20 13:32:19 +08:00
setup.py Update msvc version. 2020-07-08 21:33:01 +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:

python setup.py install

Run unit test:

python tests

Uninstall the module:

pip uninstall python-solvespace