summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 0634f2b..f1981d5 100644
--- a/README.rst
+++ b/README.rst
@@ -14,20 +14,12 @@ Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/d
To do
=====
-- Should commands have an explicit API for checking whether the user
- can invoke them?
- change API for list app to expect a sequence of dictionaries?
- unicode output for python 2 (incompatible with csv?)
-- json formatter(s)
-- pprint formatter(s)
- create a few example commands that use a sqlite database to show how
to manage transactions
- switch setup/teardown functions in app to use some sort of context
manager?
- add options to csv formatter to control output (delimiter, etc.)
- option to spit out bash completion data
-- move command execution into a separate class to be used by App and
- InteractiveApp?
-- refactor Lister and ShowOne to share common base (at least for
- loading plugins)
- prettytable doesn't work under python3 (http://code.google.com/p/prettytable/issues/detail?id=7)