pymodbus-repl

View on PyPIReverse Dependencies (1)

2.0.3 pymodbus_repl-2.0.3-py3-none-any.whl

Wheel Details

Project: pymodbus-repl
Version: 2.0.3
Filename: pymodbus_repl-2.0.3-py3-none-any.whl
Download: [link]
Size: 36208
MD5: 9fe31fc0ad66a8a23c44c34a5c11fca9
SHA256: 61c847d7f4028e6f4e809041842f12fcd8caeaa79837724e6d4ac8dfda272f00
Uploaded: 2024-03-05 06:32:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pymodbus_repl
Version: 2.0.3
Summary: REPL (Read-Eval-Print Loop) tool for working with Modbus devices using the Pymodbus library.
Author: dhoomakethu
Author-Email: otlasanju[at]gmail.com
Home-Page: https://github.com/pymodbus-dev/repl
Project-Url: Repository, https://github.com/pymodbus-dev/repl
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8,<4.0
Requires-Dist: aiohttp (>=3.8.6); python_version < "3.12"
Requires-Dist: aiohttp (>=3.9.0b0); python_version == "3.12"
Requires-Dist: prompt-toolkit (<4.0.0,>=3.0.43)
Requires-Dist: pygments (<3.0.0,>=2.17.2)
Requires-Dist: tabulate (<0.10.0,>=0.9.0)
Requires-Dist: typer[all] (<0.10.0,>=0.9.0)
Description-Content-Type: text/markdown
[Description omitted; length: 6236 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.8.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pymodbus_repl/.DS_Store sha256=rJ8tAFzToaGzJ0vQIIVvwqHopT6riYB5q93e2jTVPkc 6148
pymodbus_repl/README.rst sha256=VenZiqne26w8vQgkZSh4IhWUD2_ojluCcCRe3w9G7Lc 198
pymodbus_repl/__init__.py sha256=sHAoivhAspV_FZxJJsiKhfvRSau7v4RoNmqDLPsosIM 122
pymodbus_repl/client/README.md sha256=bMU3TMB4PXsY_S8sqO8isSzZi637iK5yKBpvx5uzjwk 15864
pymodbus_repl/client/__init__.py sha256=p1_pyKx2oAwCLVmkD2ojafzz7lNnZ8zuc70Pto_do_U 19
pymodbus_repl/client/main.py sha256=UMxvYPr1Tww5I0U-epqEXFX9uedStPMhYQ4b2CmYMoQ 12175
pymodbus_repl/client/mclient.py sha256=CNmLmG0uttVTc-6q8ykoS9GR19Iyx3RDhRMedTVBM1k 23292
pymodbus_repl/lib/__init__.py sha256=AvySRPibKY6CbAbx85wglOxIl8HqF_8cT18XVlRt0nU 108
pymodbus_repl/lib/completer.py sha256=_CuW_H1drU2IEuksf42bc9chGU6rmC4tKlJT7ezaEPw 4956
pymodbus_repl/lib/helper.py sha256=9Jjkdg_Gv1FMjenlFrzHtZUXyUOF7d3a7wRhO1fFzsk 9751
pymodbus_repl/lib/reactive.py sha256=-W5yvjreJP3IU-u2_8AHQ-_l10DCKwAQcoqcfWwSCPQ 19603
pymodbus_repl/server/README.md sha256=Rqh4nUFInG7AXq7bC68HLn512iUHOvIf_07Yk0Vrs5I 12262
pymodbus_repl/server/__init__.py sha256=89Q5JyjMubezLlEjl7LufhK1WXF0dgbpANMwjS3fcD0 19
pymodbus_repl/server/cli.py sha256=sfQRxpS7-UjcjXHEaK1OxwMVEgdy0ztBiptxVDZnIGs 9957
pymodbus_repl/server/main.py sha256=QpJBySLnQGwMvKCT2lMrNtoC-3oQH1-_h24dYgXABWM 6371
pymodbus_repl-2.0.3.dist-info/LICENSE sha256=w6YPpZWBKXSQwF0ymgznXnPqwjG4Ggoa6djMeL7OqBw 1068
pymodbus_repl-2.0.3.dist-info/METADATA sha256=MbmX8I6PWGy9ZqCqY7fWePkcoDTwA_ejpDBtmyhPedQ 7235
pymodbus_repl-2.0.3.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
pymodbus_repl-2.0.3.dist-info/entry_points.txt sha256=VfF6yf6xc5tVpLDW3pLaurfhWEEbM4LZ0lg8O3T0qIM 113
pymodbus_repl-2.0.3.dist-info/RECORD

entry_points.txt

pymodbus.console = pymodbus_repl.client.main:main
pymodbus.server = pymodbus_repl.server.main:app