{ "info": { "author": "Martin Ness", "author_email": "m.ness@martin89.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: GNU Affero General Public License v3", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications", "Topic :: Internet", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking", "Topic :: System :: Networking :: Firewalls", "Topic :: Utilities" ], "description": "About\n=====\n\nThis package allows you to describes firewall rules and dump it out, there is support for\niptables and ip6tables.\n\nExample Usage\n=============\n\n::\n\n >>> import iptdump\n >>> ipt = iptdump.Iptables()\n >>> chain = ipt.table(iptdump.TABLE_FILTER).chain(iptdump.CHAIN_INPUT)\n >>> chain.new().src('192.168.23.0/24').target(iptdump.TARGET_DROP)\n \n >>> print ipt.dump()\n # Generated by python-iptdump v1b1 on Mon Dec 3 18:25:27 2012\n *filter\n :INPUT ACCEPT [0:0]\n -A INPUT -s 192.168.23.0/24 -j DROP\n COMMIT\n # Completed on Mon Dec 3 18:25:27 2012\n >>> ipt = iptdump.Ip6tables()\n >>> chain = ipt.table(iptdump.TABLE_FILTER).chain(iptdump.CHAIN_INPUT)\n >>> chain.new().src('fe80::/64').target(iptdump.TARGET_DROP)\n \n >>> print ipt.dump()\n # Generated by python-iptdump v1b1 on Mon Dec 3 18:25:32 2012\n *filter\n :INPUT ACCEPT [0:0]\n -A INPUT -s fe80::/64 -j DROP\n COMMIT\n # Completed on Mon Dec 3 18:25:32 2012", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitorious.org/iptdump", "keywords": null, "license": "AGPLv3", "maintainer": null, "maintainer_email": null, "name": "iptdump", "package_url": "https://pypi.org/project/iptdump/", "platform": "OS Independent", "project_url": "https://pypi.org/project/iptdump/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://gitorious.org/iptdump" }, "release_url": "https://pypi.org/project/iptdump/1b1.3/", "requires_dist": null, "requires_python": null, "summary": "describes firewall rules and dump it out", "version": "1b1.3" }, "last_serial": 793420, "releases": { "1b1.3": [ { "comment_text": "", "digests": { "md5": "61565564a40f5bfc1458286ba04f189e", "sha256": "62a981b4250810d4f76924e3ea25d40926c23cd2ebdeb194622563376ed827f7" }, "downloads": -1, "filename": "iptdump-1b1.3.tar.gz", "has_sig": false, "md5_digest": "61565564a40f5bfc1458286ba04f189e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7015, "upload_time": "2013-02-05T19:13:35", "url": "https://files.pythonhosted.org/packages/db/bf/85f714df9dd4de880c45e240fdfe479b18d88826829fe3ead1aa4ce5ca13/iptdump-1b1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "61565564a40f5bfc1458286ba04f189e", "sha256": "62a981b4250810d4f76924e3ea25d40926c23cd2ebdeb194622563376ed827f7" }, "downloads": -1, "filename": "iptdump-1b1.3.tar.gz", "has_sig": false, "md5_digest": "61565564a40f5bfc1458286ba04f189e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7015, "upload_time": "2013-02-05T19:13:35", "url": "https://files.pythonhosted.org/packages/db/bf/85f714df9dd4de880c45e240fdfe479b18d88826829fe3ead1aa4ce5ca13/iptdump-1b1.3.tar.gz" } ] }