-
Release v0.1.0: Intelligent Rentcast API caching proxy
released this
2025-09-09 23:46:33 +00:00 | 3 commits to main since this releaseFeatures:
- FastAPI proxy for all Rentcast API endpoints
- 70-90% cost reduction through intelligent caching
- Soft delete caching strategy (mark invalid, don't delete)
- Multi-backend support: SQLite, Redis, Memory
- Rate limiting per API key with exponential backoff
- Rich CLI for administration and monitoring
- Cost management with usage tracking
- Production-ready with CORS, compression, logging
- Health and metrics endpoints
- Comprehensive documentation
Installation:
pip install rentcacheUsage:
rentcache server --port 8100
rentcache create-key myapp YOUR_RENTCAST_KEY
rentcache healthDownloads