old htb folders
This commit is contained in:
2023-08-29 21:53:22 +02:00
parent 62ab804867
commit 82b0759f1e
21891 changed files with 6277643 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
Metadata-Version: 2.1
Name: rpyc
Version: 5.3.0
Summary: Remote Python Call (RPyC) is a transparent and symmetric distributed computing library
Project-URL: Homepage, https://rpyc.readthedocs.org
Project-URL: Source, https://github.com/tomerfiliba-org/rpyc
Author-email: Tomer Filiba <tomerfiliba@gmail.com>, James Stronz <comrumino@archstrike.org>
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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 :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.7
Requires-Dist: plumbum
Description-Content-Type: text/x-rst
|Version| |Python| |Tests| |License|
RPyC_ (pronounced like *are-pie-see*), or *Remote Python Call*, is a
**transparent** library for **symmetrical** `remote procedure calls`_,
clustering_, and distributed-computing_. RPyC makes use of object-proxying_,
a technique that employs python's dynamic nature, to overcome the physical
boundaries between processes and computers, so that remote objects can be
manipulated as if they were local.
Documentation can be found at https://rpyc.readthedocs.io
.. figure:: http://rpyc.readthedocs.org/en/latest/_images/screenshot.png
:align: center
A screenshot of a Windows client connecting to a Linux server.
Note that text written to the server's ``stdout`` is actually printed on
the server's console.
.. References:
.. _RPyC: https://github.com/tomerfiliba-org/rpyc
.. _remote procedure calls: http://en.wikipedia.org/wiki/Remote_procedure_calls
.. _clustering: http://en.wikipedia.org/wiki/Clustering
.. _distributed-computing: http://en.wikipedia.org/wiki/Distributed_computing
.. _object-proxying: http://en.wikipedia.org/wiki/Proxy_pattern
.. Badges:
.. |Version| image:: https://img.shields.io/pypi/v/rpyc.svg?style=flat
:target: https://pypi.python.org/pypi/rpyc
:alt: Version
.. |Python| image:: https://img.shields.io/pypi/pyversions/rpyc.svg?style=flat
:target: https://pypi.python.org/pypi/rpyc#downloads
:alt: Python Versions
.. |Tests| image:: https://github.com/tomerfiliba-org/rpyc/actions/workflows/python-app.yml/badge.svg
:target: https://github.com/tomerfiliba-org/rpyc/actions/workflows/python-app.yml
:alt: Build Status
.. |License| image:: https://img.shields.io/pypi/l/rpyc.svg?style=flat
:target: https://github.com/tomerfiliba-org/rpyc/blob/master/LICENSE
:alt: License: MIT

View File

@@ -0,0 +1,68 @@
../../../bin/rpyc_classic,sha256=z8pe7j1O2HWQbrT1rc-sh_a-sJNQ9N4TDJ_Mtz4sN-w,306
../../../bin/rpyc_classic.py,sha256=z8pe7j1O2HWQbrT1rc-sh_a-sJNQ9N4TDJ_Mtz4sN-w,306
../../../bin/rpyc_registry,sha256=ysBUXuGiv8ZcY0I6iyjMrKUPwZRtrnZMXz7wFJiC7Ck,307
../../../bin/rpyc_registry.py,sha256=ysBUXuGiv8ZcY0I6iyjMrKUPwZRtrnZMXz7wFJiC7Ck,307
rpyc-5.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
rpyc-5.3.0.dist-info/METADATA,sha256=19dxVch21Hg0rOHaXg1CMl4Ues-fIjW9YZG5MV9jDmQ,3398
rpyc-5.3.0.dist-info/RECORD,,
rpyc-5.3.0.dist-info/WHEEL,sha256=NaLmgHHW_f9jTvv_wRh9vcK7c7EK9o5fwsIXMOzoGgM,87
rpyc-5.3.0.dist-info/entry_points.txt,sha256=Y_EgeZ20sP2r6kaMW0_tC2t2noFzP8f4wKffQP0txhg,196
rpyc-5.3.0.dist-info/licenses/LICENSE,sha256=a-_7IcDYh20y1EO9XS36ORURIDED161DmEWnxz7ejVM,1152
rpyc/__init__.py,sha256=rAmBLet2axsS7xaXyw9kr1haCm_aWHs7OHzJSaOXGfE,1836
rpyc/__pycache__/__init__.cpython-310.pyc,,
rpyc/__pycache__/version.cpython-310.pyc,,
rpyc/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
rpyc/cli/__pycache__/__init__.cpython-310.pyc,,
rpyc/cli/__pycache__/rpyc_classic.cpython-310.pyc,,
rpyc/cli/__pycache__/rpyc_registry.cpython-310.pyc,,
rpyc/cli/rpyc_classic.py,sha256=YhSZM-m7j5tjtIExr2crE1GsIP_BmnMjDPPAYaKNJmA,6241
rpyc/cli/rpyc_registry.py,sha256=HQ03GeMIlTZkXV2KXfmE2r-3T7NwYCMjAABDNB7zW4k,2004
rpyc/core/__init__.py,sha256=wF0NQuYqUqU-j0XXH0dMtil-nFi3ja2tJ7kZUjWqxyw,437
rpyc/core/__pycache__/__init__.cpython-310.pyc,,
rpyc/core/__pycache__/async.cpython-310.pyc,,
rpyc/core/__pycache__/async_.cpython-310.pyc,,
rpyc/core/__pycache__/brine.cpython-310.pyc,,
rpyc/core/__pycache__/channel.cpython-310.pyc,,
rpyc/core/__pycache__/consts.cpython-310.pyc,,
rpyc/core/__pycache__/netref.cpython-310.pyc,,
rpyc/core/__pycache__/protocol.cpython-310.pyc,,
rpyc/core/__pycache__/reactor.cpython-310.pyc,,
rpyc/core/__pycache__/service.cpython-310.pyc,,
rpyc/core/__pycache__/stream.cpython-310.pyc,,
rpyc/core/__pycache__/vinegar.cpython-310.pyc,,
rpyc/core/async.py,sha256=7ZCEi2aILOJOAdATy_61aMkCN-sZ40YIiXkE-wmA_qY,86
rpyc/core/async_.py,sha256=O4P3e0Vyyvqe7DlzJnMqXHcP1-SNTkYpO0nK7qLxGbs,3710
rpyc/core/brine.py,sha256=6NeVth254pavL-20hMf2zwzlrbSIVSJRcy1O9y8q044,9704
rpyc/core/channel.py,sha256=-TD_U8SjnvvJ0dT2aAj9V08hXAcWRRppVqanesUN21Q,3068
rpyc/core/consts.py,sha256=5Tr6IJ5xbtqLCKhychHDPd6RvdISZ-NzTZzxR4vATqc,802
rpyc/core/netref.py,sha256=fbLXGvR7LAtkU0mu9RVxFDtHkMRaEITsVMx7BGAm5e4,13721
rpyc/core/protocol.py,sha256=380wHlSXmHSqxyOk9j1sGwrf7o4_XFzDfJSfdhgPPhA,41075
rpyc/core/reactor.py,sha256=eYcMy4NykD6C13u9eLBMpSd7Sn7gCKmLFX-gz8v5F7c,924
rpyc/core/service.py,sha256=eml-IQZ4vJYR139o74l8T5gD6Q4F5OHWkOOwIauoURg,7990
rpyc/core/stream.py,sha256=fdJ12nkCmM3Ip-OoTNG_dxpvMexrn_a_frum21XvEtk,22216
rpyc/core/vinegar.py,sha256=YhfO2H0S6hYaM09YvqQXtXbxNAzO_uloK5wDUaK3GJE,7787
rpyc/lib/__init__.py,sha256=ekOQSwr9FlN0dMPKc0PWmMXVyCcGAA3IezU8VMT63ag,7859
rpyc/lib/__pycache__/__init__.cpython-310.pyc,,
rpyc/lib/__pycache__/colls.cpython-310.pyc,,
rpyc/lib/__pycache__/compat.cpython-310.pyc,,
rpyc/lib/colls.py,sha256=AyFOKnH0cwOa6EbX0_GSEmIcRFLFwa9tfpL-A5Tg5s4,2527
rpyc/lib/compat.py,sha256=qf9Uugfm-zta-pVC_neTHeMHK6zAKWNxOWKBeqnxuY4,5547
rpyc/utils/__init__.py,sha256=GBDwJe9dZJr7VWYh573iwdhD2xIRyxVL2_xZSngTIaE,1884
rpyc/utils/__pycache__/__init__.cpython-310.pyc,,
rpyc/utils/__pycache__/authenticators.cpython-310.pyc,,
rpyc/utils/__pycache__/classic.cpython-310.pyc,,
rpyc/utils/__pycache__/factory.cpython-310.pyc,,
rpyc/utils/__pycache__/helpers.cpython-310.pyc,,
rpyc/utils/__pycache__/registry.cpython-310.pyc,,
rpyc/utils/__pycache__/server.cpython-310.pyc,,
rpyc/utils/__pycache__/teleportation.cpython-310.pyc,,
rpyc/utils/__pycache__/zerodeploy.cpython-310.pyc,,
rpyc/utils/authenticators.py,sha256=EnF7zuZXNWYFzIR2EF99CJ37-axXcc619P_-IMizsPE,3850
rpyc/utils/classic.py,sha256=8PQPHtcQWRp4Qk8gs2SroYfO29mUC3mWN0kifLph5j8,14362
rpyc/utils/factory.py,sha256=axvmLX3UQOyW1ck2fzQcD4VwO-hmPU3Vle39b3yaZP4,13544
rpyc/utils/helpers.py,sha256=zum8pCgSywTGFML0i7WWGJMc8HA6DyG8rcHd0QBjITY,8386
rpyc/utils/registry.py,sha256=UxdEOoG0R0kZaAMwwv7W4EAP2hkce239dh4geBgxKyc,18678
rpyc/utils/server.py,sha256=QNS3S5MDcEbJqF03UjMitHnln-iOuZs7a4Wj1DmcexY,23079
rpyc/utils/teleportation.py,sha256=DmZDakQYV84UplDO5VHGsYw2FcLID-CCmAZuKBuxnbs,6783
rpyc/utils/zerodeploy.py,sha256=ZzBfRbElPdT6keHUTeH7oNyfKhnY_vFpdIAgcaw-1qU,8756
rpyc/version.py,sha256=pBJZM6GS-Swsy1ACwAiAxX3mOpgHwa_YKR-Kj9WzS0c,90

View File

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

View File

@@ -0,0 +1,5 @@
[console_scripts]
rpyc_classic = rpyc.cli.rpyc_classic:main
rpyc_classic.py = rpyc.cli.rpyc_classic:main
rpyc_registry = rpyc.cli.rpyc_registry:main
rpyc_registry.py = rpyc.cli.rpyc_registry:main

View File

@@ -0,0 +1,22 @@
Copyright (c) 2005-2013
Tomer Filiba (tomerfiliba@gmail.com)
Copyrights of patches are held by their respective submitters
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.