summaryrefslogtreecommitdiffstats
path: root/py
Commit message (Expand)AuthorAgeFilesLines
* build: no recursive make for "py/Makefile.am"Thomas Haller2023-11-021-1/+0
* py: add Nftables.{get,set}_input_flags() APIThomas Haller2023-08-241-0/+43
* py: extract flags helper functions for set_debug()/get_debug()Thomas Haller2023-08-241-21/+31
* py: fix exception during cleanup of half-initialized NftablesThomas Haller2023-08-241-1/+5
* py: add pyproject.toml to support PEP-517-compatible build-systemsJeremy Sowden2023-08-032-1/+4
* py: use setup.cfg to configure setuptoolsJeremy Sowden2023-08-033-22/+27
* py: move package source into src directoryJeremy Sowden2023-08-035-2/+2
* py: remove setup.py integration with autotoolsPablo Neira Ayuso2023-07-311-27/+0
* py: return boolean value from Nftables.__[gs]et_output_flag()Thomas Haller2023-07-191-2/+2
* py: replace distutils with setuptoolsJose M. Guisado Gomez2023-03-151-1/+1
* py: support variables management and fix formattingFernando Fernandez Mancera2022-09-161-13/+30
* py: extend python API to support libnftables APIPeter Collinson2022-09-161-0/+82
* py: load the SONAME-versioned shared objectArturo Borrero Gonzalez2019-12-101-1/+1
* py: add missing output flags.Jeremy Sowden2019-10-241-0/+35
* build: avoid unnecessary call to xargsJan Engelhardt2019-06-251-1/+1
* build: avoid recursion into py/ if not selectedJan Engelhardt2019-06-251-3/+0
* py: Implement JSON validation in nftables modulePhil Sutter2019-05-314-1/+47
* py: fix missing decode/encode of stringsEric Garver2019-05-121-0/+7
* py: Fix gitignore of lib/ directoryPhil Sutter2019-05-081-1/+1
* parser_json: Rewrite echo supportPhil Sutter2019-04-031-0/+3
* py: Adjust Nftables class to output flags changesPhil Sutter2018-10-311-78/+142
* py: trivial: Fix typo in comment stringPhil Sutter2018-08-301-1/+1
* python: set license and author in nftables.pyEric Leblond2018-06-201-0/+16
* python: installation of binding via make installEric Leblond2018-06-205-0/+61
* libnftables: Simplify nft_run_cmd_from_buffer footprintPhil Sutter2018-06-181-2/+2
* py: Add JSON support to nftables ClassPhil Sutter2018-05-111-1/+44
* py: Add getter/setter for echo output optionPhil Sutter2018-05-111-0/+25
* tests/py: Use libnftables instead of calling nft binaryPhil Sutter2018-04-112-0/+225