From 4fc166cb3957a55ce0fa303b7ecca71b5a8ca2f6 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 25 Apr 2012 17:35:13 -0400 Subject: add announcement blog post source --- announce.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 announce.rst (limited to 'announce.rst') 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/ -- cgit v1.2.1