Skip to main content

Client for the Finder Enrichment DB API

Project description

Finder Enrichment DB Client

This package provides a Python client for interacting with the Finder Enrichment DB API.

Features

  • Complete API client for all endpoints
  • Type-safe with Pydantic models
  • Automatic authentication handling
  • Comprehensive error handling
  • Support for all enrichment operations

Installation

pip install finder-enrichment-db-client

Usage

from finder_enrichment_db_client import FinderEnrichmentDBAPIClient

# Initialize client
client = FinderEnrichmentDBAPIClient(
    base_url="http://localhost:8200",
    api_key="your-api-key"
)

# Get listings
listings = client.get_listings()

# Get listing detail; floor_area_sqm is None when upstream sqm is unavailable
detail = client.get_listing_detail(listing_id=123)

# Delete a simple listing and its cascade-managed images/floorplans
deleted = client.delete_listing(listing_id=123)

# Get summary-only image records
summaries = client.get_image_summaries(limit=25, order_by="created_at", desc=True)

# Create a new listing
# ... (see API documentation for full examples)

Dependencies

  • pydantic
  • httpx
  • finder-enrichment-db-contracts

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finder_enrichment_db_client-0.1.15.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

finder_enrichment_db_client-0.1.15-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file finder_enrichment_db_client-0.1.15.tar.gz.

File metadata

File hashes

Hashes for finder_enrichment_db_client-0.1.15.tar.gz
Algorithm Hash digest
SHA256 cc3659f073c171082c53895aac32b5e7ce379c34d84f0bebde2cb0ec96bc2014
MD5 66e5ef71e93bbc230ee678c0c6582f45
BLAKE2b-256 5d617da633e0f59f31e705d9e14fbde932c684db9582d87674cef0ee7bc639ad

See more details on using hashes here.

File details

Details for the file finder_enrichment_db_client-0.1.15-py3-none-any.whl.

File metadata

File hashes

Hashes for finder_enrichment_db_client-0.1.15-py3-none-any.whl
Algorithm Hash digest
SHA256 0da99ea9a2744984be5e74049b03b44c096b18dcaade0d381e869eeaf4190eb2
MD5 369d1715b8d00c7f24aef10bddaf04fd
BLAKE2b-256 329fbb969d8c6dc2dc793b07e8eb50ff8f878f8752250793064f29182451b759

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page