aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/python/vpp_papi/vpp_format.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-115/+101
2020-12-03papi: remove python2 patternsPaul Vinciguerra1-6/+2
2020-08-11papi: allow unknown address familyOle Troan1-10/+19
2020-04-28tests: implement ipaddress convenience methodsPaul Vinciguerra1-0/+5
2019-09-19api: split vl_api_prefix into twoOle Troan1-1/+71
2019-07-31api papi: add alias for timestamp(datetime)/timedeltaPaul Vinciguerra1-1/+8
2019-07-12papi: fix vpp_format from change in vl_api_prefix_tPaul Vinciguerra1-2/+2
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra1-12/+12
2019-06-07vpp_papi: Fix format_vl_api_address_t under python3.Paul Vinciguerra1-1/+3
2019-06-07vpp_papi: Accept ipaddress.Network objects on prefix_t methods.Paul Vinciguerra1-1/+16
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-0/+7
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan1-132/+102
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-8/+8
2018-11-29vpp_papi: Add custom exceptions.Paul Vinciguerra1-4/+11
2018-11-28vpp_papi: Use new style classes.Paul Vinciguerra1-1/+1
2018-10-22PAPI: Add support for format/unformat functions.Ole Troan1-0/+144