summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVlastimil Zíma <vlastimil.zima@nic.cz>2018-04-30 13:54:44 +0200
committerVlastimil Zíma <vlastimil.zima@nic.cz>2018-04-30 14:04:08 +0200
commita1f08f9fd0cba5c7c97bdc592ca3c69919841012 (patch)
tree033d89a370365de448c32e216b35def58a311bf4 /README.md
parentee7a9c5c0bbe8b2100b029c151af3cd3e5fd8944 (diff)
downloadopenid-a1f08f9fd0cba5c7c97bdc592ca3c69919841012.tar.gz
Update descriptions
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2770f60..bce1d2d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,14 @@
[![PyPI](https://img.shields.io/pypi/v/python-openid2.svg)](https://pypi.org/pypi/python-openid2/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-openid2.svg)](https://pypi.org/pypi/python-openid2/)
-This is the Python OpenID library.
+Python OpenID library - OpenID support for servers and consumers.
+
+This is a set of Python packages to support use of the OpenID decentralized identity system in your application.
+Want to enable single sign-on for your web site?
+Use the `openid.consumer package`.
+Want to run your own OpenID server?
+Check out `openid.server`.
+Includes example code and support for a variety of storage back-ends.
## REQUIREMENTS ##
@@ -17,7 +24,7 @@ This is the Python OpenID library.
To install the base library, just run the following command:
-pip install python-openid2
+ pip install python-openid2
## GETTING STARTED ##