From a1f08f9fd0cba5c7c97bdc592ca3c69919841012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlastimil=20Z=C3=ADma?= Date: Mon, 30 Apr 2018 13:54:44 +0200 Subject: Update descriptions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README.md') 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 ## -- cgit v1.2.1