Metadata-Version: 1.2
Name: bixi
Version: 1.0
Summary: Asynchronous Task Queue
Home-page: https://github.com/zibuyu1995/Bixi
Author: Mousse
Author-email: zibuyu1995@gmail.com
License: MIT
Description: ===================================
          Python Asynchronous Task Queue
        ===================================
        *Bixi: By its nature it likes to carry heavy weights*
        
        +----------------+------------------------------------------------+
        |Project site    | https://github.com/zibuyu1995/Bixi             |
        +----------------+------------------------------------------------+
        |Issues          | https://github.com/zibuyu1995/Bixi/issues/     |
        +----------------+------------------------------------------------+
        |Documentation   | todo.....                                      |
        +----------------+------------------------------------------------+
        |Author          | Mousse(zibuyu1995@gmail.com)                   |
        +----------------+------------------------------------------------+
        |Latest Version  | 1.0                                            |
        +----------------+------------------------------------------------+
        |Python versions | 3.6 or above                                   |
        +----------------+------------------------------------------------+
        |Keywords        | async, task queue                              |
        +----------------+------------------------------------------------+
        
        
        Installation
        ============
        
        You can install Bixi either via the Python Package Index (PyPI) or from source.
        
        To install using `pip`:
        
        .. sourcecode:: console
        
            $ pip install -U bixi
        
        Run example
        ============
        .. sourcecode:: console
        
            $ bixi --app example.timer.app run
        
        
        FAQ
        ============
        I shut my eyes and tried to go to sleep.
        
Keywords: asynchronous,task,queue
Platform: any
Requires-Python: >=3.6.0
