solvespace/cython
KmolYuan 14e28827ee Add cython modules. 2019-05-28 20:19:11 +08:00
..
platform Add cython modules. 2019-05-28 20:19:11 +08:00
python_solvespace Add cython modules. 2019-05-28 20:19:11 +08:00
tests Add cython modules. 2019-05-28 20:19:11 +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 Add cython modules. 2019-05-28 20:19:11 +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