solvespace/cython
KmolYuan 5be39f2ba1 Update ignore items. 2019-05-29 15:30:17 +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 Add cython modules. 2019-05-28 20:19:11 +08:00
.gitignore Update ignore items. 2019-05-29 15:30:17 +08:00
README.md Add cython modules. 2019-05-28 20:19:11 +08:00
requirements.txt Add cython modules. 2019-05-28 20:19:11 +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/test_slvs.py

Uninstall the module:

pip uninstall python_solvespace