diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2023-06-17 11:33:24 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-17 17:18:57 +0700 |
commit | 5a4cc7ea082935aea42f2c0152ff3a1365b75261 (patch) | |
tree | 521242eb06c6b5b1ec3acfeb0b6c9a279314dd72 /python/python3-beekeeper-alt/README | |
parent | c6f75ea3089b0803aaad1ba8645d085636412552 (diff) |
python/python3-beekeeper-alt: Added (generate RESTful interfaces)
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-beekeeper-alt/README')
-rw-r--r-- | python/python3-beekeeper-alt/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-beekeeper-alt/README b/python/python3-beekeeper-alt/README new file mode 100644 index 0000000000000..0259156227a1d --- /dev/null +++ b/python/python3-beekeeper-alt/README @@ -0,0 +1,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. |