Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python-falcon: add optional dependency on host-python-cython | Grzegorz Blach | 2018-09-01 | 1 | -0/+4 |
| | | | | | | | | Falcon can be compiled into shared objects using Cython. Compiled version works much faster than pure-python one. Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> | ||||
* | python-falcon: new package | Grzegorz Blach | 2018-08-29 | 3 | -0/+28 |
An unladen web framework for building APIs and app backends. http://falconframework.org Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> [Thomas: add missing _LICENSE variable.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |