summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-29 19:29:07 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-29 19:29:07 -0400
commit50160162eead655755ebe71537a40a384a37fa53 (patch)
tree099b3fb59bfe1cdc3c073f5c471d9fdace3f99fd
parenta9cef99c801509c5d3fdb222e8d5ff9f298d6572 (diff)
downloadcliff-tablib-50160162eead655755ebe71537a40a384a37fa53.tar.gz
update todo list
-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)