Metadata-Version: 2.1
Name: riv_hex_table
Version: 0.1.8
Summary: A Python package to generate Hex styled HTML tables from Pandas DataFrames.
Author: Abhishek Pandey
Author-email: abhi0008pandey@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.0.0
Requires-Dist: ipython>=7.0.0

# My Table Package

A Python package to generate and display Hex styled HTML tables from Pandas DataFrames directly in Jupyter notebooks or other IPython environments.

## Installation

You can install this package via pip:

```bash
pip install riv_hex_table # (Once published to PyPI)
