summaryrefslogtreecommitdiff
path: root/requests_cache/backends/filesystem.py
Commit message (Expand)AuthorAgeFilesLines
* Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ...Jordan Cook2021-09-081-2/+4
* Use pathlib.Path objects for all file paths in Filesystem and SQLite backendsJordan Cook2021-08-291-30/+29
* Reorganize user docs: break down User Guide and Advanced Usage sections into ...Jordan Cook2021-08-261-1/+1
* Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ...Jordan Cook2021-08-251-3/+3
* Add FileCache.cache_dir propertyJordan Cook2021-08-251-0/+5
* Fix incorrect location of redirects.sqlite when using filesystem backendJordan Cook2021-08-231-4/+12
* Add appdirs as a dependency, and add 'use_cache_dir' option to SQLite and Fil...Jordan Cook2021-08-211-16/+12
* Add FileCache.paths() wrapper method, and return a list instead of generatorJordan Cook2021-08-201-8/+19
* Better backend docsJordan Cook2021-08-201-3/+31
* Rename DbDict to SQLiteDict for consistency with other backends (with aliases...Jordan Cook2021-08-191-2/+2
* For filesystem backend, add an appropriate file extension to cache filesJordan Cook2021-08-031-8/+23
* Some serialization fixes & updates:Jordan Cook2021-07-031-1/+0
* addressing comments from JWCookParker Hancock2021-06-211-2/+1
* extirpated 'is_binary' from pipelinesParker Hancock2021-06-141-4/+13
* Integrate serializers with backendsJordan Cook2021-06-111-4/+6
* Make cattrs optional, and other cleanupJordan Cook2021-05-261-1/+0
* Add use_temp option to SQLite backendJordan Cook2021-04-221-0/+3
* Store responses for filesystem backend in a 'responses' subdirectory, to avoi...Jordan Cook2021-04-221-5/+7
* For SQLite and filesystem backends, resolve file paths in BaseStorage class r...Jordan Cook2021-04-211-6/+5
* Add a filesystem backendJordan Cook2021-04-211-0/+87