nornir-table-inventory

View on PyPIReverse Dependencies (0)

0.4.5 nornir_table_inventory-0.4.5-py3-none-any.whl

Wheel Details

Project: nornir-table-inventory
Version: 0.4.5
Filename: nornir_table_inventory-0.4.5-py3-none-any.whl
Download: [link]
Size: 10363
MD5: 39023bb5b609f6fdc93b9a28c5657059
SHA256: 69f57e6a81fcf419784fd9ec88ba0fc1da739953738158baba874f87627c7717
Uploaded: 2023-03-06 15:06:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nornir-table-inventory
Version: 0.4.5
Summary: nornir inventory plugin,support managing inventory by csv or excel file
Author: feifeiflight
Author-Email: feifeiflight[at]126.com
Home-Page: https://github.com/jiujing/nornir_table_inventory
Project-Url: Repository, https://github.com/jiujing/nornir_table_inventory
License: Apache-2.0
Keywords: nornir,table,csv,excel,inventory
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Networking
Requires-Python: >=3.7,<4.0
Requires-Dist: nornir (<4.0.0,>=3.0.0)
Requires-Dist: pandas (<2.0.0,>=1.2.0)
Description-Content-Type: text/markdown
[Description omitted; length: 7553 characters]

WHEEL

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

RECORD

Path Digest Size
nornir_table_inventory/__init__.py sha256=zeCvMbuzYP1y57zTtv0nxW76vwLlBJA_BBKssclmoVE 23
nornir_table_inventory/plugins/inventory/__init__.py sha256=sRNk8HRnxoNNRKUa6VSeg24-TSY1Vd1cH94jb_Tf_ro 137
nornir_table_inventory/plugins/inventory/table.py sha256=jXNUCrgTyQtBt0hQwEQNPVq0KGgWiEFfaLsmhEMP3gA 5373
nornir_table_inventory-0.4.5.dist-info/entry_points.txt sha256=8nBSkotG65Lhq3sz441jEDQkdM82kR7ComHvrKKfsRM 261
nornir_table_inventory-0.4.5.dist-info/LICENSE sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY 11558
nornir_table_inventory-0.4.5.dist-info/WHEEL sha256=vxFmldFsRN_Hx10GDvsdv1wroKq8r5Lzvjp6GZ4OO8c 88
nornir_table_inventory-0.4.5.dist-info/METADATA sha256=_PiDq8YrUbnXVOfxpdhOK-9WFwrJOC2-AkQ_SLGAWtA 8751
nornir_table_inventory-0.4.5.dist-info/RECORD

entry_points.txt

CSVInventory = nornir_table_inventory.plugins.inventory.table:CSVInventory
ExcelInventory = nornir_table_inventory.plugins.inventory.table:ExcelInventory
FlatDataInventory = nornir_table_inventory.plugins.inventory.table:FlatDataInventory