Metadata-Version: 2.1
Name: dc-html-styler
Version: 0.1.3
Summary: Package for styling html-tables generated from Pandas DataFrames
Home-page: https://github.com/jejdc/dc_html_styler
Author: Jakob Erik Jensen
Author-email: jej@danskecommodities.com
License: MIT license
Keywords: dc_html_styler
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: cycler (==0.10.0)
Requires-Dist: Jinja2 (==2.11.3)
Requires-Dist: kiwisolver (==1.3.1)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: matplotlib (==3.3.4)
Requires-Dist: numpy (==1.20.1)
Requires-Dist: pandas (==1.2.3)
Requires-Dist: Pillow (==8.1.2)

========
dcStyler
========


Package for styling html-tables generated from Pandas DataFrames.


* Free software: MIT license
* Documentation: https://dcstyler.readthedocs.io.


Features
--------

Expands the pandas.io.formats.style.Styler class with the following methods:

* dc_table
* dc_headers
* dc_peak
* dc_sign
* dc_row_divider
* dc_col_divider
* dc_heatmap
* dc_even_uneven
* dc_add_title
* dc_make_col_int
* dc_render

=======
History
=======

0.1.1 (2021-03-18)
------------------

* First release on PyPI.

0.1.2 (2021-03-18)
------------------

* Small bugfix


