v1.0.0
馃帀 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 postcrawlWhat'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