123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- [[package]]
- category = "main"
- description = "Python Serial Port Extension"
- name = "pyserial"
- optional = false
- python-versions = "*"
- version = "3.4"
-
- [[package]]
- category = "main"
- description = "The little ASGI library that shines."
- name = "starlette"
- optional = false
- python-versions = ">=3.6"
- version = "0.13.6"
-
- [package.extras]
- full = ["aiofiles", "graphene", "itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests", "ujson"]
-
- [[package]]
- category = "main"
- description = "Implementation of the Modbus protocol in pure Python."
- name = "umodbus"
- optional = false
- python-versions = "*"
- version = "1.0.3"
-
- [package.dependencies]
- pyserial = ">=3.4,<4.0"
-
- [metadata]
- content-hash = "c85756aa32d77143b62d4706f68a6cc2c2c9ca5ff4ea1ff407b0b7cdd5b309d8"
- lock-version = "1.0"
- python-versions = "^3.7"
-
- [metadata.files]
- pyserial = [
- {file = "pyserial-3.4-py2.py3-none-any.whl", hash = "sha256:e0770fadba80c31013896c7e6ef703f72e7834965954a78e71a3049488d4d7d8"},
- {file = "pyserial-3.4.tar.gz", hash = "sha256:6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627"},
- ]
- starlette = [
- {file = "starlette-0.13.6-py3-none-any.whl", hash = "sha256:bd2ffe5e37fb75d014728511f8e68ebf2c80b0fa3d04ca1479f4dc752ae31ac9"},
- {file = "starlette-0.13.6.tar.gz", hash = "sha256:ebe8ee08d9be96a3c9f31b2cb2a24dbdf845247b745664bd8a3f9bd0c977fdbc"},
- ]
- umodbus = [
- {file = "uModbus-1.0.3-py2.py3-none-any.whl", hash = "sha256:39487b5dffb27928d9202eeeb64a04c638d00f9171f4d79e93b7a853414fbfca"},
- {file = "uModbus-1.0.3.tar.gz", hash = "sha256:bfb3989939db4672289da4c5986e2bf46ac4b41f976fbed2f5b682bf17403990"},
- ]
|