From 5a4cc7ea082935aea42f2c0152ff3a1365b75261 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 17 Jun 2023 11:33:24 +0900 Subject: python/python3-beekeeper-alt: Added (generate RESTful interfaces) Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-beekeeper-alt/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python3-beekeeper-alt/README (limited to 'python/python3-beekeeper-alt/README') 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. -- cgit v1.2.3