Metadata-Version: 2.1
Name: clean-plot
Version: 0.0.9
Summary: clean_plot simplifies cleaning text file for creation of embeddings and making plots from it
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 clean_plot
        > The library simplifies cleaning text file for creation of embeddings and making plots from it
        
        
        ## Install
        
        `pip install clean-plot`
        
        ## How to use
        
        Let's see this now
        
        ```python
        say_hello('Deven')
        ```
        
        
        
        
            'Hello Deven!'
        
        
        
        ```python
        normalize([1,2,2,2,4,565,31])
        ```
        
        
        
        
            array([0.        , 0.00177305, 0.00177305, 0.00177305, 0.00531915,
                   1.        , 0.05319149])
        
        
        
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
