Metadata-Version: 2.3
Name: rentcast-client
Version: 2.1.1
Summary: Python client for the Rentcast API
License: MIT
Author: Cody Hutchens
Author-email: chutchens91@gmail.com
Requires-Python: >=3.9,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.8.0)
Requires-Dist: aiohttp-retry (>=2.8.0)
Requires-Dist: pydantic (>=2.0.0)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: urllib3 (>=1.25.3)
Description-Content-Type: text/markdown

# Rentcast API Python Client

This repository contains a Python client for the Rentcast API, automatically generated from the OpenAPI specification.

## Overview

The Rentcast API Python Client provides a convenient way to interact with the Rentcast API in Python applications. It is automatically generated and updated daily to ensure it always reflects the latest API changes.

## Features

- Automatically generated from the latest Rentcast API OpenAPI specification
- Daily updates to stay in sync with API changes
- Easy-to-use Python interface for all Rentcast API endpoints
- Follows best practices for Python package development

## Installation

You can install the Rentcast API Python Client using pip:

```bash
pip install rentcast-client
```

