Merge lp:~jml/txrestfulclient/readme into lp:txrestfulclient

Proposed by Jonathan Lange
Status: Merged
Approved by: James Westby
Approved revision: 41
Merged at revision: 41
Proposed branch: lp:~jml/txrestfulclient/readme
Merge into: lp:txrestfulclient
Diff against target: 57 lines (+53/-0)
1 file modified
README (+53/-0)
To merge this branch: bzr merge lp:~jml/txrestfulclient/readme
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+26987@code.launchpad.net

Commit message

Add a README file

Description of the change

A readme file!

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'README'
2--- README 1970-01-01 00:00:00 +0000
3+++ README 2010-06-07 22:20:38 +0000
4@@ -0,0 +1,53 @@
5+txrestfulclient
6+===============
7+
8+txrestfulclient is a client library in the style of lazr.restfulclient, but
9+written with Twisted for use in Twisted applications.
10+
11+It also has a very nifty facility for caching results using couchdb.
12+
13+If you are using this, it's very likely that you might be interested in
14+Launchpad::
15+
16+ * https://launchpad.net
17+ * https://help.launchpad.net
18+
19+
20+Dependencies
21+------------
22+
23+ * Twisted 10.0 or better
24+ * paisley (see https://launchpad.net/paisley)
25+ * desktopcouch
26+ * launchpadlib
27+
28+
29+Using txrestfulclient
30+---------------------
31+
32+See examples/lp_print_me.py.
33+
34+
35+Contributing to txrestfulclient
36+-------------------------------
37+
38+Run tests with::
39+
40+ trial txrestfulclient
41+
42+
43+File bugs at::
44+
45+ https://bugs.launchpad.net/txrestfulclient
46+
47+
48+Get the code with::
49+
50+ bzr branch lp:txrestfulclient
51+
52+
53+Copyright
54+---------
55+
56+txrestfulclient is copyright (c) James Westby <james.westby@canonical.com> and
57+is available under the terms of the GNU LGPL 3+.

Subscribers

People subscribed via source and target branches

to all changes: