This website requires JavaScript.
Explore
Help
Sign In
Public
/
fastapi-cache
Watch
1
Star
0
Fork
0
You've already forked fastapi-cache
mirror of
https://github.com/long2ice/fastapi-cache.git
synced
2026-03-24 20:47:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9c966286b4db76c89e60e1eed9495801c302a32f
fastapi-cache
/
fastapi_cache
History
Martijn Pieters
9c966286b4
Use complete type hints with all generic parameters filled
...
This makes the core fastapi_cache pass all strict type checker tests.
2023-04-27 16:31:42 +01:00
..
backends
ci: fix poetry
2023-02-15 10:45:19 +08:00
__init__.py
Define keybuilder protocol
2023-04-27 16:26:41 +01:00
coder.py
JSONResponse.body is UTF-8 bytes and must be decoded
2023-04-27 16:20:12 +01:00
decorator.py
Use complete type hints with all generic parameters filled
2023-04-27 16:31:42 +01:00
key_builder.py
Use complete type hints with all generic parameters filled
2023-04-27 16:31:42 +01:00
py.typed
Added py.typed
2022-10-25 08:50:56 +07:00
types.py
Define keybuilder protocol
2023-04-27 16:26:41 +01:00