File: announce.rst

package info (click to toggle)
cliff-tablib 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 232 kB
  • ctags: 134
  • sloc: python: 651; makefile: 149
file content (40 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=================================================
 cliff-tablib -- Formatting Extensions for 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
other extensions.

cliff-tablib is a set of formatter extensions for producing JSON,
YAML, and HTML output. Installing cliff-tablib activates these
formatters for any cliff-based programs automatically.

What's New In This Release?
===========================

- This is the first release in which the tablib extensions
  are being released as a separate project from cliff.

Documentation
=============

`Documentation for cliff-tablib`_ is hosted on `readthedocs.org`_

.. _Documentation for cliff-tablib: http://readthedocs.org/docs/cliff-tablib/en/latest/

.. _readthedocs.org: http://readthedocs.org

Installation
============

Use pip::

  $ pip install cliff-tablib

See `the installation guide`_ for more details.

.. _the installation guide: http://cliff-tablib.readthedocs.org/en/latest/install.html