Metadata-Version: 2.1
Name: pyzillow
Version: 0.6.0
Summary: Python API wrapper for Zillow's API
Home-page: https://github.com/hanneshapke/pyzillow
Author: Hannes Hapke
Author-email: hannes.hapke@gmail.com
License: MIT
Keywords: pyzillow
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: requests

PyZillow 0.6
============

PyZillow is a Python wrapper for `Zillow's API <http://www.zillow.com/howto/api/APIOverview.htm>`_. With PyZillow, you can use a physical address or a Zillow ID to access real estate data from the Zillow database.

Currently, PyZillow supports the **GetDeepSearchResults** and **GetUpdatedPropertyDetails** API endpoints.

Documentation
-------------

The PyZillow documentation is available here: http://pyzillow.readthedocs.org/en/latest/

Contributors
------------

* Alvaro Feito <alvaro@renooble.com>
* Bryce Boe <bbzbryce@gmail.com>
* Hannes Hapke <hannes@renooble.com>
* Miguel Paolino <miguel@renooble.com>
* Timo Cornelius Metzger <pyzillow@tcmetzger.net>

PyZillow was originally developed by Hannes Hapke and Miguel Paolino for `renooble.com <http://www.renooble.com>`_.



Documentation
-------------

The full documentation is at http://pyzillow.rtfd.org.



Version history
---------------

0.6.0 (2020-05-28)
++++++++++++++++++

* Updated tests, incl. complete API mocking
* Updated test dependencies
* Removed Python 2 support

0.5.0 (2015-09-12)
++++++++++++++++++

* Removed Django dependency, mocked tests, Python 3.4 support

0.4.0 (2014-12-20)
++++++++++++++++++

* Zestimate extracted from Zillow's GetDeepSearchResults API.

0.3.1 (2014-12-20)
++++++++++++++++++

* Added test cases and increased test coverage setup.

0.3.0 (2014-12-19)
++++++++++++++++++

* Refactored structure, travis CI compliance, coverage setup.

0.2.7
++++++++++++++++++

* Bug fix: Missing ParseError, numRooms now read from UpdatedProperty

0.2.6
++++++++++++++++++

* Bug fix

0.2.5
++++++++++++++++++

* Using markdown as README file for setup.py

0.2.4
++++++++++++++++++

* Coordinates provides as GEOS point

0.2.3
++++++++++++++++++

* New attributes added: home_description, num_floors, floor_material, parking_type

0.2.2
++++++++++++++++++

* Licence changed to MIT

0.2.1
++++++++++++++++++

* pip created and code refactured

0.2
++++++++++++++++++

* API Wrapper for the GetDeepSearchResults and GetUpdatedPropertyDetails API. test.py and setup.py created.

0.1
++++++++++++++++++

* Project created


