Metadata-Version: 1.1
Name: anagram
Version: 0.0.2
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
        ========
        
        I'm a small script that help you get anagram use wordsmith.org.
        
        Install
        =======
        
        ..  code:: bash
        
            $ pip install anagram
        
        Usage
        =====
        
        ``anagram``: normal use, type word or sentence in shell, return anagrams.
        
        Example
        =======
        
        Use a single word
        =========
        ..  code:: bash
        
            $ anagram cat
            1. act
            2. cat
        
        Use a sentence
        =========
        ..  code:: bash
        
            $  anagram a dog
            1. goad
            2. a god
            3. a dog
            4. ad go
        
        Changelog
        =======
        
        - v0.0.2
        
          - first version, with base function.
        
        LICENSE
        =======
        
        MIT.
        
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
