Metadata-Version: 2.1
Name: dict-and-html
Version: 1.0.11
Summary: A lightweight solution to converting Python dictionaries into HTML tables, in Python
Home-page: https://github.com/Whoeza/dict_and_html
Author: Whoeza
License: GNU GPLv3
Project-URL: Bug Tracker, https://github.com/Whoeza/dict_and_html/issues
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: ML
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# dict_and_html

A lightweight solution to converting Python dictionaries into HTML tables, in
Python

Open source available on [GitHub](https://github.com/Whoeza/dict_and_html) and 
[PyPI](https://pypi.org/project/dict_and_html/).

## Installation

Install from pip:

`py -m pip install dict_and_html`

Update to the latest version from pip:

`py -m pip install --upgrade dict_and_html`

Uninstall from pip:

`py -m pip uninstall dict_and_html`

### Building from sources

Run this command from the package directory on your filesystem:

`py -m build`

## Playing around

Check and edit `example.py` for an example of how to convert dictionaries into 
HTML tables in Python with `dict_and_html`.

## Community

[Open a new issue](https://github.com/Whoeza/dict_and_html/issues) for
support.

### Special thanks to

- **namedots** - For the great help with Python imports
