Skip to content

v0.1.0

Choose a tag to compare

@imacross imacross released this 08 Jun 12:25
· 10 commits to main since this release

Initial release of the official CrawlSnap Python SDK.

  • crawlsnap.init(api_key=...) singleton + explicit CrawlSnap client
  • Resource namespacing: crawlsnap.vector_snap.ip("8.8.8.8"), pulse_snap, subdo_snap
  • Returns typed data; raises typed exceptions (NotFoundError, QuotaExceededError, RateLimitError, ...)
  • Built-in retries with exponential backoff, configurable timeout, auto-pagination
  • httpx + pydantic v2; Python 3.8+

Install: pip install crawlsnap