doniclient

View on PyPIReverse Dependencies (0)

0.4.1 doniclient-0.4.1-py3-none-any.whl

Wheel Details

Project: doniclient
Version: 0.4.1
Filename: doniclient-0.4.1-py3-none-any.whl
Download: [link]
Size: 9789
MD5: 79eeba4d57ee99aab7a2e26e1c1cae0c
SHA256: d115732c88d9d3e4c735ec8b82819a06f70cf2f4208e8e84bbad44626d3092c0
Uploaded: 2021-12-17 02:45:43 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: doniclient
Version: 0.4.1
Summary: This is a plugin for the openstack commandline client, to enable support for the Doni hardware inventory project
Author: Michael Sherman
Author-Email: shermanm[at]uchicago.edu
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6.2,<4.0.0
Requires-Dist: PyYAML (<=5.1.2)
Requires-Dist: keystoneauth1 (>=3.17.3)
Requires-Dist: osc-lib (>=1.14.1)
Requires-Dist: python-dateutil (<=2.8.0)
Requires-Dist: python-openstackclient[cli] (>=4.0.2)
[No description]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
doniclient/__init__.py sha256=kUR5RAFc7HCeiqdlX36dZOHkUI5wI6V_43RpEcD8b-0 22
doniclient/osc/__init__.py sha256=AXuaKdgI6rFXg3I4VaaGxeS49x6kby8VVTEExQPBGiA 585
doniclient/osc/availability.py sha256=Dy8lTr4qg3LqJgd8ZGYMuNikuFzO4iWZUt1-e5VjRYM 4365
doniclient/osc/cli.py sha256=StFb1-9vm4FMiipXx6ueLGlTvogebmoLYhPeIOeAWzQ 12716
doniclient/osc/plugin.py sha256=dGUQUfC-D2mRiWnEzxzQf6LkjzWH4nCe4vQQtnAuCYc 1917
doniclient/osc/utils.py sha256=DpX96QxGDDd-PuqmZArzaQId1YBJ0HrSSmvKDt0hpQ0 574
doniclient/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
doniclient/tests/test_doniclient.py sha256=-gWBKITFiLdKgZDDGmiztGieRTuDJbWWHhgVJr7_ZfE 3046
doniclient/v1/client.py sha256=whOXpGKi9_V8QJKoO_Fd1kOLCZD0bqmuZoMWQthxOSQ 1682
doniclient-0.4.1.dist-info/entry_points.txt sha256=oVimiqoLf63j1CTItiIR0-zvPSFcjzTi_tYp_rWzDZc 742
doniclient-0.4.1.dist-info/WHEEL sha256=V7iVckP-GYreevsTDnv1eAinQt_aArwnAxmnP0gygBY 83
doniclient-0.4.1.dist-info/METADATA sha256=mKlEHKilVNj1hUi3Rv91lRDArOSu_Jzfg1IKR_jS6t4 666
doniclient-0.4.1.dist-info/RECORD

entry_points.txt

inventory = doniclient.osc.plugin
hardware_availability_add = doniclient.osc.availability:AddHardwareAvailability
hardware_availability_list = doniclient.osc.availability:ListHardwareAvailability
hardware_availability_remove = doniclient.osc.availability:RemoveHardwareAvailability
hardware_availability_set = doniclient.osc.availability:UpdateHardwareAvailability
hardware_create = doniclient.osc.cli:CreateHardware
hardware_delete = doniclient.osc.cli:DeleteHardware
hardware_import = doniclient.osc.cli:ImportHardware
hardware_list = doniclient.osc.cli:ListHardware
hardware_set = doniclient.osc.cli:UpdateHardware
hardware_show = doniclient.osc.cli:GetHardware
hardware_sync = doniclient.osc.cli:SyncHardware