Metadata-Version: 2.1
Name: pretty-table-printer
Version: 0.4.0
Summary: A collection of utilities for turning lists of dicts into nicely formatted plain text tables.
Home-page: https://github.com/cfmeyers/pretty_table_printer
Author: Collin Meyers
Author-email: cfmeyers@gmail.com
License: MIT license
Keywords: pretty_table_printer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

====================
pretty-table-printer
====================


.. image:: https://img.shields.io/pypi/v/pretty_table_printer.svg
        :target: https://pypi.python.org/pypi/pretty_table_printer

.. image:: https://img.shields.io/travis/cfmeyers/pretty_table_printer.svg
        :target: https://travis-ci.org/cfmeyers/pretty_table_printer

.. image:: https://readthedocs.org/projects/pretty-table-printer/badge/?version=latest
        :target: https://pretty-table-printer.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/cfmeyers/pretty_table_printer/shield.svg
     :target: https://pyup.io/repos/github/cfmeyers/pretty_table_printer/
     :alt: Updates



A collection of utilities for turning lists of dicts into nicely formatted plain text tables.


* Free software: MIT license
* Documentation: https://pretty-table-printer.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-04-06)
------------------

* First release on PyPI.


