summaryrefslogtreecommitdiff
path: root/python/githubpy/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-15 18:15:23 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2016-08-15 18:15:23 +0100
commit87d233365696a2c5fab87c6ff8b32b6a3daef434 (patch)
tree2042e3ee11cf0287fceb990ae50c7dcd5d4e8c2e /python/githubpy/README
parentda49156b5ca5d2a64c7ee393a8d82c2f72b2959a (diff)
downloadslackbuilds-87d233365696a2c5fab87c6ff8b32b6a3daef434.tar.gz
python/githubpy: Added (A simple GitHub v3 API SDK for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/githubpy/README')
-rw-r--r--python/githubpy/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/githubpy/README b/python/githubpy/README
new file mode 100644
index 0000000000..69de7ced41
--- /dev/null
+++ b/python/githubpy/README
@@ -0,0 +1,2 @@
+githubpy is a simple Python SDK for GitHub's API v3.
+It's all contained in one easy-to-use file.