Metadata-Version: 2.4
Name: find-me-a-house
Version: 0.3.1
Summary: Find new listings automatically.
License: MIT
Author: Max Snoodijk
Author-email: max_snoodijk@live.nl
Maintainer: Max Snoodijk
Maintainer-email: max_snoodijk@live.nl
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.14,<5.0)
Requires-Dist: openai (>=2.15,<3.0)
Requires-Dist: playwright (>=1.57,<2.0)
Requires-Dist: pydantic (>=2.12,<3.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: requests (>=2.32,<3.0)
Requires-Dist: types-pyyaml (>=6.0,<7.0)
Requires-Dist: types-requests (>=2.32,<3.0)
Project-URL: Repository, https://dev.azure.com/snomax/house
Description-Content-Type: text/markdown

# House

The source code, documentation, and CI/CD scripts for the find-me-a-house package are stored in this repository.

## Installation

1. Clone the repository with the following command:
    
    ```shell
    git clone https://snomax@dev.azure.com/snomax/house/_git/find-me-a-house
    ```

2. Install poetry:
    
    ```shell
    pip install poetry
    ```

3. Install the package:
    
    ```shell
    poetry install
    ```

