Metadata-Version: 1.0
Name: tinyhttp
Version: 1.0.1
Summary: Async static HTTP server.
Home-page: https://github.com/WincerChan/Tiny-Http
Author: Wincer
Author-email: UNKNOWN
License: GPL-3.0
Description: ===============
        Tiny HTTP
        ===============
        Introduction
        ==============
        A socket-based static HTTP server, Support for asynchronous.(Does not support python2)
          
        Install
        ==============
        ``pip install tinyhttp``
        
        Usage
        ==============
        Asynchrous
          
        ``python -m tinyhttp # or tinyhttp``
        
        Multi-Thread
        
        ``python -m tinyhttp.thread``
        
        Set Port(The defalut port is 6789.)
        
        
        ``python -m tinyhttp.thread 6666``
        
        Debug mode
        
        ``python -m tinyhttp --debug``
        
Platform: UNKNOWN
