pyjamaas

View on PyPIReverse Dependencies (0)

0.6 pyjamaas-0.6-py3-none-any.whl

Wheel Details

Project: pyjamaas
Version: 0.6
Filename: pyjamaas-0.6-py3-none-any.whl
Download: [link]
Size: 29307
MD5: cbb399fff42f6da59be5f2ee213f35b4
SHA256: e5cf5d01e2638006b7165f87c3f0916b5a14a19f8b346f077cc1440ec3917741
Uploaded: 2020-12-05 18:50:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyjamaas
Version: 0.6
Summary: Python MaaS and Juju toolkit
Home-Page: https://github.com/grnet/pyjamaas.git
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Dist: cliff
Requires-Dist: python-libmaas
Requires-Dist: pyyaml
Description-Content-Type: text/markdown
[Description omitted; length: 2269 characters]

WHEEL

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

RECORD

Path Digest Size
pyjamaas/__init__.py sha256=sE_SByK_wl7YWSMwn1qm-poT8LL2n2QcJbmPQBRpZJQ 670
pyjamaas/cliff.py sha256=uL63NSj1aAjyh4OUdzvsNBmzSO9tUB-GP840r_QN7xk 2309
pyjamaas/config.py sha256=yS3KNcWifTOfJLWzV-OP4nXD3X55hJgpZiBnFvB9Uyo 1771
pyjamaas/log.py sha256=rl7dk0ELTvHv8oKQ9Ghoi4dxlS1LEAR1Yd7VkmHXXPs 723
pyjamaas/maas.py sha256=KJx1iNmctAggHS8Pvg6l6HGalspf21eYkzrDkH22eiU 2783
pyjamaas/parse.py sha256=vDUOJi0EEe-qG57N_nLZ-ztcl_NZdPYnWFH0FqWue80 1432
pyjamaas/util.py sha256=uG-AEBVoWLi-i2GLvgZcB6Cdx82TLifZtHryDjw90_w 1134
pyjamaas/commands/__init__.py sha256=sE_SByK_wl7YWSMwn1qm-poT8LL2n2QcJbmPQBRpZJQ 670
pyjamaas/commands/allocate.py sha256=NuUZ7Tc4OcXTV8-VLjR12Wls2Fvq9mcNeEBTVckAZI0 1333
pyjamaas/commands/clone.py sha256=T9Q20qz1lUP1KgUxAekHBKyXL1450oe8pdn87SGD6GY 2780
pyjamaas/commands/config.py sha256=P-1HZriOMsaDYSfglmDHqUZlvx0c1C4S9DB8IMswZcY 944
pyjamaas/commands/machine.py sha256=q9OAP0TobY9DOzYqEynFonQ9V8jUu_8XYsLRDQUoAL4 1685
pyjamaas/commands/release.py sha256=LuisbgqVcwagj8THnyni8CObpF3IkOyoWpjRri9TPMs 2014
pyjamaas/commands/shell.py sha256=VRss-02ZTGhbb8xzW9yTwP0Yv907gY49fa1HGke4ix8 875
pyjamaas/commands/tags.py sha256=_jXsNbZOMEosfdYuqpurDGoJn-_rhp_lfdK8p5QNQIk 3721
pyjamaas/commands/unlock.py sha256=FO4tco-vSVVJI4ZEEroPdFgrCm6oeMgFi-5KUtVyZto 1324
pyjamaas-0.6.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
pyjamaas-0.6.dist-info/METADATA sha256=IV2ORlz-hTCHWtj0wnB3ouOHIWd2R8l6Bj7rdb88eqk 2982
pyjamaas-0.6.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
pyjamaas-0.6.dist-info/entry_points.txt sha256=p4oD7Lx9FJPr-_ypTV9Cq_rGwZrUfufiiauGMZTYsZs 594
pyjamaas-0.6.dist-info/top_level.txt sha256=F1ePi3P-4-8Ute3ElEOpcRv-oNqWOSHHykEjbOkB0z0 9
pyjamaas-0.6.dist-info/RECORD

top_level.txt

pyjamaas

entry_points.txt

pyjamaas = pyjamaas.cliff:main
pyjamaas = pyjamaas.config:list_opts
allocate = pyjamaas.commands.allocate:Allocate
clone = pyjamaas.commands.clone:Clone
config = pyjamaas.commands.config:Config
machine get = pyjamaas.commands.machine:Get
machine list = pyjamaas.commands.machine:List
release = pyjamaas.commands.release:Release
shell = pyjamaas.commands.shell:Shell
tags add = pyjamaas.commands.tags:Add
tags clear = pyjamaas.commands.tags:Clear
tags delete = pyjamaas.commands.tags:Delete
unlock = pyjamaas.commands.unlock:Unlock