We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da677c5 commit 342ff67Copy full SHA for 342ff67
README.md
@@ -1,4 +1,11 @@
1
-usosapi-python
+Usosapi module
2
==============
3
4
-Python 3 module for desktop applications.
+This module is created to help Python developers use USOS API
5
+without the need of learning how to use any OAuth libraries.
6
+
7
+Requirements
8
+============
9
+There are two Python packages required for this module to work:
10
+ * [rauth](https://github.com/litl/rauth)
11
+ * [requests](https://github.com/kennethreitz/requests)
0 commit comments