{ "info": { "author": "David Francos", "author_email": "me@davidfrancos.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "===============================\nPython simple arp table reader\n===============================\n\n.. image:: https://img.shields.io/travis/XayOn/python_arptable.svg\n :target: https://travis-ci.org/XayOn/python_arptable\n\n.. image:: https://img.shields.io/pypi/v/python_arptable.svg\n :target: https://pypi.python.org/pypi/python_arptable\n\n\nPython simple arp table reader\n\n* Free software: BSD license\n* Documentation: https://python_arptable.readthedocs.org.\n\nFeatures\n--------\n\n* Export ARP Table on linux as a dictionary.\n\nUsage\n-----\n\narp_table exports two main things:\n\n* ARPTABLE constant, as it was when the package was imported\n* get_arp_table() function, returning latest arp table.\n\n::\n\n >>> from arp_table import ARPTABLE\n >>> print(ARPTABLE)\n\n [{'Device': 'eth0',\n 'Flags': '0x2',\n 'HW address': '00:12:79:d2:b9:67',\n 'HW type': '0x1',\n 'IP address': '10.3.0.1',\n 'Mask': '*'}]\n\n >>> from arp_table import get_arp_table\n >>> print(get_arp_table())\n\n [{'Device': 'eth0',\n 'Flags': '0x2',\n 'HW address': '00:12:79:d2:b9:67',\n 'HW type': '0x1',\n 'IP address': '10.3.0.1',\n 'Mask': '*'}]\n\nDisclaimer\n----------\n\nThis is a small, simple yet quite useful library.\nI've seen a lot of posts of people struggling with arp-table reading\nin python.\n\nWith this library, you can just\n\n::\n\n pip install python_arptable\n\nand enjoy!\n\n\n\n\nHistory\n-------\n\n0.0.1 (2015-06-14)\n---------------------\n\n* First release on PyPI.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/XayOn/python_arptable", "keywords": "python_arptable", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "python_arptable", "package_url": "https://pypi.org/project/python_arptable/", "platform": "", "project_url": "https://pypi.org/project/python_arptable/", "project_urls": { "Homepage": "https://github.com/XayOn/python_arptable" }, "release_url": "https://pypi.org/project/python_arptable/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Python simple arp table reader", "version": "0.0.2" }, "last_serial": 3736945, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "401acbcd61fb6f463a7cabb36b64fa1d", "sha256": "5e1ef42956e44f6265a1438f3acb5dbea77e11c940195591408b0e2f6bc0a088" }, "downloads": -1, "filename": "python_arptable-0.0.1.tar.gz", "has_sig": false, "md5_digest": "401acbcd61fb6f463a7cabb36b64fa1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314, "upload_time": "2015-07-14T16:53:18", "url": "https://files.pythonhosted.org/packages/fd/6e/5bcd94e01d0b5c94ffd92f5a29f145849078d8a8ad4d0d5adfc603cdc242/python_arptable-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f02ebe7a6b5cd3543c567582cfdcef16", "sha256": "5304cb119e8cce031229f3fc195ad5d9dd669c356891b5598b0e8d27bbce5bfe" }, "downloads": -1, "filename": "python_arptable-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f02ebe7a6b5cd3543c567582cfdcef16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11514, "upload_time": "2018-04-05T10:31:12", "url": "https://files.pythonhosted.org/packages/1c/2e/490f5faada1adf2eb1c21cc0ed0a7c24914715bfe74e0ef5fe6521075cb7/python_arptable-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f02ebe7a6b5cd3543c567582cfdcef16", "sha256": "5304cb119e8cce031229f3fc195ad5d9dd669c356891b5598b0e8d27bbce5bfe" }, "downloads": -1, "filename": "python_arptable-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f02ebe7a6b5cd3543c567582cfdcef16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11514, "upload_time": "2018-04-05T10:31:12", "url": "https://files.pythonhosted.org/packages/1c/2e/490f5faada1adf2eb1c21cc0ed0a7c24914715bfe74e0ef5fe6521075cb7/python_arptable-0.0.2.tar.gz" } ] }