solvespace/cython
Yuan 2507775023
Merge pull request #8 from costika1234/fix_ratio_constraints
Fixed ratio constraints.
2021-02-12 11:00:50 +08:00
..
platform Update MSVC version. 2021-02-12 11:00:07 +08:00
python_solvespace Fixed ratio constraints. 2021-02-11 17:51:18 +02:00
test Update configuration. 2020-10-05 12:08:13 +08:00
.gitignore Fix static linking of stdlibs. 2020-07-31 17:05:09 +08:00
MANIFEST.in Fix missing source files. 2020-10-20 12:21:37 +08:00
README.md Fixed ratio constraints. 2021-02-11 17:51:18 +02:00
requirements.txt Remove unused requirements. 2020-07-20 13:32:19 +08:00
setup.py Fix build path for msvc. 2020-10-07 11:02:55 +08:00

README.md

Build status Build status PyPI GitHub license

python-solvespace

Python library from the solver of SolveSpace, an open source CAD software.

Install

pip install python-solvespace

Build and Test (Repository)

Build and install the module:

python setup.py install

Run unit tests:

python test

Uninstall the module:

pip uninstall python-solvespace