Metadata-Version: 2.4
Name: tts-html-utils
Version: 0.5.5
Summary: Utilities for simplifying HTML generation.
Author: muszynsk
Author-email: muszynsk <matt.muszynski@jpl.nasa.gov>
License: Apache-2.0
Project-URL: Homepage, https://github.com/NASA-JPL-Teamtools-Studio/html_utils
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: datetime
Requires-Dist: django
Requires-Dist: jinja2
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: pytest
Requires-Dist: tts-utilities<1.0.0,>=0.2.1
Dynamic: author
Dynamic: requires-python

# HTML Utilities

![Project logo](https://github.com/NASA-JPL-Teamtools-Studio/teamtools-documentation/blob/main/docs/images/tts_image_artifacts/html_utils.png)

## About Teamtools Studio

HTML Utilities is part of JPL's Teamtools Studio (TTS).

TTS is an effort originated in JPL's Planning and Execution section to centralize shared repositories across missions. This benefits JPL by reducing cost through reducing duplicated code, collaborating across missions, and unifying standards for development and design across JPL.

Although Planning and Execution is primarily concerned with flight operations, the TTS suite has been generalized and atomized to the point where many of these tools are applicable during other mission phases and even in non-spaceflight contexts. Through our work flying space missions, we hope to provide tools to the open source community that have utility in data analysis or planning for any complex system where failure is not an option.

For more infomation on how to contribute, and how these libraries form a complete ecosystem for high reliability data analysis, see the [Full TTS Documentation](https://nasa-jpl-teamtools-studio.github.io//teamtools-documentation/).

## What is HTML Utilities?

### Overview

HTML Utilities is what it says on the tin. While there are many HTML generating Pyhton libraries, the Teamtools Studio
team noticed that many do not match the patterns expected by purely Python developers, resulting in many difficult to
maintain HTML reporting tools. 

This library is intended to be much more Pyhtonic and provide the ability to create somewhat sophisticated HTML reports
with little specific web design knowledge. There is also some JavaScript embedded in some entities to enable a light level
of interactivity needed for this work.

This library uses components that look and feel more or less like Plotly Dash, but is not meant to necessarily be as
sophisticated as that library, and unlike Plotly Dash, it is meant to be used as a standalone HTML report generation tool.

While it certainly can be--and indeed is--used as a component in web applications, its primary use case is to create
components to be incorporated into HTML-friendly applications like Confluence, or to just make custom reports as HTML files
that can be easily shared via email or attaching to other reporting and project management tools like Jira.

### Projects Currently Supported

* Europa Clipper
* Mars 2020/Perseverance
* Mars Sample Return/Sample Retrieval Lander
* Mars Science Laboratory/Curiosity
* Mars Reconnaisance Orbiter
* NISAR
* Orbiting Carbon Observatory 2 (OCO-2)

## Architecture

### TTS dependencies

* TTS Utilities
