Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yzernik/simple-feed-app
playing with stream-framework
https://github.com/yzernik/simple-feed-app
Last synced: 9 days ago
JSON representation
playing with stream-framework
- Host: GitHub
- URL: https://github.com/yzernik/simple-feed-app
- Owner: yzernik
- Created: 2014-11-06T05:12:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T07:43:38.000Z (about 10 years ago)
- Last Synced: 2024-11-15T09:51:03.261Z (2 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simple-feed-app
===============playing with stream-framework
SETUP
===============```
virtualenv venv
``````
pip install -r requirements.txt
```