Metadata-Version: 2.1
Name: pymodbus
Version: 2.5.1
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
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'
Requires-Dist: aiohttp (>=3.7.3) ; (python_version >= "3.6") and extra == 'repl'
Requires-Dist: pyserial-asyncio (>=0.5) ; (python_version >= "3.6") and extra == 'repl'
Provides-Extra: tornado
Requires-Dist: tornado (==4.5.3) ; extra == 'tornado'
Provides-Extra: twisted
Requires-Dist: Twisted[conch,serial] (>=20.3.0) ; (platform_python_implementation != "PyPy" or sys_platform != "win32") and extra == 'twisted'
Requires-Dist: Twisted[conch] (>=20.3.0) ; (platform_python_implementation == "PyPy" and sys_platform == "win32") and 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.


