Socket
Socket
Sign inDemoInstall

pyzillow

Package Overview
Dependencies
1
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pyzillow

Python API wrapper for Zillow's API


Maintainers
2

Readme

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

Contributors

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

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc