2012-12-12 Jeremy Carbaugh <jcarbaughsunlightfoundation.com>
* sunlight/cli.py:
- Add a clint CLI wrapper for python-sunlight
* sunlight/__init__.py:
- Add a method to get services provided.
2012-11-15 Paul Tagliamonte <paultagsunlightfoundation.com>
* sunlight/services/congress.py:
- Add **kwargs for each method, and pass them along to all requests. This
helps prevent cases where we add an argument and older versions break.
* sunlight/services/*.py:
- Fixed some outstanding pep8 issues.