aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/python/setup.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-10/+11
2021-07-12papi: remove shared memory transportOle Troan1-2/+2
2020-11-17papi: remove dependency on aenumPaul Vinciguerra1-7/+0
2019-06-07vpp_papi: Fix missing dependency.Paul Vinciguerra1-2/+8
2019-03-07vpp_papi: Adjust aenum import for python3.Paul Vinciguerra1-1/+1
2019-03-07API: Add python2.7 support for enum flags via aenumOle Troan1-1/+1
2019-02-26vpp-papi: Only install enum34 for python<=3.4.Paul Vinciguerra1-14/+17
2018-09-18STATS: Add Python 3 support to vpp_stats.py.Ole Troan1-1/+1
2018-08-07PAPI: Move unit tests to fix packaging issues.Ole Troan1-2/+2
2018-08-03PAPI: Union pad at the end of short fields instead of at head.Ole Troan1-1/+1
2018-06-22Python API: Add enum and union support.Ole Troan1-16/+16
2018-06-18Revert "Python API: Add enum and union support."Ole Trøan1-5/+6
2018-06-17Python API: Add enum and union support.Ole Troan1-6/+5
2017-11-01VPP-959: Support old version of CFFIOle Troan1-1/+1
2017-08-31VPP-959: Python API require minimum CFFI version.Ole Troan1-1/+1
2017-08-17Python API: VPP-947 Empty chroot_prefix fails on encode()Ole Troan1-0/+3
2017-03-15Python API: Change from cPython to CFFI.Ole Troan1-10/+5
2017-01-03vpp-python-api deb packaging - use easy_install to install the python apiroot1-0/+1
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+34
mber.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
Directories here hold code to be released into Python Package Index (PyPI).

Mosly libraries, so people could expect them in resources/libraries/python/.
But these libraries cannot be there, because that is a package hierarchy
used by robot code, but we want the libraries here
to be NOT read from cloned CSIT git repo, but from pip.