Metadata-Version: 2.1
Name: pymodbus
Version: 2.5.0rc2
Summary: A fully featured modbus protocol stack in python
Home-page: https://github.com/riptideio/pymodbus/
Author: Galen Collins
Author-email: bashwork@gmail.com
Maintainer: dhoomakethu
Maintainer-email: otlasanju@gmail.com
License: BSD-3-Clause
Keywords: modbus,twisted,scada
Platform: Linux
Platform: Mac OS X
Platform: Win
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: GTK
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Requires-Dist: six (>=1.15.0)
Requires-Dist: pyserial (>=3.4)
Provides-Extra: documents
Requires-Dist: sphinx (>=1.1.3) ; extra == 'documents'
Requires-Dist: sphinx-rtd-theme ; extra == 'documents'
Requires-Dist: humanfriendly ; extra == 'documents'
Provides-Extra: quality
Requires-Dist: coverage (>=3.5.3) ; extra == 'quality'
Requires-Dist: nose (>=1.2.1) ; extra == 'quality'
Requires-Dist: mock (>=1.0.0) ; extra == 'quality'
Requires-Dist: pep8 (>=1.3.3) ; extra == 'quality'
Provides-Extra: repl
Requires-Dist: click (>=7.0) ; (python_version <= "2.7") and extra == 'repl'
Requires-Dist: prompt-toolkit (==2.0.4) ; (python_version <= "2.7") and extra == 'repl'
Requires-Dist: pygments (>=2.2.0) ; (python_version <= "2.7") and extra == 'repl'
Requires-Dist: click (>=7.0) ; (python_version >= "3.6") and extra == 'repl'
Requires-Dist: prompt-toolkit (>=3.0.8) ; (python_version >= "3.6") and extra == 'repl'
Requires-Dist: pygments (>=2.2.0) ; (python_version >= "3.6") and extra == 'repl'
Provides-Extra: tornado
Requires-Dist: tornado (==4.5.3) ; extra == 'tornado'
Provides-Extra: twisted
Requires-Dist: twisted (>=20.3.0) ; extra == 'twisted'
Requires-Dist: pyasn1 (>=0.1.4) ; extra == 'twisted'


Pymodbus aims to be a fully implemented modbus protocol stack
implemented using twisted/asyncio/tornado.
Its orignal goal was to allow simulation of thousands of modbus devices
on a single machine for monitoring software testing.


