Metadata-Version: 2.3
Name: redfin-houses
Version: 0.0.4
Summary: Python library to retrieve house information from Redfin
Project-URL: homepage, https://github.com/huangyunict/redfin_houses
Project-URL: issues, https://github.com/huangyunict/redfin_houses/issues
Author-email: Yun Huang <huangyunict@gmail.com>
Maintainer-email: Yun Huang <huangyunict@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: beautifulsoup4==4.8.1
Requires-Dist: bs4==0.0.1
Requires-Dist: certifi==2019.9.11
Requires-Dist: chardet==3.0.4
Requires-Dist: cssselect==1.1.0
Requires-Dist: html5lib==1.0.1
Requires-Dist: idna==2.8
Requires-Dist: lxml==4.4.1
Requires-Dist: numpy==1.17.3
Requires-Dist: pandas==0.25.2
Requires-Dist: pyquery==1.4.0
Requires-Dist: python-dateutil==2.8.0
Requires-Dist: pytz==2019.3
Requires-Dist: redfin-houses==0.0.3
Requires-Dist: requests==2.22.0
Requires-Dist: six==1.12.0
Requires-Dist: soupsieve==1.9.4
Requires-Dist: urllib3==1.25.6
Requires-Dist: webencodings==0.5.1
Description-Content-Type: text/markdown

# redfin_houses
Python library to retrieve house information from Redfin.

## Setup and install
```
python -m venv venv
. venv/bin/activate
python setup.py build
python setup.py install
pip install -r requirements.txt
```

## Use
* look at examples dir
