Metadata-Version: 2.1
Name: ansibleguy-nftables
Version: 1.0.2
Summary: Copy of the python3-nftables module used to interact with libnftables
Home-page: https://github.com/ansibleguy/python3-nftables
Author: AnsibleGuy
Author-email: guy@ansibleguy.net
Project-URL: Repository, https://github.com/ansibleguy/python3-nftables
Project-URL: Bug Tracker, https://github.com/ansibleguy/python3-nftables/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown

# NFTables 

This is a copy of the [python3-nftables module](http://git.netfilter.org/nftables/commit/?id=e760d200a4b9cd31928b68a1f2f882157344351e) (_apt-package version 1.0.2-1ubuntu3_) that is used to interact with [libnftables](https://www.mankier.com/5/libnftables-json).

The repository is used to serve it using [PyPI](https://pypi.org/project/ansibleguy-nftables/). 

Only minor changes were made to fix linting errors!

## Documentation

* [libnftables](https://www.mankier.com/5/libnftables-json)
* [NFTables](https://wiki.nftables.org/wiki-nftables/index.php/Quick_reference-nftables_in_10_minutes)
