Skip to main content

Official generated Python SDK for Quercle API.

Project description

quercle

Python SDK for Quercle API.

Installation

uv add quercle

Usage

from quercle import QuercleClient

client = QuercleClient(api_key="your_api_key")
response = client.search("latest bun release notes")

print(response.result)

Timeouts

response = client.search("latest bun release notes", timeout=20.0)

Async Usage

import asyncio

from quercle import AsyncQuercleClient

async def main() -> None:
    async with AsyncQuercleClient(api_key="your_api_key") as client:
        response = await client.search("latest bun release notes")
        print(response.result)


if __name__ == "__main__":
    asyncio.run(main())

Tool Metadata

from quercle import tool_metadata

print(tool_metadata["search"]["description"])
print(tool_metadata["search"]["parameters"]["query"])

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

quercle-1.0.5.tar.gz (28.7 kB view details)

Uploaded Source

Built Distribution

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

quercle-1.0.5-py3-none-any.whl (46.9 kB view details)

Uploaded Python 3

File details

Details for the file quercle-1.0.5.tar.gz.

File metadata

  • Download URL: quercle-1.0.5.tar.gz
  • Upload date:
  • Size: 28.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quercle-1.0.5.tar.gz
Algorithm Hash digest
SHA256 5aebbc865a22ac588285ebec6c89118d736886b6ed44bde567a8d45e5474fac8
MD5 e752783faee5743504fef0e1b5e30ccb
BLAKE2b-256 dd2b8356cade11c728d2b1dc00a2dcabd853f583ef782ad8165c6a5115bb8595

See more details on using hashes here.

Provenance

The following attestation bundles were made for quercle-1.0.5.tar.gz:

Publisher: publish.yml on quercledev/quercle-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quercle-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: quercle-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 46.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quercle-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 39b7962770e8b1220fdd056c359c16d1d5f1ca25c85c7ee0f8699983a2a044a2
MD5 28e0bff939f9bce58da94d961640884e
BLAKE2b-256 860354d4a160a2832c31797c7d6e5c5ad5c8046e638256c7ea613e49df2a338c

See more details on using hashes here.

Provenance

The following attestation bundles were made for quercle-1.0.5-py3-none-any.whl:

Publisher: publish.yml on quercledev/quercle-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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