ansible-tools

View on PyPIReverse Dependencies (0)

0.5.0 ansible_tools-0.5.0-py3-none-any.whl

Wheel Details

Project: ansible-tools
Version: 0.5.0
Filename: ansible_tools-0.5.0-py3-none-any.whl
Download: [link]
Size: 10591
MD5: 2e3673ce936f7344e1b209ae44b8580d
SHA256: e871fcd23e47f8e818270f08216732d979818149f2af560f1ad04387550b600d
Uploaded: 2025-02-26 13:53:49 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: ansible-tools
Version: 0.5.0
Summary: Keyring integration and local execution wrappers for Ansible
Author-Email: Lorenzo Villani <lorenzo[at]villani.me>
Project-Url: Homepage, https://github.com/lvillani/ansible-tools
Keywords: ansible,keyring,local,tools,wrapper
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.8
Requires-Dist: keyring (<26,>=25.5.0)
Requires-Dist: passlib (<2,>=1.7.4)
Description-Content-Type: text/markdown
License-Expression: MIT
License-File: LICENSE.txt
[Description omitted; length: 2291 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ansible_tools/__init__.py sha256=tURaZIHvNbNvCQyHPDW9IzjC8ASRU94_k0rnmu2BRew 1124
ansible_tools/cli/__init__.py sha256=tURaZIHvNbNvCQyHPDW9IzjC8ASRU94_k0rnmu2BRew 1124
ansible_tools/cli/ansible_local.py sha256=vXhEHCrV6inVW3ySyTf2W-UY-nDyr_23BliMzNKtwzk 1329
ansible_tools/cli/ansible_mkpasswd.py sha256=GF9NEaKPoIr-JGrY47wbfPiHFCKS3RcgLzJVJCHjqqY 1267
ansible_tools/cli/ansible_vault_helper.py sha256=PTsULqkSCUSVwRGNXi9OJka1A9NJCcjixHO1eXjyGVo 4921
ansible_tools/cli/vaultify.py sha256=Zd1wKQssvt2g5pmGbfp9uYmEY2dwRa1RAXxscFdPXzk 3005
ansible_tools-0.5.0.dist-info/METADATA sha256=8xYBdttEP_CQR_ibcqRXgI_AtuZZR6vup2r7jihMObc 3098
ansible_tools-0.5.0.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
ansible_tools-0.5.0.dist-info/entry_points.txt sha256=l8QLk6RPMLhiAhzVACGIwJ15OyHt28_xqSoW-h1zEeU 240
ansible_tools-0.5.0.dist-info/licenses/LICENSE.txt sha256=XAnEZQibVn7qO3epaZ9RbiHcJazWnFExQkguV9ElWmQ 1072
ansible_tools-0.5.0.dist-info/RECORD

entry_points.txt

ansible-local = ansible_tools.cli.ansible_local:main
ansible-mkpasswd = ansible_tools.cli.ansible_mkpasswd:main
ansible-vault-helper = ansible_tools.cli.ansible_vault_helper:main
vaultify = ansible_tools.cli.vaultify:main