Metadata-Version: 2.3
Name: dozersim
Version: 0.2.7
Summary: Simulation and optmization framework for drives
Author: Cor Meijneke
Author-email: c.meijneke@tudelft.nl
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Pint (>=0.22,<0.23)
Requires-Dist: PyQt6 (>=6.7.1,<7.0.0)
Requires-Dist: SQLAlchemy (>=2.0.23,<3.0.0)
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: numpy (>=2.3.1,<3.0.0)
Requires-Dist: pandas (>=2.1.3,<3.0.0)
Requires-Dist: prettytable (>=3.9.0,<4.0.0)
Requires-Dist: scipy (>=1.11.4,<2.0.0)
Requires-Dist: sympy (>=1.12.1,<2.0.0)
Description-Content-Type: text/markdown

# The Dozer Simulation Project

Welcome to the dozer-project. Dozer stands for Drive OptimiZER. It containts inverse models of gearboxes, electric motors, etc. in the It can simulate and optimize electrical and mechanical systems.


## Installation 
```commandline
py -m pip install dozersim
```

## Use


For in-depth instructions on installation and building the documentation, see  [Dozer Documentation](https://cormeijneke.gitlab.io/dozer/#) for detailed information.


