Metadata-Version: 2.1
Name: digicon-mod
Version: 0.1.4
Summary: Simple simulation tools for hybrid systems with digital control and continous process. More details can be found at https://github.com/ant-nik/digicon-mod.
Home-page: https://github.com/ant-nik/digicon-mod
License: Apache-2.0
Author: Anton Nikonov
Author-email: ant.nik.nik@mail.ru
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.23,<2.0)
Requires-Dist: scipy (>=1.9,<2.0)
Project-URL: Repository, https://github.com/ant-nik/digicon-mod
Description-Content-Type: text/markdown

# Digital control system modeling tools (digicon-mod)
Simple implementation of hybrid continous and discrette closed-loop systems modeling tools based on ordinary differential equations solver (continous part of the system) and a custom python program with control logic (discrete part of the system).
More details can be found at https://github.com/ant-nik/digicon-mod.

