aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tvdbsimple/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-07-08 11:34:58 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 16:41:51 +0700
commit89e1e9014e30abe7199839b7dde718649310222e (patch)
tree7bf5e637103a97b85a995529eacc38f636250c86 /python/python3-tvdbsimple/README
parent486023b12c03ff56ce942530ffdb4a6bd694762a (diff)
python/python3-tvdbsimple: Added (progress bar).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tvdbsimple/README')
-rw-r--r--python/python3-tvdbsimple/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-tvdbsimple/README b/python/python3-tvdbsimple/README
new file mode 100644
index 0000000000..05a5b64c37
--- /dev/null
+++ b/python/python3-tvdbsimple/README
@@ -0,0 +1,6 @@
+python3-tvdbsimple (Python wrapper for TheTVDb Database API v2)
+
+tvdbsimple is a wrapper, written in Python, for TheTVDB API v2. By
+calling the functions available in tvdbsimple you can simplify your
+code and easily access a vast amount of tv series data. To learn
+more about TheTVDb API, check out the website api page.