summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2012-04-22 16:29:39 -0700
committerDoug Hellmann <doug.hellmann@gmail.com>2012-04-22 16:29:39 -0700
commitd423b54992b4f125c33c00989daadc6a304fd3dc (patch)
tree614a858318f79161eee99ed002ddd2a963888bca /README.rst
parentb4fec7f33e78e35421e63f00a8633713caf78566 (diff)
downloadcliff-tablib-d423b54992b4f125c33c00989daadc6a304fd3dc.tar.gz
notes about work still to be done
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5962022..9655425 100644
--- a/README.rst
+++ b/README.rst
@@ -5,3 +5,12 @@
cliff is a framework for building command line programs. It uses
setuptools entry points to provide subcommands, output formatters, and
other extensions.
+
+To do
+=====
+
+- Should commands have an explicit API for checking whether the user
+ can invoke them?
+- example show app
+- change API for list app to expect a sequence of dictionaries?
+- unicode output for python 2 (incompatible with csv?)