Mercurial > hg > AuthRPC
diff README.txt @ 32:fdddfd434bbd 0.3.2a
- Remove dependency on distribute
- Tidy up pypi package contents
author | Ben Croston <ben@croston.org> |
---|---|
date | Sat, 19 Oct 2013 21:23:45 +0100 |
parents | a99009a7013c |
children |
line wrap: on
line diff
--- a/README.txt Thu Apr 05 20:46:44 2012 +0100 +++ b/README.txt Sat Oct 19 21:23:45 2013 +0100 @@ -1,6 +1,6 @@ This package provides a service based on JSONRPC with some small additions to the standard in order to enable authenticated requests. The WSGI specification is used for data communication. The package is broken down into two halves - a client and a server. For security, the server is best run over HTTPS, although this is not enforced. -This package depends on WebOb 1.2 (or above). This is automatically installed if you have an internet connection, otherwise download and install from http://pypi.python.org/pypi/WebOb +This package depends on WebOb 1.2 (or above). This is automatically installed if you have an internet connection and use pip, otherwise download and install from http://pypi.python.org/pypi/WebOb Example Usage (Server):