An open API service indexing awesome lists of open source software.

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服务端框架

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
```