summaryrefslogtreecommitdiffstats
path: root/python/python3-beekeeper-alt/README
diff options
context:
space:
mode:
author Jeremy Hansen2023-06-17 04:33:24 +0200
committer Willy Sudiarto Raharjo2023-06-17 12:18:57 +0200
commit5a4cc7ea082935aea42f2c0152ff3a1365b75261 (patch)
tree521242eb06c6b5b1ec3acfeb0b6c9a279314dd72 /python/python3-beekeeper-alt/README
parentc6f75ea3089b0803aaad1ba8645d085636412552 (diff)
downloadslackbuilds-5a4cc7ea082935aea42f2c0152ff3a1365b75261.tar.gz
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/README9
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 0000000000..0259156227
--- /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.