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()
# Create a new listing
# ... (see API documentation for full examples)
Dependencies
- pydantic
- httpx
- finder-enrichment-db-contracts
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file finder_enrichment_db_client-0.1.10.tar.gz.
File metadata
- Download URL: finder_enrichment_db_client-0.1.10.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56ac1224bd4f48267ee18b68ee729409e5745101a6b36fceb876595b64591fde
|
|
| MD5 |
43ea9236a534d2c00f12abde1914f5ee
|
|
| BLAKE2b-256 |
22c3d266a6c585aea55f27c46a7aa2a09711bdfbe7d9f63f389615fce048fc74
|
File details
Details for the file finder_enrichment_db_client-0.1.10-py3-none-any.whl.
File metadata
- Download URL: finder_enrichment_db_client-0.1.10-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f923c5594240712d9544c22c605361fc24e7432b512a41d3a33ecdf3c9fa95d4
|
|
| MD5 |
f8e0d7abb106484d3723dd5f0153381d
|
|
| BLAKE2b-256 |
bf131a4ab29e58d8f777867568fcfc6c7eccf53bcfc240834aa33906d0079f71
|