comparison README.txt @ 22:9459d63c1558

Added full support for Python 3
author Ben Croston <ben@croston.org>
date Sun, 01 Jan 2012 15:50:18 +0000
parents 4b62687da58a
children d0b8c9edf4f5
comparison
equal deleted inserted replaced
21:6df12f09f4f4 22:9459d63c1558
1 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. 1 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.
2 2
3 The server depends on WebOb 1.0.0 and above. This is automatically installed if you have an internet connection, otherwise download and install from http://pypi.python.org/pypi/WebOb 3 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
4
5 If you install under Python 3, only the client package is available at the moment, until WebOb has been ported to python 3.
6 4
7 Example Usage (Server): 5 Example Usage (Server):
8 6
9 :: 7 ::
10 8