This commit is contained in:
2024-11-29 18:15:30 +00:00
parent 40aade2d8e
commit bc9415586e
5298 changed files with 1938676 additions and 80 deletions

View File

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2017 Thomas Kluyver
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@ -0,0 +1,36 @@
Metadata-Version: 2.1
Name: jeepney
Version: 0.8.0
Summary: Low-level, pure Python DBus protocol wrapper.
Home-page: https://gitlab.com/takluyver/jeepney
Author: Thomas Kluyver
Author-email: thomas@kluyver.me.uk
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Desktop Environment
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-trio ; extra == "test"
Requires-Dist: pytest-asyncio >=0.17 ; extra == "test"
Requires-Dist: testpath ; extra == "test"
Requires-Dist: trio ; extra == "test"
Requires-Dist: async-timeout ; extra == "test"
Requires-Dist: trio ; extra == "trio"
Requires-Dist: async_generator ; extra == "trio" and ( python_version == '3.6')
Project-URL: Documentation, https://jeepney.readthedocs.io/en/latest/
Provides-Extra: test
Provides-Extra: trio
Jeepney is a pure Python implementation of D-Bus messaging. It has an `I/O-free
<https://sans-io.readthedocs.io/>`__ core, and integration modules for different
event loops.
D-Bus is an inter-process communication system, mainly used in Linux.
To install Jeepney::
pip install jeepney
`Jeepney docs on Readthedocs <https://jeepney.readthedocs.io/en/latest/>`__

View File

@ -0,0 +1,66 @@
jeepney-0.8.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
jeepney-0.8.0.dist-info/LICENSE,sha256=GyKwSbUmfW38I6Z79KhNjsBLn9-xpR02DkK0NCyLQVQ,1081
jeepney-0.8.0.dist-info/METADATA,sha256=DXM9Juvm4SN4lX1OzkC8NLUpxGWDduahXaIen_OyPDw,1280
jeepney-0.8.0.dist-info/RECORD,,
jeepney-0.8.0.dist-info/WHEEL,sha256=4TfKIB_xu-04bc2iKz6_zFt-gEFEEDU_31HGhqzOCE8,81
jeepney/__init__.py,sha256=olo0BGIx_BsOw3rbjUd742bSOtxKoOAbcRB6p4IeKbQ,408
jeepney/__pycache__/__init__.cpython-312.pyc,,
jeepney/__pycache__/auth.cpython-312.pyc,,
jeepney/__pycache__/bindgen.cpython-312.pyc,,
jeepney/__pycache__/bus.cpython-312.pyc,,
jeepney/__pycache__/bus_messages.cpython-312.pyc,,
jeepney/__pycache__/fds.cpython-312.pyc,,
jeepney/__pycache__/low_level.cpython-312.pyc,,
jeepney/__pycache__/routing.cpython-312.pyc,,
jeepney/__pycache__/wrappers.cpython-312.pyc,,
jeepney/auth.py,sha256=Dh3ntzuCc0raeIcWDM_GDALNwLqUueJM4oEHH_pCQTA,4933
jeepney/bindgen.py,sha256=6vLI1T_7rEN98fA8CEs3qG3Lk3zJsy8M2EEv9JnDbC0,4054
jeepney/bus.py,sha256=KUiSr3ECzdbe-S9tNKm6kvf3oZi4RYnJWkZUXK7tE2k,1817
jeepney/bus_messages.py,sha256=naa9p0PdEAvqJ-xZ9-V37B3-7-1xfLtAabKEeTZ6oQU,8140
jeepney/fds.py,sha256=ZYzN_c_7rkBT0wU7dYUmQRijpSzCv-DATCYEklpXxUU,5056
jeepney/io/__init__.py,sha256=inJI_1U-ATymLcAVYs-LD2aUwgl-tihW8-oVFUxYRgA,33
jeepney/io/__pycache__/__init__.cpython-312.pyc,,
jeepney/io/__pycache__/asyncio.cpython-312.pyc,,
jeepney/io/__pycache__/blocking.cpython-312.pyc,,
jeepney/io/__pycache__/common.cpython-312.pyc,,
jeepney/io/__pycache__/threading.cpython-312.pyc,,
jeepney/io/__pycache__/trio.cpython-312.pyc,,
jeepney/io/asyncio.py,sha256=qfWi_1pWCXSP1LNRafHBuvrxHx4tX96b52KBa4sUFMc,7622
jeepney/io/blocking.py,sha256=Evek2rYGEDQLOIoWVianJHhhHbfxN4zbfVeIDfd9z6Y,12290
jeepney/io/common.py,sha256=l8lbFUgQmBxfqSC-hqHYmPUYCVFMKbOGB1k5ZWPKXfs,2696
jeepney/io/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
jeepney/io/tests/__pycache__/__init__.cpython-312.pyc,,
jeepney/io/tests/__pycache__/conftest.cpython-312.pyc,,
jeepney/io/tests/__pycache__/test_asyncio.cpython-312.pyc,,
jeepney/io/tests/__pycache__/test_blocking.cpython-312.pyc,,
jeepney/io/tests/__pycache__/test_threading.cpython-312.pyc,,
jeepney/io/tests/__pycache__/test_trio.cpython-312.pyc,,
jeepney/io/tests/__pycache__/utils.cpython-312.pyc,,
jeepney/io/tests/conftest.py,sha256=o7JrYypYE-0jNFUndsQ4Ek5dNYM0ofh1sYcIVeCZMj0,2730
jeepney/io/tests/test_asyncio.py,sha256=6ryfDF6IHNnpXuUFcAU1R16W0Avo2Xi-CEM5sTydoHU,2636
jeepney/io/tests/test_blocking.py,sha256=-p7qAjzzPJeZ2gU3f4vauob6T0VAbme3r1kwZN2_Js0,2967
jeepney/io/tests/test_threading.py,sha256=RALwy-aI64TBoFmBnSU63HLcwRnStLVtnewOtoaBl3o,2699
jeepney/io/tests/test_trio.py,sha256=DPY1V_K2qLTyBTrbrxZeLTA5dmca3Ye3e6pz08UxbO8,3892
jeepney/io/tests/utils.py,sha256=i7VJYT-axefzS8mWcvv-9DeHEB6LdP9M82H3Hx6fyC4,79
jeepney/io/threading.py,sha256=mwGCNlun_baX8Y4eienCGDKdZD4SKdTMvBTkIE0EMKo,9391
jeepney/io/trio.py,sha256=PkvkqBXkGF3NAn1ipD8eePznq2DZ3kf_kZblt2XcK2c,14848
jeepney/low_level.py,sha256=TkgVsLQE1bdVwa684QeIhQ8m53IjJt7_2mxTsH66JYs,19119
jeepney/routing.py,sha256=70ujcmGyvKKPp6vUn5WLlvYwM7PFiH-XRT2upa538cg,2827
jeepney/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
jeepney/tests/__pycache__/__init__.cpython-312.pyc,,
jeepney/tests/__pycache__/test_auth.cpython-312.pyc,,
jeepney/tests/__pycache__/test_bindgen.cpython-312.pyc,,
jeepney/tests/__pycache__/test_bus.cpython-312.pyc,,
jeepney/tests/__pycache__/test_bus_messages.cpython-312.pyc,,
jeepney/tests/__pycache__/test_fds.cpython-312.pyc,,
jeepney/tests/__pycache__/test_low_level.cpython-312.pyc,,
jeepney/tests/__pycache__/test_routing.cpython-312.pyc,,
jeepney/tests/secrets_introspect.xml,sha256=9cfNs1aGLtIAykcQVsycwIwCLmEeorKkFjqJCLAknRQ,4575
jeepney/tests/test_auth.py,sha256=Ee79vsedCwveukudAZTwqYTXHWV3PYnXkmMl0MBMZEE,611
jeepney/tests/test_bindgen.py,sha256=Ez99zr9TIV3mlZdH-2A_dz4LbvxCqzWDIadhOCbbaoc,1098
jeepney/tests/test_bus.py,sha256=ApOxd3AcYQB14G1XsiFGBYtQ4xSKw52y9YvmPz700gc,847
jeepney/tests/test_bus_messages.py,sha256=Fh7Ub4sFWZbsXGqBKYoS6DM_GS1kHxTOA0ydkL5PYBo,3228
jeepney/tests/test_fds.py,sha256=-gyvQpfsXtPaIEeqbwhrNPOcIAN0DsrQ7MXZu4nMvvQ,1821
jeepney/tests/test_low_level.py,sha256=Ry2Fme4i9XVAFcK0CL0B_-031njsVBVQ2YnT2yEaxwM,2554
jeepney/tests/test_routing.py,sha256=ahDksymGQz3qllB_378EvTl0IvxLBXEhBwpdWp0SZDs,959
jeepney/wrappers.py,sha256=Tr1tJ-KbTZuDzLvjZwL2HyKlhUqhCcD4-UZDCKIEW4E,7979

View File

@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: flit 3.7.1
Root-Is-Purelib: true
Tag: py3-none-any