{ "info": { "author": "Alex Tremblay", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: System Administrators", "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: MacOS", "Operating System :: Microsoft", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "===============\nphpIPAM-Scraper\n===============\n\nWhat is this?\n-------------\nThis is a tool written in python to retrieve information on devices in phpIPAM based on a keyword supplied.\n\nThis package provides a python module to retrieve info, and a command-line tool for interactive information retrieval\n\nThe tool will grab and display a switch's IP address, hostname, and description\n\n\nModule\n------\n\n*To Install:*\n``pip install phpIPAM-Scraper``\n\n*To Use:*\n``import phpipam_scraper`` or ``from phpipam_scraper import IPAM``\nThe IPAM class accepts optional parameters for username, password, and URL. If these values are not supplied when\ninstantiating the class, this module will attempt to prompt for them from stdin.\nsee the `API Doc `_ for additional information.\n\n\nCommand Line Tool\n-----------------\nthe command line tool is called ``phpipam`` and can be used in one of two ways:\n\nWhen called with an argument, it processes that specific request, and then exits. When called without a command, it\ndrops you into a shell from which you can run multiple subcommands.\n\nThe benefit of running the shell is that phpIPAM authentication details will only be asked for once, and will be stored\nin memory until you exit the shell.\n\n**Warning:** Please take caution when using the shell. Since phpIPAM username and password details are stored in memory\nfor as long as the shell is active, any *\\*disreputable\\** program running on your computer while the shell is running\n**may** be able to access those details while the shell is running. Most operating systems prevent this sort of\nbehaviour, but not all do, so take care.\n\nThere are two main groups of commands which can be run from this command line tool: config and get.\n**config** commands allow you to get or set the URL of the phpIPAM installation to connect to\n**get** commands allow you to retrieve device information from phpIPAM's search page, device page, or both.\nyou can type ``phpipam [group] --help`` to get more information, or type ``help`` or ``?`` from within the shell to get\nmore information.\n\nWant to contribute?\n-------------------\nSee the see the project page / wiki on github for details", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alextremblay/phpipam_scraper", "keywords": null, "license": "LGPLv3", "maintainer": null, "maintainer_email": null, "name": "phpIPAM-Scraper", "package_url": "https://pypi.org/project/phpIPAM-Scraper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/phpIPAM-Scraper/", "project_urls": { "Homepage": "https://github.com/alextremblay/phpipam_scraper" }, "release_url": "https://pypi.org/project/phpIPAM-Scraper/1.1.2/", "requires_dist": null, "requires_python": null, "summary": "A python library to retrieve device IPs from a PHPipam installation", "version": "1.1.2" }, "last_serial": 2517154, "releases": { "1.1.2": [ { "comment_text": "", "digests": { "md5": "08ad1bbe9e4e1f5edc1e0db8d6a6488b", "sha256": "eaa8536b68855b043585a3df3d503c72ea02e1f1f23075a287d8aecb79aa9640" }, "downloads": -1, "filename": "phpIPAM_Scraper-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "08ad1bbe9e4e1f5edc1e0db8d6a6488b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10825, "upload_time": "2016-12-13T19:58:22", "url": "https://files.pythonhosted.org/packages/8a/21/e84dff9c994b99215387b87515ab5a4a61c7c8315bec323810749179b4d1/phpIPAM_Scraper-1.1.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08ad1bbe9e4e1f5edc1e0db8d6a6488b", "sha256": "eaa8536b68855b043585a3df3d503c72ea02e1f1f23075a287d8aecb79aa9640" }, "downloads": -1, "filename": "phpIPAM_Scraper-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "08ad1bbe9e4e1f5edc1e0db8d6a6488b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10825, "upload_time": "2016-12-13T19:58:22", "url": "https://files.pythonhosted.org/packages/8a/21/e84dff9c994b99215387b87515ab5a4a61c7c8315bec323810749179b4d1/phpIPAM_Scraper-1.1.2-py2.py3-none-any.whl" } ] }