- 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)
- Updated tests, incl. complete API mocking
- Updated test dependencies
- Removed Python 2 support
- Removed Django dependency, mocked tests, Python 3.4 support
- Zestimate extracted from Zillow's GetDeepSearchResults API.
- Added test cases and increased test coverage setup.
- Refactored structure, travis CI compliance, coverage setup.
- Bug fix: Missing ParseError, numRooms now read from UpdatedProperty
- Bug fix
- Using markdown as README file for setup.py
- Coordinates provides as GEOS point
- New attributes added: home_description, num_floors, floor_material, parking_type
- Licence changed to MIT
- pip created and code refactured
- API Wrapper for the GetDeepSearchResults and GetUpdatedPropertyDetails API. test.py and setup.py created.
- Project created