solvespace/cython
KmolYuan caaed11290 Constrain Cython version. 2019-05-29 16:34:37 +08:00
..
platform Add cython modules. 2019-05-28 20:19:11 +08:00
python_solvespace Compatibility adjustment. 2019-05-29 14:34:49 +08:00
tests Update test case module. 2019-05-29 15:52:08 +08:00
.gitignore Update ignore items. 2019-05-29 15:30:17 +08:00
README.md Update test case module. 2019-05-29 15:52:08 +08:00
requirements.txt Constrain Cython version. 2019-05-29 16:34:37 +08:00
setup.py Compatibility adjustment. 2019-05-29 14:34:49 +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