solvespace/cython
KmolYuan 18c05748fc Support MSVC compiler. 2019-10-06 17:49:53 +08:00
..
platform Fix the distribution from sources. 2019-09-27 09:20:30 +08:00
python_solvespace Update classifiers of supported Python version. 2019-09-29 19:37:14 +08:00
tests Correction of unittest case. 2019-07-08 16:37:12 +08:00
.gitignore Reduce the source files of Solvespace. 2019-09-27 14:18:22 +08:00
MANIFEST.in Fix the distribution from sources. 2019-09-27 09:20:30 +08:00
README.md Update more information. 2019-09-25 18:32:27 +08:00
requirements.txt Input requirements from the pip list. 2019-08-31 11:54:37 +08:00
setup.py Support MSVC compiler. 2019-10-06 17:49:53 +08:00

README.md

Version Build status Build status PyPI GitHub license

python-solvespace

Python library from solver of SolveSpace.

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