Metadata-Version: 2.1
Name: pyslvs
Version: 19.7.0
Summary: Pyslvs library
Home-page: https://github.com/KmolYuan/pyslvs
Author: Yuan Chang
Author-email: pyslvs@gmail.com
License: AGPL
Description: [![Version](https://img.shields.io/badge/version-19.07.0-yellow.svg)](https://github.com/KmolYuan/pyslvs/releases/latest)
        [![Build status](https://ci.appveyor.com/api/projects/status/6l1bh1197ncahd0q?svg=true)](https://ci.appveyor.com/project/KmolYuan/pyslvs)
        [![Build status](https://img.shields.io/travis/KmolYuan/pyslvs.svg?logo=travis)](https://travis-ci.org/KmolYuan/pyslvs)
        [![PyPI](https://img.shields.io/pypi/v/pyslvs.svg)](https://pypi.org/project/pyslvs/)
        
        # Pyslvs Libraries
        
        A no-GUI module of mechanism synthesis system and a 2D geometric constraint solver.
        
        ## Install and Test
        
        Enter directory and execute the Makefile. Then, run the unit test script after compiling.
        
        ```bash
        python setup.py install
        python tests
        ```
        
        ## Documentation
        
        The documentation of Pyslvs library is on [Readthedocs](https://pyslvs-ui.readthedocs.io/en/latest/pyslvs-lib/).
        
        If you have any questions, please post on GitHub issue or contact <pyslvs@gmail.com>.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Cython
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
