{ "info": { "author": "Marin Atanasov Nikolov", "author_email": "dnaeon@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "pytraceroute - A simple traceroute(8) implementation in Python\n===============================================================\n\npytraceroute is a simple `traceroute(8)` implementation written in\nPython.\n\nIts purpose is mainly educational, rather than something\nfeature-rich as is `traceroute(8)` for example.\n\nRequirements\n============\n\n* Python 2.7.x or 3.x\n* docopt\n\nInstallation\n============\n\nClone the Git repository and install:\n\n.. code-block:: bash\n\n $ git clone https://github.com/pytraceroute\n $ cd pytraceroute && python setup.py install\n\nOr via `pip`:\n\n.. code-block:: bash\n\n $ pip install pytraceroute\n\nUsage\n=====\n\npytraceroute requires root permissions due to the use\nof raw (`socket.SOCK_RAW`) sockets.\n\nExample usage:\n\n.. code-block:: bash\n\n $ sudo py-traceroute google.com\n\nContributions\n=============\n\npytraceroute is hosted on `Github`_. Please contribute by\nreporting issues, suggesting features or by sending patches using\npull requests.\n\nBugs\n====\n\nProbably. If you experience a bug issue, please report it to the\npytraceroute issue tracker on `Github`_.\n\n.. _`Github`: https://github.com/dnaeon/pytraceroute", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/dnaeon/pytraceroute/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dnaeon/pytraceroute", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pytraceroute", "package_url": "https://pypi.org/project/pytraceroute/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytraceroute/", "project_urls": { "Download": "https://github.com/dnaeon/pytraceroute/releases", "Homepage": "https://github.com/dnaeon/pytraceroute" }, "release_url": "https://pypi.org/project/pytraceroute/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A simple Python traceroute(8) implementation", "version": "0.1.0" }, "last_serial": 1604630, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "cc4a6b82c4e3edfa175f184fcc7c13e6", "sha256": "04f02d1843eafd5dea822ce3437638845945df49a5208da06b8577796147d5a7" }, "downloads": -1, "filename": "pytraceroute-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cc4a6b82c4e3edfa175f184fcc7c13e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3655, "upload_time": "2015-06-24T11:49:09", "url": "https://files.pythonhosted.org/packages/22/db/7267de29c302f030b37c9580b75029c70d93ed4cdc38fff22d3e1846b03e/pytraceroute-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc4a6b82c4e3edfa175f184fcc7c13e6", "sha256": "04f02d1843eafd5dea822ce3437638845945df49a5208da06b8577796147d5a7" }, "downloads": -1, "filename": "pytraceroute-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cc4a6b82c4e3edfa175f184fcc7c13e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3655, "upload_time": "2015-06-24T11:49:09", "url": "https://files.pythonhosted.org/packages/22/db/7267de29c302f030b37c9580b75029c70d93ed4cdc38fff22d3e1846b03e/pytraceroute-0.1.0.tar.gz" } ] }