mls.apiclient is a Python client for the RESTful API of the Propertyshelf MLS.
Use pip or easy_install to install the package:
$ pip install mls.apiclient
Or install from the sources:
$ tar xzf mls.apiclient-0.1.tgz $ cd mls.apiclient-0.1 $ python setup.py install