summaryrefslogtreecommitdiffstats
path: root/python/python3-beekeeper-alt/slack-desc
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/slack-desc
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/slack-desc')
-rw-r--r--python/python3-beekeeper-alt/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-beekeeper-alt/slack-desc b/python/python3-beekeeper-alt/slack-desc
new file mode 100644
index 0000000000..c5c97e9f2c
--- /dev/null
+++ b/python/python3-beekeeper-alt/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-beekeeper-alt: python3-beekeeper-alt (Generate a RESTful interface from JSON hive)
+python3-beekeeper-alt:
+python3-beekeeper-alt: beekeeper is a Python library designed around dynamically generating
+python3-beekeeper-alt: a RESTful client interface based on a minimal JSON hive.
+python3-beekeeper-alt:
+python3-beekeeper-alt: The hive specification is designed to provide beekeeper (or other
+python3-beekeeper-alt: applications consuming hive files) with programmatically-designed
+python3-beekeeper-alt: insight into the structure of both the REST endpoints that are
+python3-beekeeper-alt: available and the objects and methods that those endpoints represent.
+python3-beekeeper-alt:
+python3-beekeeper-alt: HOMEPAGE: https://github.com/miigotu/beekeeper