Metadata-Version: 2.1
Name: pywebhost
Version: 1.2.4
Summary: A versatile webserver written in Python 3
Home-page: https://github.com/greats3an/pywebhost
Author: greats3an
Author-email: greats3an@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# PyWebHost
Python-based All-in-One Webserver,Handles both `Websocket` and oridnary HTTP Requests

## Demo
The included demo program,`demo.py`,serves as both a `Websocket` server and a HTTP File server.

`usage:	demo.py [address] [port]`

## Usage
You got the demo,and that's pretty much enough lol

