Metadata-Version: 2.1
Name: smallfileserver
Version: 0.4.0
Summary: A webpage that supports file upload and download
Author-email: OSmile <whghcyx@outlook.com>
Project-URL: Homepage, https://github.com/WHG555/smallfileserver
Project-URL: Bug Tracker, https://github.com/WHG555/smallfileserver/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# smallfileserver 
简单的文件服务器，支持上传与下载文件

# 使用
```
python -m smallfileserver 
```

## 自定义ip与端口
```
python -m smallfileserver -ip 127.0.0.1 -p 5555
```

