Metadata-Version: 1.1
Name: afanimation
Version: 0.0.8
Summary: A simple python loading animation including funny expression.
Home-page: https://github.com/aoifukuoka/afanimation
Author: Aoi Fukuoka
Author-email: aoponaopon85746@gmail.com
License: MIT
Description: afanimation
        ===========
        
        Overview
        ========
        
        Description
        -----------
        
        This is a simple python loading animation including funny expression.
        You can make people waiting completion of tasks less bored.
        
        Requirement
        -----------
        
        -  Module
        
           -  enum
        
        -  Environment
        -  Python 2.7 or above.
        
        Usage
        -----
        
        ::
        
            import afanimation
            a = afanimation.Animation()
            a.start()
            ....Some loading tasks....
            a.stop()
        
        Install
        -------
        
        pip install afanimation
        
        Licence
        -------
        
        MIT
        
        Author
        ------
        
        [Aoi Fukuoka] (https://github.com/aoifukuoka)
        
Keywords: animation,loading,load,shell,funny,simple
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
