Metadata-Version: 2.1
Name: dremel3dpy
Version: 0.3.2
Summary: A Dremel 3D Printer Python Library running on Python 3
Home-page: https://github.com/godely/dremel3dpy
Author: Gustavo Stor
Author-email: gus@storhub.io
License: MIT
Keywords: python,dremel,3d,printer,3d-printer
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Home Automation
License-File: LICENSE
Requires-Dist: async-timeout (==4.0.2)
Requires-Dist: certifi (==2022.5.18)
Requires-Dist: charset-normalizer (==2.0.12)
Requires-Dist: decorator (==5.1.1)
Requires-Dist: idna (==3.3)
Requires-Dist: multidict (==6.0.2)
Requires-Dist: requests (==2.27.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: urllib3 (==1.26.9)
Requires-Dist: validators (==0.19.0)
Requires-Dist: yarl (==1.7.2)

API for grabbing 3D Printer statistics and remote controlling a 3D20, 3D40 or 3D45 model for operations such as resuming a print, pausing, canceling or starting a new print from either a file path or a URL.

