Metadata-Version: 1.1
Name: shakyo
Version: 0.0.7
Summary: a tool to learn about something just by typing it
Home-page: http://github.com/raviqqe/shakyo/
Author: raviqqe
Author-email: raviqqe@gmail.com
License: Public Domain
Description: Shakyo
        ======
        
        .. figure:: img/shakyo_calligraphy.png
           :alt: shakyo calligraphy
        
           shakyo calligraphy
        
        About
        =====
        
        Shakyo is a tool to learn about something just by typing it.
        
        Install
        =======
        
        ::
        
            $ pip install shakyo
        
        Usage
        =====
        
        Type ``shakyo --help``.
        
        Example
        =======
        
        ::
        
            $ cat source_code.py | shakyo
        
        ::
        
            $ shakyo source_code.py
        
        ::
        
            $ shakyo https://raw.github.com/raviqqe/shakyo/master/shakyo.py
        
        ::
        
            $ for you in more less; do cp `which shakyo` `which $you`; done
        
        License
        =======
        
        All the contents are released into the public domain. For more
        information, see `the unlicense <http://unlicense.org/UNLICENSE>`__.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Public Domain
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Education :: Computer Aided Instruction (CAI)
Classifier: Topic :: Games/Entertainment
