nVentory library
Project description
# nvlib nvlib was created so that we can build tools in python to interface with nVentory. As an external source of truth nVentory is used to assist in automating the provisioning process wether it be in house or in the cloud.
# Summary First off nVentory is a Ruby on Rails Datacenter Inventory Manager. nvlib is used to interface with the nventory API.
To find out more about setting up the nVentory web service, see https://github.com/nventory/nventory
# Getting started To get started install nvlib ` pip install nvlib `
Create an INI file with settings to connect to your nVentory API
` [nv] user: someuser pass: somepass url: http://nventory.domain.com/ status: initializing hardware_profile_id: 1 `
# Usage
` from nvlib import Nventory nventory = Nventory(ini_file) `
Changelog
Next Release (TBD)
nvlib: Library for querying the nVentory API.
1.0
feature: Initial revision
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file nvlib-1.0.tar.gz
.
File metadata
- Download URL: nvlib-1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1296bafb1498652b1857291928d34e7fdd23fb62c8e9e074561b4ce510519335 |
|
MD5 | 68b73134243a099673ecf5cb81768b58 |
|
BLAKE2b-256 | 08ac4781851361503c5a3e97c631158512c749bb851fd7ee2d9cda5903e41487 |