Metadata-Version: 2.1
Name: otter-report
Version: 0.2.2
Summary: The simple HTML report generator for Python jobs.
Home-page: https://github.com/transientlunatic/otter
Author: Daniel Williams
Author-email: d.williams.2@research.gla.ac.uk
License: ISCL
Keywords: otter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: tabulate
Requires-Dist: jinja2
Requires-Dist: markdown
Requires-Dist: pyyaml
Requires-Dist: matplotlib

===============================
Otter
===============================


Otter is a simple HTML report generator for Python jobs. Otter was
designed to produce reports on long-running jobs on remote machines,
and send them to a web server, but it's able to process many different
outputs from Python scripts, and convert them into neat and readible HTML pages.

Otter makes use of Twitter Bootstrap to make an easily themed layout for its output.

* Free software: ISC license
* Documentation: https://code.daniel-williams.co.uk/otter/

Features
--------

* TODO Add support for pandas data tables
* TODO Add support for custom headers and footers

Credits
---------

Tools used in rendering this package:

*  Cookiecutter_
*  `cookiecutter-pypackage`_

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




History
-------

0.0.1 (2016-01-30)
---------------------

* First release on PyPI.

0.2.0 (2018-07-18)
------------------

"Beinn Dorain"

* New API for adding material to reports
* Full support for matplotlib plots
* Support for multiple data types in reports


