Metadata-Version: 1.1
Name: gatsby-normalizer
Version: 1.0.2
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
        =================
        
        .. image:: https://img.shields.io/badge/License-AGPL%20v3-blue.svg
           :target: https://www.gnu.org/licenses/agpl-3.0
        
        .. image:: https://img.shields.io/badge/Version-1.0.2-green.svg?style=flat
           :target: https://pypi.org/project/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
