blob: 0259156227a1d622071d90b64c3be2211b6a6e3b (
plain)
1
2
3
4
5
6
7
8
9
|
python3-beekeeper-alt (Generate a RESTful interface from JSON hive)
beekeeper is a Python library designed around dynamically generating
a RESTful client interface based on a minimal JSON hive.
The hive specification is designed to provide beekeeper (or other
applications consuming hive files) with programmatically-designed
insight into the structure of both the REST endpoints that are
available and the objects and methods that those endpoints represent.
|