pymodbus-repl

View on PyPIReverse Dependencies (2)

2.0.4 pymodbus_repl-2.0.4-py3-none-any.whl

Wheel Details

Project: pymodbus-repl
Version: 2.0.4
Filename: pymodbus_repl-2.0.4-py3-none-any.whl
Download: [link]
Size: 35996
MD5: ca903725aa37814351c9e0d6149e569a
SHA256: be26bfabdc6db2e77d961740645974705880df4097e7daa3aae6026c698019f9
Uploaded: 2024-08-11 16:30:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pymodbus_repl
Version: 2.0.4
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9.0,<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=g4DE4otEnPt3O3i5jAIYfzBeijJV81Wa6q3NWaG3Br8 11568
pymodbus_repl/client/mclient.py sha256=do9Z29Dm4T9CC30ULDaVqRKrw9rPD1Hsiy_OyRwsdkI 23308
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=Tllv_npSrFQLyUPIo8pKZkq3iUyMOqKrIjFWc031mAE 19544
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=1Npk2osKn8BNwXyd3ZxoCrMnN6bJh6ZRSaYxKuvMJlk 6136
pymodbus_repl-2.0.4.dist-info/LICENSE sha256=w6YPpZWBKXSQwF0ymgznXnPqwjG4Ggoa6djMeL7OqBw 1068
pymodbus_repl-2.0.4.dist-info/METADATA sha256=xgnP7M6mvSsUForMdcMi-ZZAvTa-MFpS2wgw-ojVtwA 7187
pymodbus_repl-2.0.4.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
pymodbus_repl-2.0.4.dist-info/entry_points.txt sha256=VfF6yf6xc5tVpLDW3pLaurfhWEEbM4LZ0lg8O3T0qIM 113
pymodbus_repl-2.0.4.dist-info/RECORD

entry_points.txt

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