Metadata-Version: 2.1
Name: flash-server
Version: 0.1
Summary: A simple http-server written in python that supports file uploads.
Home-page: https://github.com/fxfyio/py-http-server
Author: fxfy
Description-Content-Type: text/markdown

# py-http-server

一个基于 Python 开发的简单 HTTP 服务器，支持文件上传功能。

它提供了轻量级的 Web 服务，让您能够快速搭建一个本地 Web Server。

无需复杂的配置，只需一行代码，即可启动服务器并允许用户上传文件。

![](./demo.jpg)

```python
python http-server.py
```

```shell
Starting up http-server, serving /Users/dev/Desktop/py-http-server
Available on:
  http://127.0.0.1:8000
  http://169.254.53.221:8000
```
