Metadata-Version: 1.1
Name: pyzillow
Version: 0.7.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
Description: PyZillow 0.7
        ============
        
        .. image:: https://img.shields.io/pypi/dm/pyzillow.svg
          :target: https://pypistats.org/packages/pyzillow
          :alt: PyPI - Downloads
        .. image:: https://travis-ci.com/hanneshapke/pyzillow.svg?branch=master
          :target: https://travis-ci.com/hanneshapke/pyzillow
          :alt: Travis CI Build Status
        .. image:: https://readthedocs.org/projects/pyzillow/badge/?version=latest
          :target: https://pyzillow.readthedocs.io/en/latest/?badge=latest
          :alt: Documentation Status
        .. image:: https://img.shields.io/badge/License-MIT-yellow.svg
          :target: https://opensource.org/licenses/MIT
          :alt: License: MIT
        
        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.
        
        Status
        ------
        
        PyZillow is now being actively updated again. Please allow us some time
        to work through existing pull requests and issues.
        
        Documentation
        -------------
        
        The PyZillow documentation is available here: http://pyzillow.readthedocs.org/en/latest/
        
        Maintainers
        -----------
        
        * Timo Cornelius Metzger <pyzillow@tcmetzger.net>
        * Hannes Hapke <hannes@renooble.com>
        
        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 https://pyzillow.readthedocs.io/.
        
        
        
        Version history
        ---------------
        
        
        0.7.0 (2020-05-30)
        ++++++++++++++++++
        
        * Updated error handling, too many request error, Github issue 18
        * Updated error handling, error 6 (Github issue 6)
        * Pinned python-coveralls to latest version 2.9.3 (#27)
        * Added posting details to GetUpdatedPropertyDetails result (#10)
        * Updated pytest version (#32)
        * Updated coverage version (#28)
        * Added support for additional API fields (#16)
        
        Thanks to Alexandra M. Chace (#16), Marilyn Chace, Evan Pete Walsh (#11), Stephen Holsapple (#10), ZAD-Man (Issue #6)
        
        
        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
        
Keywords: pyzillow,zillow,api,real estate
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
