Metadata-Version: 1.1
Name: mls.apiclient
Version: 1.2.dev0
Summary: Python client for the RESTful API of the Propertyshelf MLS.
Home-page: https://github.com/propertyshelf/mls.apiclient
Author: Propertyshelf, Inc.
Author-email: development@propertyshelf.com
License: GPL
Download-URL: http://pypi.python.org/pypi/mls.apiclient
Description: mls.apiclient
        *************
        
        mls.apiclient is a Python client for the RESTful API of the `Propertyshelf MLS
        <http://propertyshelf.com/>`_.
        
        Installation
        ============
        
        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
        
        
        Mostly Harmless
        ---------------
        
        .. image:: https://travis-ci.org/propertyshelf/mls.apiclient.png?branch=master
           :target: http://travis-ci.org/propertyshelf/mls.apiclient
        
        =========
        Changelog
        =========
        
        1.2 (unreleased)
        ----------------
        
        
        1.1.1 (2013-06-26)
        ------------------
        
        - First public release.
        
        
        1.1 (2012-08-20)
        ----------------
        
        - Return list of tuples instead list of lists.
        - Raise MLSError if ValueError occurs during connection buildup.
        
        
        1.0 (2012-02-02)
        ----------------
        
        - Initial release.
        
        
        ==========================
        mls.apiclient Installation
        ==========================
        
        When you're reading this you have probably already run ``easy_install mls.apiclient``. Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall
        
        Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance
        recipe to manage your project, you can do this:
        
        * Add ``mls.apiclient`` to the list of eggs to install, e.g.::
        
             [buildout]
             ...
             eggs =
                 ...
                 mls.apiclient
        
        * Re-run buildout, e.g. with::
        
             $ ./bin/buildout
        
        
        mls.apiclient is copyright Propertyshelf, Inc.
        
        This program is free software; you can redistribute it and/or modify it
        under the terms of the GNU General Public License as published by the
        Free Software Foundation; either version 2 of the License, or (at your
        option) any later version.
        
        This program is distributed in the hope that it will be useful, but
        WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
        Public License for more details.
        
        You should have received a copy of the GNU General Public License along
        with this program; if not, write to the Free Software Foundation, Inc.,
        59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
        
Keywords: MLS API client
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
