Metadata-Version: 2.1
Name: clean_plot
Version: 0.0.3
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
        
        
        ```
        #hide
        %cd F:\AA Projects\clean-plot
        ```
        
            F:\AA Projects\clean-plot
        
        
        ```
        #hide
        from clean_plot.core import *
        from clean_plot.trial import *
        ```
        
        Hoping this to work
        
        ## Install
        
        `pip install clean-plot`
        
        ## How to use
        
        Let's see this now
        
        ```
        say_hello('Deven')
        ```
        
        
        
        
            'Hello Deven!'
        
        
        
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
