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 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.13.tar.gz (6.1 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.13-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for finder_enrichment_db_client-0.1.13.tar.gz
Algorithm Hash digest
SHA256 92729478c3de0cc6e5996c52f52adce18f8be6f506bfb9b9126b8a44d4a70d74
MD5 19912ed6b6de976aeea4d427b67a6a62
BLAKE2b-256 973688281bcce0fb5ff02bd1f91ec00260630704ebfef7f7fdd383c102892262

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for finder_enrichment_db_client-0.1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 1482c1dc4cde42425f70bb499a9192c8957e691aaf061402d61b0748d8ebb687
MD5 2604b43900e7c9df60465339552ee7b8
BLAKE2b-256 046af40efd60652219b316c562fcfe00b06c66939313846be54f8b779b931079

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