Metadata-Version: 2.1
Name: clean-plot
Version: 0.0.5
Summary: This is a dummy project
Home-page: https://github.com/deven367/clean_plot/tree/master/
Author: Deven Mistry
Author-email: masterdeven@gmail.com
License: Apache Software License 2.0
Keywords: fast.ai documentation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pip
Requires-Dist: packaging
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: seaborn
Requires-Dist: sklearn
Requires-Dist: nltk
Requires-Dist: unidecode
Provides-Extra: dev

# Welcome to nbdev
> This is an amazing tutorial


Hoping this to work

## Install

`pip install clean-plot`

## How to use

Let's see this now

```python
say_hello('Deven')
```




    'Hello Deven!'



```python
normalize([1,2,3,4,5])
```




    array([0.  , 0.25, 0.5 , 0.75, 1.  ])




