Metadata-Version: 2.2
Name: htmdec_formats
Version: 0.1.1.post1
Summary: Basic format conversion for HTMDEC-relevant data
Author-email: Matthew Turk <matthewturk@gmail.com>
Maintainer-email: Matthew Turk <matthewturk@gmail.com>
License: MIT license
Project-URL: bugs, https://github.com/htmdec/htmdec_formats/issues
Project-URL: changelog, https://github.com/htmdec/htmdec_formats/blob/master/changelog.md
Project-URL: homepage, https://github.com/htmdec/htmdec_formats
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: typer
Requires-Dist: kaitaistruct
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: xlsxwriter
Requires-Dist: unyt
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

==============
HTMDEC Formats
==============


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

.. image:: https://img.shields.io/travis/matthewturk/htmdec_formats.svg
        :target: https://travis-ci.com/matthewturk/htmdec_formats

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




Basic format conversion for HTMDEC-relevant data


* Free software: MIT license
* Documentation: https://htmdec-formats.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
