drone-plugin-exec

View on PyPIReverse Dependencies (0)

0.1.1 drone_plugin_exec-0.1.1-py3-none-any.whl

Wheel Details

Project: drone-plugin-exec
Version: 0.1.1
Filename: drone_plugin_exec-0.1.1-py3-none-any.whl
Download: [link]
Size: 32071
MD5: 1af44b074e39f0f0eb1a8a77ed7b6a8d
SHA256: a1c2ad41d1f34d55853c6b41aaccc416aced135f34c2458abd7c703a12c94f57
Uploaded: 2023-09-27 03:23:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: drone-plugin-exec
Version: 0.1.1
Summary: The guts of a drone plugin that runs code on the machines the containers are on.
Author: haxwithaxe
Author-Email: spam[at]haxwithaxe.net
Home-Page: https://github.com/haxwithaxe/drone-plugin-exec/
Project-Url: Source, https://github.com/haxwithaxe/drone-plugin-exec/
Project-Url: Tracker, https://github.com/haxwithaxe/drone-plugin-exec/issues
Project-Url: Download, https://pypi.org/project/drone-plugin-exec/#files
License: GPLv3
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Platform: any
Requires-Python: >=3.9
Requires-Dist: PyNaCl
Requires-Dist: GitPython
Requires-Dist: typer
Requires-Dist: docker
Requires-Dist: toml; python_version < "3.11"
Requires-Dist: isort; extra == "lint"
Requires-Dist: flake8; extra == "lint"
Provides-Extra: lint
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5271 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
drone_plugin_exec/__init__.py sha256=0eVFfVd2aZXTZHFXcLZnFk8MftII4cMhRBBYt3Hm3LI 13
drone_plugin_exec/config.py sha256=2IJtJxKb9FnmFYV6aJgstmvBiOxbaq_4FEpQ9EbNfgs 1698
drone_plugin_exec/context.py sha256=SpzvUT8wolQ_TneQP7e0_dPUWRHxV5qogDuYCLgMWpk 3453
drone_plugin_exec/keys.py sha256=65h8ARcy01na9RXWjU4z_BncxNuPLwBEtpaNFxgEJsQ 1531
drone_plugin_exec/log.py sha256=oQqmLu8Ri7UB1FNZSXOaw9edRZ0WRhqiz1XPH3bn4Nw 2940
drone_plugin_exec/packet.py sha256=OEREYzddWn5NrPxPK6V8VjInaRu4wWCYhy2bTTPqbHM 3743
drone_plugin_exec/script.py sha256=OUFMMJS2O2CfX1TEHZG6bgn7AplBWOrE46A-Uq4EF1E 4241
drone_plugin_exec/plugin/__init__.py sha256=0eVFfVd2aZXTZHFXcLZnFk8MftII4cMhRBBYt3Hm3LI 13
drone_plugin_exec/plugin/__main__.py sha256=twWrKVNNn4fQ8Dwooab9uCsCJ6WHv_1sQ_NIihhrOM0 1629
drone_plugin_exec/plugin/config.py sha256=kZYsvz3o-LxMrWnG_jcoXz3kgZaJx9_PLMqDIDOyLNI 3252
drone_plugin_exec/plugin/sender.py sha256=7FPRpqDJj9KRPl6EExwHLa0uNiXATfp3Yh16JW4HTc0 4416
drone_plugin_exec/target/__init__.py sha256=0eVFfVd2aZXTZHFXcLZnFk8MftII4cMhRBBYt3Hm3LI 13
drone_plugin_exec/target/__main__.py sha256=fs0852ngMhtUwqQzDXciESqp2vkrEMK3fB59itl_3zI 569
drone_plugin_exec/target/config.py sha256=59IeNlBETe6sN12aV4O1Gzx_Wh5S0p6ovY2krNx5h2o 1926
drone_plugin_exec/target/daemon.py sha256=PQ4p-aKroOurG9T7t6LRzKUGPAa1l-qEMXY3nG30QMY 6056
drone_plugin_exec/target/environment.py sha256=eSf20n4Sa-vrFg0pL18EybeEZ2x9xIzI0sd_ko4ZOk8 3059
drone_plugin_exec-0.1.1.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
drone_plugin_exec-0.1.1.dist-info/METADATA sha256=8aKvJFSpeiDp4yTJcLmiL9zHg2dA7p43cN1qZgggMBI 6276
drone_plugin_exec-0.1.1.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
drone_plugin_exec-0.1.1.dist-info/entry_points.txt sha256=AcR6zkBT-ENCbGRnRiPThM6La1gsmfYftDX-cQXhcCY 208
drone_plugin_exec-0.1.1.dist-info/top_level.txt sha256=FQ8vbBtbMRfmYWj_d4H31r2eW2kGJd-BoEA_ZRHGzgs 18
drone_plugin_exec-0.1.1.dist-info/RECORD

top_level.txt

drone_plugin_exec

entry_points.txt

drone-plugin-exec-genkeypair = drone_plugin_exec.keys:_app
drone-plugin-exec-plugin = drone_plugin_exec.plugin.__main__:main
drone-plugin-exec-target = drone_plugin_exec.target.__main__:app