Metadata-Version: 1.1
Name: anagram
Version: 0.0.5
Summary: I'm a small script that help you get anagram use wordsmith.org.
Home-page: https://github.com/RayYu03/anagram
Author: RayYu03
Author-email: shiliuhuasheng@gmail.com
License: MIT
Description: anagram
        =======
        
        |PyPI| |Wercker| |GitHub license| |PyPI|
        
        I'm a small script that help you get anagram use wordsmith.org.
        
        Install
        -------
        
        ..
        
            sudo pip install anagram
        
        Usage
        -----
        
        use a single word
        ~~~~~~~~~~~~~~~~~
        
        ..
        
            $ anagram cat
            1. act
            2. cat
        
        use a sentence
        ~~~~~~~~~~~~~~
        
        ..
        
            $  anagram a dog
            1. goad
            2. a god
            3. a dog
            4. ad go
        
        Changelog
        ---------
        
        - v0.0.5
        
          - first version, with base function.
        
        LICENSE
        -------
        
        MIT.
        
        
        .. |PyPI| image:: https://img.shields.io/pypi/status/Django.svg
           :target: https://github.com/RayYu03/anagramt
        .. |Wercker| image:: https://img.shields.io/wercker/ci/wercker/docs.svg
           :target: https://github.com/RayYu03/anagramt
        .. |GitHub license| image:: https://img.shields.io/github/license/mashape/apistatus.svg
           :target: https://github.com/RayYu03/anagramt
        .. |PyPI| image:: https://img.shields.io/pypi/pyversions/Django.svg
           :target: https://github.com/RayYu03/anagramt
        
Keywords: anagram,generate,game
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
