Metadata-Version: 2.4
Name: cyecca
Version: 0.2.7
Summary: 
License-File: LICENSE
Author: James Goppert
Author-email: james.goppert@gmail.com
Requires-Python: >=3.12,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beartype (>=0.19.0,<0.20.0)
Requires-Dist: black (==24.10.0)
Requires-Dist: casadi (>=3.6.5,<4.0.0)
Requires-Dist: control (==0.10.1)
Requires-Dist: delimited-protobuf (>=1.0.0,<2.0.0)
Requires-Dist: graphviz (>=0.20.3,<0.21.0)
Requires-Dist: ipykernel (>=6.29,<6.30)
Requires-Dist: jupyter (>=1.1.1,<2.0.0)
Requires-Dist: matplotlib (>=3.10,<3.11)
Requires-Dist: nbmake (>=1.5.4,<2.0.0)
Requires-Dist: numpy (>=1.26,<1.27)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: protobuf (>=3.20.3,<4.0.0)
Requires-Dist: pydot (>=3.0.3,<4.0.0)
Requires-Dist: pytest (>=8.3.4,<9.0.0)
Requires-Dist: pyulog (>=1.1.0,<2.0.0)
Requires-Dist: scipy (>=1.11,<1.12)
Requires-Dist: simpy (>=4.1.1,<5.0.0)
Requires-Dist: slycot (>=0.6.0,<0.7.0)
Requires-Dist: sympy (>=1.12,<1.13)
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
```

