Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1251
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <doug@doughellmann.com> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'output': 0.05; 'args': 0.07; 'attribute': 0.07; 'rename': 0.07; 'subject: -- ': 0.07; 'escape': 0.09; 'received:internal': 0.09; 'subject:version': 0.09; 'python': 0.11; 'programs.': 0.14; 'cliff': 0.16; 'formulation': 0.16; 'from:name:doug hellmann': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'release?': 0.16; 'setuptools': 0.16; 'subject:Line': 0.16; 'sync': 0.16; 'to:addr :python-announce-list': 0.16; 'fix': 0.17; 'command': 0.22; 'shell': 0.22; 'tests': 0.22; 'install': 0.23; 'installation': 0.23; 'references': 0.26; 'points': 0.29; 'mode': 0.30; 'doc': 0.31; 'quotes': 0.31; 'interface': 0.32; 'framework': 0.33; 'table': 0.34; 'received:66': 0.35; 'add': 0.35; 'building': 0.35; 'version': 0.36; 'entry': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'integration': 0.37; 'requirements': 0.37; 'received:10': 0.37; 'skip:[ 10': 0.38; 'hosted': 0.39; 'to:addr:python.org': 0.39; 'received:10.1': 0.61; 'new': 0.61; 'details.': 0.61; 'header:Message-Id:1': 0.63; 'provide': 0.64; 'more': 0.64; 'extensions.': 0.84; 'received:10.1.10': 0.84; 'received:10.1.10.44': 0.84; 'url:latest': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:content-type :content-transfer-encoding:subject:message-id:date:to :mime-version; s=smtpout; bh=9aDTMA6LUhXtFRMSbEJCc9PWHFw=; b=dxJ GxCErec50rsMykpQlAy1AuUPwJo8PeJNH2NwS4MSYMpZOeCnYLULm5J8lLu/pcys PZC/6lng7oqk/KSRchEgNBB9Q9XLE1lUY61yuoF0mcUv9v1nvKYyex3cyYWO8lSZ WvLJ8B9IbmgwFZdM4jaK31tRLDrWlpusQGyhTALY= |
| X-Sasl-enc | OJrxOW1zoNfjHJ08lPNlDlQuaRxtFg3LhEJFSKPGYvOn 1396365904 |
| From | Doug Hellmann <doug@doughellmann.com> |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| Subject | cliff -- Command Line Interface Formulation Framework -- version 1.6.0 |
| Date | Tue, 1 Apr 2014 11:25:10 -0400 |
| To | Python Announce <python-announce-list@python.org> |
| Mime-Version | 1.0 (Mac OS X Mail 7.2 \(1874\)) |
| X-Mailer | Apple Mail (2.1874) |
| X-Mailman-Approved-At | Fri, 04 Apr 2014 09:24:13 +0200 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.8881.1396596254.18130.python-announce-list@python.org> (permalink) |
| Lines | 36 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1396596254 news.xs4all.nl 2914 [2001:888:2000:d::a6]:57002 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:1251 |
Show key headers only | View raw
cliff -- Command Line Interface Formulation Framework -- version 1.6.0
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?
* Add max-width support for table formatter
* Add value only output formatter
* Fix doc build with Python 2.6.x
* Fix interactive mode with command line args
* Escape double quotes in shell formatter
* Rename private attribute to avoid conflict
* Sync with OpenStack's global requirements
* Add integration tests with known consumers
* Make the formatters a private part of the command
Documentation
[1]Documentation for cliff is hosted on [2]readthedocs.org
Installation
Use pip:
$ pip install cliff
See [3]the installation guide for more details.
References
1. http://readthedocs.org/docs/cliff/en/latest/
2. http://readthedocs.org/
3. http://cliff.readthedocs.org/en/latest/install.html
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
cliff -- Command Line Interface Formulation Framework -- version 1.6.0 Doug Hellmann <doug@doughellmann.com> - 2014-04-01 11:25 -0400
csiph-web