Metadata-Version: 2.1
Name: conntorch
Version: 0.0.1
Summary: Control-Oriented Neural Networks with PyTorch
Author-email: Alexandre Hache <alexandre.hache@outlook.fr>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.2.0
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: black>=24.0; extra == "dev"
Requires-Dist: flake8>=7.0; extra == "dev"
Requires-Dist: isort>=5.13; extra == "dev"
Requires-Dist: pytest>=8.0; extra == "dev"

# CONNTorch
This libray intends to provide generic tools for training and simulating neural networks for control purposes.
