Metadata-Version: 2.1
Name: StyleFrame
Version: 2.0.5
Summary: A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel. Documentation can be found at http://styleframe.readthedocs.org
Home-page: https://github.com/DeepSpace2/StyleFrame
Author: DeepSpace
Author-email: deepspace2@gmail.com
License: UNKNOWN
Keywords: pandas,openpyxl,excel
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: openpyxl (>=2.5)
Requires-Dist: colour (>=0.1.5)
Requires-Dist: jsonschema
Requires-Dist: xlrd (>=1.0.0)
Requires-Dist: pandas (<=0.22.*,>=0.16.2); python_version <= "3.4"
Requires-Dist: pandas (>=0.23.2); python_version > "3.4"

A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel. Documentation can be found at http://styleframe.readthedocs.org


