Metadata-Version: 2.1
Name: dc-html-styler
Version: 0.1.1
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

========
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.


