ploy

View on PyPIReverse Dependencies (6)

2.0.1 ploy-2.0.1-py2.py3-none-any.whl

Wheel Details

Project: ploy
Version: 2.0.1
Filename: ploy-2.0.1-py2.py3-none-any.whl
Download: [link]
Size: 51880
MD5: 248aac9cb6ac46f6fbc3f69b29900337
SHA256: 55240de7393090945f728a31123dea2d131c07261c7b071a361a4de7f6ce8e2a
Uploaded: 2023-06-19 08:43:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ploy
Version: 2.0.1
Summary: A tool to manage servers through a central configuration. Plugins allow provisioning, configuration and other management tasks.
Author: Florian Schulze
Author-Email: florian.schulze[at]gmx.net
Home-Page: http://github.com/ployground/ploy
License: BSD 3-Clause License
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 2.7
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: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*
Requires-Dist: attrs
Requires-Dist: lazy
Requires-Dist: paramiko
Requires-Dist: pluggy
Requires-Dist: ruamel.yaml
Requires-Dist: importlib.metadata; python_version < "3.8"
License-File: LICENSE.txt
[Description omitted; length: 21503 characters]

WHEEL

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

RECORD

Path Digest Size
ploy/__init__.py sha256=qHYBaade4I6u3Q0dmRGRniWSfggUcm4F1eMRNGXGbZA 25622
ploy/common.py sha256=tMwaeC7_CTY2Y1sU_4TgxnE7vWGFUVEtQMZ3piqOqBY 22049
ploy/config.py sha256=WJ1z9Xz9_gdf3sCNHdoKNYxsoIxPNFjLlNZ_kUywBw8 32171
ploy/hookspecs.py sha256=rjKYWL0vsmdZh3TOI-qXHZwoJnvr_jNSZuyUPyh0GZI 193
ploy/plain.py sha256=9hRtNHtKMjRxKNvSfitAgjIrO5Nfrc9DFUffY_oxNT0 12092
ploy/proxy.py sha256=R0rTVZ_Snt22VfP0YRkZXNpWbIMKi9Ibgq3OoHwob_o 2016
ploy/template.py sha256=fPxRG_QUCVxhH9GvuaxPTKTj5rjbmkjr57m6vI-62pc 2146
ploy/tests/__init__.py sha256=MsSFjiLMLJZ7QhUPpVBWKiyDnCzryquRyr329NoCACI 2
ploy/tests/dummy_plugin.py sha256=iRBEqVfBG40HJFSqN20503Fe1lJIVIdzvPp-pTPb4DM 3183
ploy/tests/dummy_proxy_plugin.py sha256=xJYUWWyap0ngrfaCjE-2AW4boQI2J5KCtvEppXIaaBY 1010
ploy/tests/test_common.py sha256=E7b0-emIpRa5F8tx9jjx17IhzRpLyvSQDpXuAk_YxfQ 15555
ploy/tests/test_config.py sha256=HB7pGoCLdqCZHLItKP9R0N7qS6Uv49XhgQl4BJtn6FA 23478
ploy/tests/test_plain.py sha256=W0Y8Wif39jOueJRvq6abjlZj2duei7l7s444y9vHxFw 18990
ploy/tests/test_ploy.py sha256=dDmvJcFBPIBZPJQHfCQHEV1J5sGoFa4qSYLrD5qvGUg 26882
ploy/tests/test_proxy.py sha256=ZPr3OC-VUfTaMBpcrwsx35HfeZ3v4MQ7mWaVSrt5aO8 3495
ploy/tests/test_template.py sha256=hL0-z6daVXrodBCEElEuFe-dqYmUkKD55HOA12R4fa0 3126
ploy_pytest_plugin/__init__.py sha256=qEV7xqGL9-guRRxH7f6LLcCrhLLRhvn9YTEI2baEakI 4997
ploy-2.0.1.dist-info/LICENSE.txt sha256=5WXjcpOQ-LHjte5JjTfvapgn7F19ttCtEyN-U2TP_i0 1486
ploy-2.0.1.dist-info/METADATA sha256=rrJJbQR7hjUKoM_uYalXOSzQp8rQJDzH25R0r4wnghw 22574
ploy-2.0.1.dist-info/WHEEL sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg 110
ploy-2.0.1.dist-info/entry_points.txt sha256=XyPcJQg75uwLwOYo5iCvj76-sLBLdJ_vTElNADE3CIs 154
ploy-2.0.1.dist-info/pbr.json sha256=TPsJTi68JkA4t_K_wLBskC9rLNQzQ81rUDUn8hlFH70 47
ploy-2.0.1.dist-info/top_level.txt sha256=MvxiLfzX2NIz6k3DphDY-ht3NjeRWU1sEkTYQQPPBWs 24
ploy-2.0.1.dist-info/RECORD

top_level.txt

ploy
ploy_pytest_plugin

entry_points.txt

ploy = ploy:ploy
ploy-ssh = ploy:ploy_ssh
plain = ploy.plain:plugin
ploy_pytest_plugin = ploy_pytest_plugin