diff options
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 000000000000..0259156227a1 --- /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. |