Metadata-Version: 2.1
Name: pygeosolve
Version: 0.7.0
Summary: Geometric constraint solver
Home-page: https://github.com/SeanDS/pygeosolve
Author: Sean Leavey
Author-email: pygeosolve@attackllama.com
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://github.com/SeanDS/pygeosolve/issues
Project-URL: Source Code, https://github.com/SeanDS/pygeosolve/
Project-URL: Documentation, https://seands.github.io/pygeosolve/
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.15)
Requires-Dist: scipy (>=1.4)
Requires-Dist: matplotlib (>=3.3.0)
Provides-Extra: dev
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: numpydoc ; extra == 'dev'
Requires-Dist: jupyter-sphinx ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

# pygeosolve
Geometric constraint solver for Python. Uses numerical optimisation (via
[SciPy](http://www.scipy.org/)) to determine the solution to a given set of length and
angular constraints.

See the [documentation](https://seands.github.io/pygeosolve/) for more details.

## Credits
Sean Leavey  
https://github.com/SeanDS/


