LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/examples/bypass_example.py
src/examples/memory_example.py
src/examples/simple_example.py
src/fastrict/__init__.py
src/fastrict.egg-info/PKG-INFO
src/fastrict.egg-info/SOURCES.txt
src/fastrict.egg-info/dependency_links.txt
src/fastrict.egg-info/requires.txt
src/fastrict.egg-info/top_level.txt
src/fastrict/adapters/__init__.py
src/fastrict/adapters/memory_repository.py
src/fastrict/adapters/redis_repository.py
src/fastrict/entities/__init__.py
src/fastrict/entities/enums.py
src/fastrict/entities/models.py
src/fastrict/frameworks/__init__.py
src/fastrict/frameworks/decorator.py
src/fastrict/frameworks/middleware.py
src/fastrict/use_cases/__init__.py
src/fastrict/use_cases/key_extraction.py
src/fastrict/use_cases/rate_limit.py
src/fastrict/use_cases/interface/repository.py
tests/__init__.py
tests/demo_performance.py
tests/run_performance_tests.py
tests/test_api_rate_limiting.py
tests/test_basic.py
tests/test_memory_limiter.py
tests/test_performance.py
tests/test_rate_limit_modes.py