Primer commit

This commit is contained in:
Mongar28
2024-02-03 21:52:43 -05:00
commit b5c17f85f1
3325 changed files with 855400 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,27 @@
Copyright 20092017 Wander Lairson Costa
Copyright 20092021 PyUSB contributors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@@ -0,0 +1,49 @@
Metadata-Version: 2.1
Name: pyusb
Version: 1.2.1
Summary: Python USB access module
Home-page: https://pyusb.github.io/pyusb
Author: Jonas Malaco
Author-email: me@jonasmalaco.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows Vista
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: BSD :: NetBSD
Classifier: Operating System :: POSIX :: BSD :: OpenBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=3.6.0
License-File: LICENSE
PyUSB offers easy USB devices communication in Python.
It should work without additional code in any environment with
Python >= 3.6, ctypes and a pre-built USB backend library
(currently: libusb 1.x, libusb 0.1.x or OpenUSB).

View File

@@ -0,0 +1,36 @@
pyusb-1.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pyusb-1.2.1.dist-info/LICENSE,sha256=A-Of3O6cGPL50MNQCpk93qwFBpXrgQcOpBNHWHx2p_4,1513
pyusb-1.2.1.dist-info/METADATA,sha256=dzaCW4C8Xs0J_macX7zOgwJqDdZFEqPeTEPpFDwxVPM,2230
pyusb-1.2.1.dist-info/RECORD,,
pyusb-1.2.1.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
pyusb-1.2.1.dist-info/top_level.txt,sha256=vUA5f-j92oxPnUR_XbCoOoxppBW-dP8feOD7BmVMMtE,4
usb/__init__.py,sha256=kmH3WCTvgpnX3xyjVa_ku4Yq_YxJruCsD_n-OxqJkSw,4005
usb/__pycache__/__init__.cpython-311.pyc,,
usb/__pycache__/_debug.cpython-311.pyc,,
usb/__pycache__/_interop.cpython-311.pyc,,
usb/__pycache__/_lookup.cpython-311.pyc,,
usb/__pycache__/_objfinalizer.cpython-311.pyc,,
usb/__pycache__/_version.cpython-311.pyc,,
usb/__pycache__/control.cpython-311.pyc,,
usb/__pycache__/core.cpython-311.pyc,,
usb/__pycache__/legacy.cpython-311.pyc,,
usb/__pycache__/libloader.cpython-311.pyc,,
usb/__pycache__/util.cpython-311.pyc,,
usb/_debug.py,sha256=vt98F7mrVWvCqT48cTcyab84D4FaKLTRPAKJsYZ-83A,3312
usb/_interop.py,sha256=cl2zbtXsc0NYgbgYyd4jrprj6Ya04DmL4_mNnA5U7ZI,3611
usb/_lookup.py,sha256=630ZcVloLqlwZIUq1EZ_j_rEtGExPyMZjOU97LDoLkE,3364
usb/_objfinalizer.py,sha256=fkXxUsqH1dzY_g0fv2xrtkrTxMI5GhnZOrYXkyVBOu0,5395
usb/_version.py,sha256=drwLvMaCKMk_31_mLL9gsPsjwzpm6hORNIH19DRhSkc,142
usb/backend/__init__.py,sha256=5UwvDW_iz-t76xVTq1_jrYa-rgfpzP8thJxXTjeOFog,16277
usb/backend/__pycache__/__init__.cpython-311.pyc,,
usb/backend/__pycache__/libusb0.cpython-311.pyc,,
usb/backend/__pycache__/libusb1.cpython-311.pyc,,
usb/backend/__pycache__/openusb.cpython-311.pyc,,
usb/backend/libusb0.py,sha256=tdm2KSLB_y3pMqTTuxZYwafOzwH4hx2SH7wqEkqokpE,27061
usb/backend/libusb1.py,sha256=DIb8MCNc4ddirhRyHhml78rdjup9lHcdR2fZsJn_umA,36005
usb/backend/openusb.py,sha256=FbLcBoHATLpp1CGPLbC9NQ_zmBSpGiHVDsiRQPCfkkY,28376
usb/control.py,sha256=A34AMMPBujyxCPRdnXVP1LS54sDhlTz1ZgZFyEOW8Lo,8947
usb/core.py,sha256=z8-vh5vyshWgNwtYUz3AGtd4-NGttNU0QeSasEsMIJE,48151
usb/legacy.py,sha256=w3oRv-8gEw1ko5Q8ukXRo8sg-cOCG_zIQ2an1Z5VoHw,12685
usb/libloader.py,sha256=WYova1jRlcAy953kqzhiQq7cg00zJe8OrYTQw0fD-RI,6891
usb/util.py,sha256=iW5qUbwyR7R6xhyCXBb31aXkIE3FtxwEheILMvTrjQ0,12291

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py3-none-any