From ab6875fb1164cc369419532d2e7b3780133cad55 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 13 Feb 2011 10:41:08 -0500 Subject: [PATCH] a little bit of direction --- README.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3334243..68ec354 100644 --- a/README.rst +++ b/README.rst @@ -14,12 +14,26 @@ Convore: Python API Wrapper Overview -------- -TBD +This is going to be awesome, and modeled after the excellent github2 module. Usage ----- -TBD +Hmm.. :: + + >>> from convore import Convore + >>> convore = Convore('username', 'password') + + >>> concore.groups + [, ...] + + convore.groups[id] ? + + convore.groups.create(name, decription=None, slug=None) + + + + Installation ------------