Metadata-Version: 2.1
Name: python_solvespace
Version: 3.0.2
Summary: Python library of Solvespace.
Home-page: https://github.com/KmolYuan/solvespace
Author: Yuan Chang
Author-email: pyslvs@gmail.com
License: UNKNOWN
Description: [![Version](https://img.shields.io/badge/version-3.0.0-yellow.svg)](https://github.com/KmolYuan/solvespace/releases/latest)
        [![Build status](https://ci.appveyor.com/api/projects/status/b2o8jw7xnfqghqr5?svg=true)](https://ci.appveyor.com/project/KmolYuan/solvespace)
        [![Build status](https://img.shields.io/travis/KmolYuan/solvespace.svg?logo=travis)](https://travis-ci.org/KmolYuan/solvespace)
        [![PyPI](https://img.shields.io/pypi/v/python-solvespace.svg)](https://pypi.org/project/python-solvespace/)
        [![GitHub license](https://img.shields.io/badge/license-GPLv3+-blue.svg)](https://raw.githubusercontent.com/KmolYuan/solvespace/master/LICENSE)
        
        # python-solvespace
        
        Python library from solver of SolveSpace.
        
        + [Python API](https://pyslvs-ui.readthedocs.io/en/stable/python-solvespace-api/)
        + [C API](https://github.com/solvespace/solvespace/blob/master/exposed/DOC.txt)
        
        # Install
        
        ```bash
        pip install python-solvespace
        ```
        
        # Build and Test (Repository)
        
        Build and install the module:
        
        ```bash
        python setup.py install
        ```
        
        Run unit test:
        
        ```bash
        python tests
        ```
        
        Uninstall the module:
        
        ```bash
        pip uninstall python-solvespace
        ```
        
        [GNU Make]: https://sourceforge.net/projects/mingw-w64/files/latest/download?source=files
        [Cython]: https://cython.org/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Cython
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
