https://github.com/dev360/python-bloated
Just playing around a little bit.
https://github.com/dev360/python-bloated
Last synced: 10 months ago
JSON representation
Just playing around a little bit.
- Host: GitHub
- URL: https://github.com/dev360/python-bloated
- Owner: dev360
- Created: 2011-10-23T03:59:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-23T21:01:45.000Z (over 14 years ago)
- Last Synced: 2025-01-11T15:37:02.262Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Pre-requisites:
===============
See pip.requirements.txt
To run the example:
===================
I used gunicorn. Its not in the requirements file.
$ pip install gunicorn
$ cd python-bloated
$ gunicorn example:application
To run the tests:
=================
$ cd python-bloated/bloated
$ python tests