pycreate2

View on PyPIReverse Dependencies (1)

0.8.0 pycreate2-0.8.0-py3-none-any.whl

Wheel Details

Project: pycreate2
Version: 0.8.0
Filename: pycreate2-0.8.0-py3-none-any.whl
Download: [link]
Size: 18352
MD5: a018eb688182d0a4fb93ed98f01006e3
SHA256: de05ef13862dd445b09f323bbd79058bba129c0cc2e1011226dbf8fba957bca5
Uploaded: 2020-04-29 00:36:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pycreate2
Version: 0.8.0
Summary: A library to control iRobot Create 2 with python
Author: walchko
Author-Email: walchko[at]users.noreply.github.com
Home-Page: https://pypi.org/project/pycreate2/
Project-Url: Repository, https://github.com/MomsFriendlyRobotCompany/pycreate2
License: MIT
Keywords: roomba,irobot,create 2,api,framework,library,robotics,robot
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Requires-Dist: colorama
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: pyserial (<4.0,>=3.4)
Requires-Dist: simplejson
Description-Content-Type: text/markdown
[Description omitted; length: 8273 characters]

WHEEL

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

RECORD

Path Digest Size
pycreate2/OI.py sha256=2ZI902CyWTjofa-GRqpHPYqOiBkD8IwIMvC62LbTyN0 5960
pycreate2/__init__.py sha256=OTKZjhvLQf27sKRqaqh6qI1Kxo7qyQtKGsq9BzLaJUk 315
pycreate2/bin/create_monitor.py sha256=Imx8-mzi6Vfw-C_9pDsKWtNX3Kv2IqmUpuHJpePoAtY 7291
pycreate2/bin/create_reset.py sha256=hzRq1HplKJ6GNLl7gHS7zZUoioJX-a9dEIJtmcfyAiQ 909
pycreate2/bin/create_shutdown.py sha256=-NGh2mue_Pf20pXSYvQwVutJEBglWjcs8pcK-r_01Es 1272
pycreate2/create2api.py sha256=_D98nnKL4gWE343uD4XQLF4zql7BgQce4Ip3JVaHo_4 13063
pycreate2/createSerial.py sha256=1W2RnGufj8mwz8SnX8AhVO4bDvRrNuH2EuH5UPOwVr4 2743
pycreate2/packets.py sha256=luz7c0AlwCSjKQlHwrETawdjp3HeDfJkShrdSDyQD84 7887
pycreate2-0.8.0.dist-info/entry_points.txt sha256=G7kZRG-Ua6saL8H6-Iw4tk9hEkBROxb8JRQ1AsRDOOc 164
pycreate2-0.8.0.dist-info/WHEEL sha256=VN2eEg4PHbTOniXb-cCYQPc6zUTS4dAcATjlgU3q-Lo 83
pycreate2-0.8.0.dist-info/METADATA sha256=5Y6gnevwwaxlCC8MIXPxhI-ATlPncuQrAJjtD9HUJYc 9457
pycreate2-0.8.0.dist-info/RECORD

entry_points.txt

create_monitor = pycreate2.bin.create_monitor:main
create_reset = pycreate2.bin.create_reset:main
create_shutdown = pycreate2.bin.create_shutdown:main