goulash

toolbox, random shared stuff from my other projects


Keywords
goulash
License
Other
Install
pip install goulash==0.55

Documentation

What IS goulash?

It's sort of like soup, but more viscous, and as for what is actually inside the truth is that no one really knows. Likewise for this library. Random odds and ends, common tools and patterns shared by my other projects. See the autogenerated docs here.

Installing goulash

Install with pypi:

   $ pip install goulash

Or try the bleeding edge:

   $ git clone https://github.com/mattvonrocketstein/goulash.git
   $ cd goulash
   $ virtualenv venv
   $ source venv/bin/activate
   $ python setup.py develop

You can find the primary documentation and API reference here.