solvespace/cython
KmolYuan d5ac4039ea Add set values method for parameters. 2019-07-11 20:40:33 +08:00
..
platform Add cython modules. 2019-05-28 20:19:11 +08:00
python_solvespace Add set values method for parameters. 2019-07-11 20:40:33 +08:00
tests Correction of unittest case. 2019-07-08 16:37:12 +08:00
.gitignore Update ignore items. 2019-05-29 15:30:17 +08:00
README.md Fix URL. 2019-07-09 15:51:20 +08:00
requirements.txt Constrain Cython version. 2019-05-29 16:34:37 +08:00
setup.py Add stub file to package data. 2019-05-29 17:44:55 +08:00

README.md

Build status Build status OS GitHub license

python-solvespace

Python library from solver of SolveSpace.

Feature for CDemo and Python interface can see here.

Build and Test

Requirement:

Build and install the module:

python setup.py install
python setup.py install --user  # User mode

Run unit test:

python tests

Uninstall the module:

pip uninstall python_solvespace