Ryan Malloy 950a608992 Initial project structure for rentcache
- Set up Python package structure with pyproject.toml
- Add comprehensive configuration system with Pydantic
- Support for multiple cache backends (SQLite, Redis, memory)
- Intelligent cache invalidation strategy (soft delete, serve stale)
- Rate limiting and cost management configuration
- Ready for FastAPI proxy implementation
2025-09-09 14:27:44 -06:00
Description
Intelligent caching proxy for Rentcast API - reduce costs by 70-90% with smart caching, rate limiting, and usage management
MIT 218 KiB
Languages
Python 95.5%
Makefile 3.1%
Dockerfile 1.4%