solvespace/cython
KmolYuan 0716991f6f Bump wrapper version. 2020-10-05 12:09:42 +08:00
..
platform Update configuration. 2020-10-05 12:08:13 +08:00
python_solvespace Bump wrapper version. 2020-10-05 12:09: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 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 Rename test suit. 2020-10-05 12:00:10 +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