Metadata-Version: 2.1
Name: pyslvs
Version: 20.3.0.post0
Summary: Pyslvs library
Home-page: https://github.com/KmolYuan/pyslvs
Author: Yuan Chang
Author-email: pyslvs@gmail.com
License: AGPL
Description: [![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
        
        Install from PyPI:
        
        ```bash
        pip install pyslvs
        ```
        
        Or install and test from source:
        
        ```bash
        python setup.py install
        python setup.py test
        ```
        
        ## 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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
