Metadata-Version: 1.1
Name: gatsby-normalizer
Version: 1.0.0
Summary: Normalize Keyword, URL, and etc.
Home-page: https://github.com/Gatsby-Lee/GatsbyPythonNormalizer
Author: Gatsby Lee
Author-email: gatsbylee.dev@gmail.com
License: UNKNOWN
Description: Gatsby Normalizer
        =================
        
        Installation
        ------------
        
        To install gatsby-normalizer, simply:
        
        .. code-block:: bash
        
            $ sudo pip install gatsby-normalizer
        
        API References
        --------------
        
        normalize_searchterm
        ^^^^^^^^^^^^^^^^^^^^
        
        1. remove special characters
        2. Remove *tab*, *new line*
        3. Lower cases
        
        .. code-block:: python
        
            >>> from gatsby_normalizer import *
            >>> normalize_searchterm('HELLO+WORLD')
            'hello world'
        
Keywords: gatsby,normalizer
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
