Metadata-Version: 2.0
Name: pymodbus
Version: 2.2.0rc3
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
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: Topic :: System :: Networking
Classifier: Topic :: Utilities
Provides-Extra: quality
Provides-Extra: repl
Provides-Extra: documents
Provides-Extra: tornado
Provides-Extra: twisted
Requires-Dist: six (==1.11.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 (>=6.7); extra == 'repl'
Requires-Dist: prompt-toolkit (==2.0.4); extra == 'repl'
Requires-Dist: pygments (==2.2.0); extra == 'repl'
Provides-Extra: tornado
Requires-Dist: tornado (>=4.5.3); extra == 'tornado'
Provides-Extra: twisted
Requires-Dist: twisted (>=12.2.0); extra == 'twisted'
Requires-Dist: pyasn1 (>=0.1.4); extra == 'twisted'
Requires-Dist: pycrypto (>=2.6); 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.


