Metadata-Version: 2.1
Name: webgo
Version: 0.1
Summary: A micro web framework
Home-page: https://github.com/1xuan/webgo
Author: yixuan
Author-email: yixuan.coder@gmail.com
License: MIT
Description: # webgo
        
        <img style="float: left;" src="https://img.shields.io/badge/pypi-0.1-green">
        
        A micro web framework
        
        You can imitate the `demo` directory to build your own.
        
        **install and run it**
        
        ~~~bash
        >>> pip install webgo
        >>> python -m webgo demo
        Serving demo__main__ ...
        ~~~
        
        *no more info and try it yourself!*
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
