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

https://github.com/takegue/supporters-colab

サーポーターズ Colab用
https://github.com/takegue/supporters-colab

Last synced: about 2 months ago
JSON representation

サーポーターズ Colab用

Awesome Lists containing this project

README

          

flaskによるサンプルのLogger

```
python3 -m venv `pwd`/.venv
source .venv/bin/activate
pip install -r requirement.txt

flask run --port 8080
```