Metadata-Version: 2.1
Name: lemonpy
Version: 0.0.3
Summary: A meta package for projects revolving around kinematics configuration solving and self-organization in machine learning
Home-page: https://github.com/StefanUlbrich/lemonpy
Author: Stefan Ulbrich
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Provides-Extra: dbc
Provides-Extra: mgng
Requires-Dist: design-by-contract (>=0.3.1,<0.4.0) ; extra == "dbc"
Requires-Dist: lemonpy-mgng (>=0.1.1,<0.2.0) ; extra == "mgng"
Project-URL: Repository, https://github.com/StefanUlbrich/lemonpy
Description-Content-Type: text/markdown

# Welcome to Lemonpy

This is a meta packages for my research about geometric approaches to solving kinematics projects and machine learning related topics. Visit my blog at [lemonfold.io](https://lemonfold.io).

Install with 

```sh
poetry install -E "dbc mgng"
```

Where the extras install the following packages

* **dbc**: [design-by-contract]()–A design-by-contract Library
* **mgng**: [lemonpy-mgng](https://github.com/StefanUlbrich/MergeGNG)–An implementation of the merge growing neural gas algorithm
  
