diff options
author | Michael Basnight <mbasnight@gmail.com> | 2012-03-07 08:48:47 -0600 |
---|---|---|
committer | Michael Basnight <mbasnight@gmail.com> | 2012-03-07 08:48:47 -0600 |
commit | 424c649ce3c95fa3d421342e2c4e8c0965334126 (patch) | |
tree | 2bd79ab42a61481e490a55412988c65146d9dd22 /README.rst | |
download | python-troveclient-424c649ce3c95fa3d421342e2c4e8c0965334126.tar.gz |
first commit
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9feeab5 --- /dev/null +++ b/README.rst @@ -0,0 +1,19 @@ +Python bindings to the Reddwarf API +================================================== + +This is a client for the Reddwarf API. There's a Python API (the +``reddwarfclient`` module), and a command-line script (``reddwarf``). Each +implements 100% (or less ;) ) of the Reddwarf API. + +.. contents:: Contents: + :local: + +Command-line API +---------------- + +TODO: Add docs + +Python API +---------- + +TODO: Add docs |