Skip to content

v1.0.0

Choose a tag to compare

@kdcokenny kdcokenny released this 11 Jul 08:38
· 6 commits to main since this release

馃帀 PostCrawl Python SDK v1.0.0

We're excited to announce the first stable release of the PostCrawl Python SDK!

Features

  • Full async/await support with synchronous wrappers
  • Type-safe API with Pydantic v2 models
  • Comprehensive error handling and custom exceptions
  • Automatic retry logic with exponential backoff
  • Rate limit tracking and credit management
  • Support for Python 3.10+

Installation

pip install postcrawl
# or
uv add postcrawl

What's Changed

  • Initial SDK implementation with full API coverage
  • Comprehensive test suite with pytest
  • GitHub Actions CI/CD pipeline
  • Production-ready release

Full Changelog: https://github.com/post-crawl/python-sdk/commits/v1.0.0