Skip to content

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

License

Notifications You must be signed in to change notification settings

Whoeza/dict_and_html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dict_and_html

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

Open source available on GitHub and PyPI.

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 for support.

Special thanks to

  • namedots - For the great help with Python imports

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published