Metadata-Version: 2.1
Name: cyecca
Version: 0.2.0
Summary: 
Author: James Goppert
Author-email: james.goppert@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beartype (>=0.14.0,<0.15.0)
Requires-Dist: casadi (>=3.6.5,<4.0.0)
Requires-Dist: delimited-protobuf (>=1.0.0,<2.0.0)
Requires-Dist: graphviz (>=0.20.3,<0.21.0)
Requires-Dist: matplotlib (>=3.7.2,<4.0.0)
Requires-Dist: numpy (>=1.24.2,<2.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: protobuf (==3.20.3)
Requires-Dist: pydot (>=1.4.2,<2.0.0)
Requires-Dist: pyulog (>=1.1.0,<2.0.0)
Requires-Dist: scipy (>=1.11.1,<2.0.0)
Requires-Dist: simpy (>=4.1.1,<5.0.0)
Requires-Dist: sympy (>=1.11.1,<2.0.0)
Requires-Dist: synapse-pb (>=0.2.10,<0.3.0)
Description-Content-Type: text/markdown

# cyecca

[![Build](https://github.com/CogniPilot/cyecca/actions/workflows/ci.yml/badge.svg)](https://github.com/CogniPilot/cyecca/actions/workflows/ci.yml)

Estimation and Control with Computer Algebra systems

## Installation

* Install poetry: https://python-poetry.org/docs/

```bash
sudo apt install graphviz
git clone git@github.com:CogniPilot/cyecca.git
cd cyecca
poetry install
poetry shell
jupyter lab
```

