Metadata-Version: 2.1
Name: leet
Version: 0.0.7
Summary:  Leet library 
Home-page: https://github.com/JaneTurueva/py-leet
Author: Evgenia Turueva
Author-email: tindomirel1994@gmail.com
License: MIT
Description: leet
        ====
            
        .. image:: https://coveralls.io/repos/github/JaneTurueva/py-leet/badge.svg?branch=master
            :target: https://coveralls.io/github/JaneTurueva/py-leet?branch=master
            :alt: Coveralls
        
        .. image:: https://travis-ci.org/JaneTurueva/py-leet.svg
            :target: https://travis-ci.org/JaneTurueva/py-leet
            :alt: Travis CI
        
        .. image:: https://img.shields.io/pypi/v/leet.svg
            :target: https://pypi.python.org/pypi/leet/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/wheel/leet.svg
            :target: https://pypi.python.org/pypi/leet/
        
        .. image:: https://img.shields.io/pypi/pyversions/leet.svg
            :target: https://pypi.python.org/pypi/leet/
        
        .. image:: https://img.shields.io/pypi/l/leet.svg
            :target: https://pypi.python.org/pypi/leet/
        
        
        Command-line tool and library for `leeting text`_.
        
        
        Installation
        ------------
        
        .. code-block:: shell
        
            pip install leet
            
            
        Command-line usage
        ------------------
        .. code-block:: shell
        
            leet Hello, world!
            > H3ll0, w0rld!
        
        
        Library usage
        -------------
        .. code-block:: shell
        
            from leet import leet
            
            print(leet('Hello, world!'))
        
        
        Versioning
        ==========
        
        This software follows `Semantic Versioning`_
        
        .. _leeting text: https://en.wikipedia.org/wiki/Leet
        .. _Semantic Versioning: http://semver.org/
        
Platform: all
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >3.4.*, <4
Provides-Extra: develop
