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

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.

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