https://github.com/wgrape/pyserver
A simple and easy-to-use Python server built with Flask. / 一个基于Flask的简单易用的Python服务端框架
https://github.com/wgrape/pyserver
Last synced: 11 months ago
JSON representation
A simple and easy-to-use Python server built with Flask. / 一个基于Flask的简单易用的Python服务端框架
- Host: GitHub
- URL: https://github.com/wgrape/pyserver
- Owner: WGrape
- License: mit
- Created: 2025-05-09T02:29:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T09:48:01.000Z (about 1 year ago)
- Last Synced: 2025-07-02T14:49:30.533Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyserver
A simple and easy-to-use Python server built with Flask. / 一个基于Flask的简单易用的Python服务端框架
## How to run
```bash
python src/main.py --dir=/Users/lvsi/home/github/pyserver --env=test
```