summaryrefslogtreecommitdiff
path: root/announce.rst
diff options
context:
space:
mode:
Diffstat (limited to 'announce.rst')
-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/