| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update `DbDict.bulk_delete()` to support deleting more items than SQLite's ↵ | Jordan Cook | 2021-08-02 | 1 | -0/+1 |
| | | | | | variable limit (999) | ||||
| * | Convert packaging config to poetry | Jordan Cook | 2021-05-09 | 1 | -26/+1 |
| | | |||||
| * | Minor config updates | Jordan Cook | 2021-05-08 | 1 | -1/+1 |
| | | |||||
| * | Move python_requires from setup.cfg to setup.py so it gets included in ↵ | Jordan Cook | 2021-04-11 | 1 | -2/+0 |
| | | | | | package metadata | ||||
| * | Fix remaining linting issues, and add flake8 to 'analyze' job in GitHub Actions | Jordan Cook | 2021-04-01 | 1 | -0/+1 |
| | | |||||
| * | More usage examples, formatting, and editing for Readme + Sphinx docs | Jordan Cook | 2021-03-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | * Closes #135, #165 * Add a 'Summary' section at the top of the Readme explaining the scope of requests-cache and why you would want to use it * Add some more info explaining the difference between using `CachedSession` directly vs. patching with `install_cache()` * Move basic examples from 'User Guide' section into Readme * Include Readme in Sphinx docs (using `.. mdinclude::`) and remove duplicate sections * Include Contributing guide in Sphinx docs * Convert History doc to markdown and include in Sphinx docs * Use `automod` options to move main cache documentation from `CacheMixin` back to to `CachedSession`, since that's probably where a user will look first * Add more detailed usage examples to an 'Advanced Usage' section for `CachedSession` options (`filter_fn`, `ignore_parameters`, etc.) * Update example scripts and move them to `examples/` folder | ||||
| * | Add and rewrite unit tests for CachedSession and CachedResponse using ↵ | Jordan Cook | 2021-03-22 | 1 | -0/+8 |
| | | | | | requests-mock and fixtures | ||||
| * | Move setuptools metadata to setup.cfg | Jordan Cook | 2021-02-26 | 1 | -0/+31 |
| | | |||||
| * | Add setup.cfg for wheel | Roman Haritonov | 2016-03-19 | 1 | -0/+2 |
