summaryrefslogtreecommitdiff
path: root/docs/_meta.rst
blob: 3e0320485c1f4eb46fc28df1a9551e1e34fa8539 (plain)
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
.. PTable documentation master file, created by

==================================
Welcome to PTable's documentation!
==================================

PTable is a simple Python library designed to make it quick and easy to
represent tabular data in visually appealing ASCII tables, originally
forked from `PrettyTable <https://code.google.com/p/prettytable/>`_ .

.. image:: https://travis-ci.org/kxxoling/PTable.svg
    :target: https://travis-ci.org/kxxoling/PTable
    :alt: Build Status

.. image:: https://landscape.io/github/kxxoling/PTable/master/landscape.svg?style=flat
    :target: https://landscape.io/github/kxxoling/PTable/master
    :alt: Code Health

Links
=====

* `Source Code (GitHub) <https://github.com/kxxoling/PrettyTable>`_
* `PyPI <https://pypi.python.org/pypi/ptabl://pypi.python.org/pypi/ptable>`_
* `RTFD <https://ptable.readthedocs.org>`_