Metadata-Version: 2.1
Name: clean_plot
Version: 0.0.6
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
Description: # 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.  ])
        
        
        
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
Provides-Extra: dev
