aboutsummaryrefslogtreecommitdiffstats
path: root/examples/package.py
Commit message (Collapse)AuthorAgeFilesLines
* Add "copyexamples" make target for copying all the examples to the buildEike Ziller2018-09-171-64/+0
| | | | | | | | And remove examples/package.py, which is basically just a zip call anyhow. Change-Id: I70ae585f9919dc3e9a6fb8bfe8feee26c4b72ab1 Reviewed-by: Friedemann Kleint <[email protected]>
* Initial commitTilman Roeder2018-08-151-0/+64
This is a quite large commit containing: * The main extension that runs and initializes Python * Some (example) bindings * An initial build script for the main extension * Optional binding and examples of how to create them * An initial build script for the optional bindings * A simple extension manager written in Python * A few example Python extensions * Some documentation (both in the code and as markdown files) * A collection of helpful python scripts * A small collection of unit tests * A TODO list For any additional details the code / docs should be consulted. Change-Id: I3937886cfefa2f64d5a78013889a8e097eec8261 Reviewed-by: Eike Ziller <[email protected]>