Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 745 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 745 Bytes

Bullfrog

Bullfrog was created to make fetching content from multiple HTTP resources in parallel trivial.

Installation

  • Python 2.6+

First install python memcache library:

* via Python Easy Install
$ easy_install python-memcached

* Ubuntu/Debian
$ apt-get install python-memcache 

Get Bullfrog

Browse the source on GitHub: http://github.com/yourabi/bullfrog

Clone with Git: $ git clone git://github.com/yourabi/bullfrog

Issues

Find a bug? Want a feature? Submit an issue here. Patches welcome!

License

Bullfrog is released under the Apache 2 license.

Authors