{ "info": { "author": "Jesse Escobedo", "author_email": "jesse.escobedo@citygridmedia.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: System Administrators", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "# nvlib\nnvlib 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.\n\n# Summary\nFirst off nVentory is a Ruby on Rails Datacenter Inventory Manager. nvlib is used to interface with the nventory API.\n\nTo find out more about setting up the nVentory web service, see https://github.com/nventory/nventory\n\n# Getting started\nTo get started install nvlib\n```\npip install nvlib\n```\n\nCreate an INI file with settings to connect to your nVentory API\n\n```\n[nv]\nuser: someuser\npass: somepass\nurl: http://nventory.domain.com/\nstatus: initializing\nhardware_profile_id: 1\n```\n\n# Usage\n\n```\nfrom nvlib import Nventory\nnventory = Nventory(ini_file)\n```\n\n\nChangelog\n=========\nNext Release (TBD)\n------------------\n* nvlib: Library for querying the nVentory API.\n\n1.0\n~~~~~~~\n* feature: Initial revision", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "nvlib inventory cgm devops", "license": "Apache", "maintainer": null, "maintainer_email": null, "name": "nvlib", "package_url": "https://pypi.org/project/nvlib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nvlib/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/nvlib/1.0/", "requires_dist": null, "requires_python": null, "summary": "nVentory library", "version": "1.0" }, "last_serial": 1688193, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "68b73134243a099673ecf5cb81768b58", "sha256": "1296bafb1498652b1857291928d34e7fdd23fb62c8e9e074561b4ce510519335" }, "downloads": -1, "filename": "nvlib-1.0.tar.gz", "has_sig": false, "md5_digest": "68b73134243a099673ecf5cb81768b58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4832, "upload_time": "2015-08-21T23:48:52", "url": "https://files.pythonhosted.org/packages/08/ac/4781851361503c5a3e97c631158512c749bb851fd7ee2d9cda5903e41487/nvlib-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68b73134243a099673ecf5cb81768b58", "sha256": "1296bafb1498652b1857291928d34e7fdd23fb62c8e9e074561b4ce510519335" }, "downloads": -1, "filename": "nvlib-1.0.tar.gz", "has_sig": false, "md5_digest": "68b73134243a099673ecf5cb81768b58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4832, "upload_time": "2015-08-21T23:48:52", "url": "https://files.pythonhosted.org/packages/08/ac/4781851361503c5a3e97c631158512c749bb851fd7ee2d9cda5903e41487/nvlib-1.0.tar.gz" } ] }