go1pylib

View on PyPIReverse Dependencies (0)

0.1.5 go1pylib-0.1.5-py3-none-any.whl

Wheel Details

Project: go1pylib
Version: 0.1.5
Filename: go1pylib-0.1.5-py3-none-any.whl
Download: [link]
Size: 15735
MD5: d7eabada9d84b74ac943cc543025e52e
SHA256: c62d43c2057c76971ce637a36b4c0cc0e2d6a4b0d457b066a7a32fd3cfad615d
Uploaded: 2024-11-13 00:26:26 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: go1pylib
Version: 0.1.5
Summary: Python Library for Go1 Robot Control
Author: Chinmay Nehate
Author-Email: chinmaynehate[at]gmail.com
Home-Page: https://github.com/chinmaynehate/go1pylib
Project-Url: Bug Tracker, https://github.com/chinmaynehate/go1pylib/issues
Project-Url: Documentation, https://github.com/chinmaynehate/go1pylib/docs
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: Framework :: Robot Framework :: Tool
Requires-Python: >=3.8
Requires-Dist: paho-mqtt (<2.0.0,>=1.6.1)
Requires-Dist: numpy (>=1.20.0)
Requires-Dist: events (>=0.5)
Requires-Dist: pytest (>=7.0.0); extra == "dev"
Requires-Dist: pytest-asyncio (>=0.20.0); extra == "dev"
Requires-Dist: black (>=22.0); extra == "dev"
Requires-Dist: isort (>=5.0.0); extra == "dev"
Requires-Dist: mypy (>=0.990); extra == "dev"
Requires-Dist: pylint (>=2.15.0); extra == "dev"
Requires-Dist: build (>=0.7.0); extra == "dev"
Requires-Dist: twine (>=4.0.0); extra == "dev"
Requires-Dist: sphinx (>=4.0.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0.0); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.12.0); extra == "docs"
Requires-Dist: jupyter (>=1.0.0); extra == "examples"
Requires-Dist: ipykernel (>=6.0.0); extra == "examples"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: examples
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3142 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.3.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
go1pylib/__init__.py sha256=UamYvu0nVTA1hWY-qS7Qkf1x2DSMqf2PB8USFkTfKws 358
go1pylib/go1.py sha256=kaZsk9KaYABGlSXClACIEr6i18EPPSmInhEjqfIWk3g 9232
go1pylib/mqtt/__init__.py sha256=UmMoVCaC_9-B8ANeRKrZgEAj_ZgjsKcNrFYsQODlGHA 246
go1pylib/mqtt/client.py sha256=2LTiRsKEoqfaRqEM-mV_hr9TwSDb31_41F99YEQpNek 10137
go1pylib/mqtt/handler.py sha256=x_d5gApyQYy6z9216yhlolm88bNtZAkSFmKYharbcXM 2127
go1pylib/mqtt/state.py sha256=9sqKSihhJCDO6iJBinonm2xCx6HK2tClczv_7zfsBPk 5542
go1pylib/mqtt/topics.py sha256=J1f7Epr_X_F0u1K2u5fLWhZiq0b0ROTtt4r-NITdGjM 2279
go1pylib/mqtt/receivers/__init__.py sha256=id5SIVKW_-VUZYS8p3FCkiri18VrZ2JNHATNh5pjosg 177
go1pylib/mqtt/receivers/bms.py sha256=6xuaLwNGAoNuwc-QT2VdItSTSKJIPN25G89YJ-JsVXY 2460
go1pylib/mqtt/receivers/robot.py sha256=rH1oxakPVgUa0yjUQa1WuAxTPzIzYL3LZQ-fpr5vyfM 4924
go1pylib-0.1.5.dist-info/LICENSE sha256=pizvpZPhUu5C92CLbbQREXgmqXlskNecK3xoM8Mrczo 1071
go1pylib-0.1.5.dist-info/METADATA sha256=m5g_VYWTOorINXnFYH4gX-T5Z5Wp9K0K5HMHXbNKydI 5331
go1pylib-0.1.5.dist-info/WHEEL sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc 91
go1pylib-0.1.5.dist-info/entry_points.txt sha256=5em0fn61VAdcNKxwzOjx_pRahP5rK6qBCJObwtX252I 167
go1pylib-0.1.5.dist-info/top_level.txt sha256=Ac0MGtaZ2A8P51MbtcE0NBcE9YjtlHIjmZ_Yl4TJb4w 9
go1pylib-0.1.5.dist-info/RECORD

top_level.txt

go1pylib

entry_points.txt

go1pylib-dance = go1pylib.examples.dance:main
go1pylib-forward = go1pylib.examples.move_forward:main
go1pylib-square = go1pylib.examples.square:main