diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-04-26 16:39:23 -0400 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-04-26 16:39:23 -0400 |
commit | 9ea4cfbba175201da96238955fef71269035adc8 (patch) | |
tree | 4d4569f9dfaf93cfb9cade922e13e346c6f5ef83 /announce.rst | |
parent | ba4c717f54aa1cd327cd4d5bd44613b0bfe8efba (diff) | |
download | cliff-9ea4cfbba175201da96238955fef71269035adc8.tar.gz |
0.2 release announcement post
Diffstat (limited to 'announce.rst')
-rw-r--r-- | announce.rst | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/announce.rst b/announce.rst index c4a0cb1..2586c46 100644 --- a/announce.rst +++ b/announce.rst @@ -1,8 +1,8 @@ ====================================================================== - cliff -- Command Line Interface Formulation Framework -- version 0.1 + cliff -- Command Line Interface Formulation Framework -- version 0.2 ====================================================================== -.. tags: python, cliff +.. tags: python, cliff, release, DreamHost cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and @@ -11,11 +11,28 @@ 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. +- Incorporate changes from dtroyer to replace use of optparse in App + with argparse. +- Added "help" subcommand to replace ``--help`` option handling in + subcommands. Documentation ============= -Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/ +`Documentation for cliff`_ is hosted on `readthedocs.org`_ + +.. _Documentation for cliff: http://readthedocs.org/docs/cliff/en/latest/ + +.. _readthedocs.org: http://readthedocs.org + +Installation +============ + +Use pip:: + + $ pip install cliff + +See `the installation guide`_ for more details. + +.. _the installation guide: http://cliff.readthedocs.org/en/latest/install.html> + |