aboutsummaryrefslogtreecommitdiff
path: root/python/audible/README
diff options
context:
space:
mode:
authorSteven Voges <svoges.sbo@gmail.com>2022-09-05 09:41:13 +0100
committerDave Woodfall <dave@slackbuilds.org>2022-09-05 09:41:13 +0100
commitb10e30c885d13b4925f0b9424b346fb1ca8b626c (patch)
tree5ecdd3a1e80b43cacba68a094514bc547bf52286 /python/audible/README
parentcb2594ce8e26fc709a1c144d3bb3b17b69ada274 (diff)
python/audible: Added (Audible API Interface)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/audible/README')
-rw-r--r--python/audible/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/audible/README b/python/audible/README
new file mode 100644
index 0000000000..254f5c9804
--- /dev/null
+++ b/python/audible/README
@@ -0,0 +1,7 @@
+Audible is a Python low-level interface to communicate with the
+unpublished Audible API.
+
+It enables Python developers to create their own Audible services.
+Asynchronous communication with the Audible API is supported.
+
+This is just the API Library. For an interface, see audible-cli.