{ "info": { "author": "Waldirio", "author_email": "waldirio@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# rvtools python\nApplication to be executed on Linux and collect all information from vCenter\n\nThe idea is to be a similar application as RVTools [1] the main difference is, the application from website was designed to be executed only on MS platform, this version will be written in python 3.x so will be possible execute on Linux environment.\n\nAbout the final result, the idea is generate one similar output *CSV files*.\n\nThe point here is not about COPY but just improve the Python skill and use the project [1] as reference once this one is a fantastic product !!!\n\nThank you and feel free to request Features / Enhancements.\n\nPs.: Necessary python 3.6 or greather. *Improving the code to be supported by 2.7 as well*\n\n# How to use??\n\nFirst, install the python module\n```\n$ pip install rvtools-python\n```\nNow it's time to execute it.\n```\n$ rvtools\n```\nOn the first run, will be created the file ~/.rvtools.conf\n```\nvcenter=\nusername=\npassword=\ndirectory=\n```\nYou can just update the information on the file to be seamless and generate all reports without ask you the password again or you are able to pass the information all the time as parameter\n```\n$ rvtools --help\nusage: rvtools [-h] [-s HOST] [-u USERNAME] [-p PASSWORD] [-d DIRECTORY]\n [-v VERBOSE]\n\nRVTools Python parameters\n\noptional arguments:\n -h, --help show this help message and exit\n -s HOST, --host HOST vCenter server to connect to\n -u USERNAME, --username USERNAME\n vCenter username\n -p PASSWORD, --password PASSWORD\n vCenter username password\n -d DIRECTORY, --directory DIRECTORY\n Directory where will be saved all csv files. Should be\n empty\n -v VERBOSE, --verbose VERBOSE\n Show additional info.\n$\n```\n\nThe result will be the csv file created on the directory defined on the conf file by `directory=` or via CLI by `-d DIRECTORY`.\n```\nvinfo.csv\n...\n```\n\nHope you enjoy it. Still working to improve/add all features. Feel free to send your feedback or just submit the new Issue [here](https://github.com/waldirio/rvtools_python/issues).\n\nBest\nWaldirio\n\n[1]. https://www.robware.net/rvtools/\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/waldirio/rvtools_python/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "rvtools-python", "package_url": "https://pypi.org/project/rvtools-python/", "platform": "", "project_url": "https://pypi.org/project/rvtools-python/", "project_urls": { "Homepage": "https://github.com/waldirio/rvtools_python/" }, "release_url": "https://pypi.org/project/rvtools-python/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Simple app to collect information from vSphere", "version": "0.0.1" }, "last_serial": 4402957, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "06059450c746c243006fe6324167ca91", "sha256": "c9ba55ccb0f4ce6a5183be11f8e28a87c1556eee109cf0c432f653e00135efae" }, "downloads": -1, "filename": "rvtools_python-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "06059450c746c243006fe6324167ca91", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8517, "upload_time": "2018-10-22T16:55:27", "url": "https://files.pythonhosted.org/packages/35/ea/c9d2367b22489ea15b2e189ae0a06f4a102cc457535d29e430902dedfc31/rvtools_python-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "39c066bc4e56d665c7e14da605254d71", "sha256": "9faf93360418b8c7030d0e9b9cb73a6b161b47407b2be24871dc9347725f91ca" }, "downloads": -1, "filename": "rvtools_python-0.0.1.tar.gz", "has_sig": false, "md5_digest": "39c066bc4e56d665c7e14da605254d71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7836, "upload_time": "2018-10-22T16:55:28", "url": "https://files.pythonhosted.org/packages/9e/cc/e34661290a9e79224d04d819e733e3ec53f5d8822601d8043c1d8e828760/rvtools_python-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "06059450c746c243006fe6324167ca91", "sha256": "c9ba55ccb0f4ce6a5183be11f8e28a87c1556eee109cf0c432f653e00135efae" }, "downloads": -1, "filename": "rvtools_python-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "06059450c746c243006fe6324167ca91", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8517, "upload_time": "2018-10-22T16:55:27", "url": "https://files.pythonhosted.org/packages/35/ea/c9d2367b22489ea15b2e189ae0a06f4a102cc457535d29e430902dedfc31/rvtools_python-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "39c066bc4e56d665c7e14da605254d71", "sha256": "9faf93360418b8c7030d0e9b9cb73a6b161b47407b2be24871dc9347725f91ca" }, "downloads": -1, "filename": "rvtools_python-0.0.1.tar.gz", "has_sig": false, "md5_digest": "39c066bc4e56d665c7e14da605254d71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7836, "upload_time": "2018-10-22T16:55:28", "url": "https://files.pythonhosted.org/packages/9e/cc/e34661290a9e79224d04d819e733e3ec53f5d8822601d8043c1d8e828760/rvtools_python-0.0.1.tar.gz" } ] }