{
"info": {
"author": "Matthew Fox",
"author_email": "matt@tansen.ca",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Telecommunications Industry",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Cython",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Security",
"Topic :: System :: Networking"
],
"description": "==============\nNetfilterQueue\n==============\n\nNetfilterQueue provides access to packets matched by an iptables rule in\nLinux. Packets so matched can be accepted, dropped, altered, or given a mark.\n\nLibnetfilter_queue (the netfilter library, not this module) is part of the\n`Netfilter project