summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-25 17:35:13 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-25 17:35:13 -0400
commit4fc166cb3957a55ce0fa303b7ecca71b5a8ca2f6 (patch)
tree0b345083949c40ad5d78348f97c97a84f12a27ac
parent15fa56d310d8a468966f4fd9230779bbc32e90d1 (diff)
downloadcliff-tablib-4fc166cb3957a55ce0fa303b7ecca71b5a8ca2f6.tar.gz
add announcement blog post source
-rw-r--r--announce.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/announce.rst b/announce.rst
new file mode 100644
index 0000000..c4a0cb1
--- /dev/null
+++ b/announce.rst
@@ -0,0 +1,21 @@
+======================================================================
+ cliff -- Command Line Interface Formulation Framework -- version 0.1
+======================================================================
+
+.. tags: python, cliff
+
+cliff is a framework for building command line programs. It uses
+setuptools entry points to provide subcommands, output formatters, and
+other extensions.
+
+What's New In This Release?
+===========================
+
+This is the first public release of cliff. It is alpha software,
+mostly because the API between list commands and output formatters may
+need to change.
+
+Documentation
+=============
+
+Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/