Metadata-Version: 2.1
Name: tdstyles
Version: 0.0.7
Summary: A python package which helps in customizing a jupyter notebook with very less effort.
Home-page: https://sprakshith.pythonanywhere.com/
Author: SP RAKSHITH
Author-email: rakshith0908@gmail.com
License: MIT
Keywords: matplotlib pyplot seaborn plt sns
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
License-File: LICENCE.txt
Requires-Dist: matplotlib
Requires-Dist: IPython
Requires-Dist: seaborn

Using this python Package you can easily Include some custom CSS to style your Notebook.
Also few functions to create Descriptives plots.

Change Log
==========

0.0.1 (20-04-2021)
------------------
- First Release

0.0.2 (22-04-2021)
------------------
- Fixed issue with the urllib.request

0.0.3 (24-04-2021)
------------------
- Adding CSS and Palette Code. Vertical and Horizontal Descriptive Plot.

0.0.4 (25-04-2021)
------------------
- Fixed Importing issue. Refactored CSS Code.

0.0.5 (25-04-2021)
------------------
- Added New Themes 'Dark Matter', 'Genus Lavendula' and 'Gray Area'.

0.0.6 (25-04-2021)
------------------
- Now the easy_plot functions return figure object along with axes.

0.0.7 (10-07-2021)
------------------
- Added dynamic_colors theme for better control over the colors.

