Python client for the RESTful API of the Propertyshelf MLS.
Project description
mls.apiclient is a Python client for the RESTful API of the Propertyshelf MLS.
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
Changelog
1.4 (2017-04-10)
Update tests.
Don’t break on SSL verification. Deactivate SSL verification, if failed in first attempt, and try again.
1.3 (2016-01-26)
Added connection timeout for MLS requests.
Check for JSON return value.
1.2 (2015-05-13)
Restructured API request and response handling and generation of resources for the new RESTful API.
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mls.apiclient-1.4.tar.gz
.
File metadata
- Download URL: mls.apiclient-1.4.tar.gz
- Upload date:
- Size: 38.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1c66b4f2c7ea4f74cdb6e2ced0c5b30fa69954d8001f41cafea85f62e481f25 |
|
MD5 | a261097e6c3f86e0aee185549232cfec |
|
BLAKE2b-256 | 45f27f69e66d1b89924a193cf72a0bfc716e2701e4f3d0401a9f8872822e839f |