summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Update `DbDict.bulk_delete()` to support deleting more items than SQLite's ↵Jordan Cook2021-08-021-0/+1
| | | | variable limit (999)
* Convert packaging config to poetryJordan Cook2021-05-091-26/+1
|
* Minor config updatesJordan Cook2021-05-081-1/+1
|
* Move python_requires from setup.cfg to setup.py so it gets included in ↵Jordan Cook2021-04-111-2/+0
| | | | package metadata
* Fix remaining linting issues, and add flake8 to 'analyze' job in GitHub ActionsJordan Cook2021-04-011-0/+1
|
* More usage examples, formatting, and editing for Readme + Sphinx docsJordan Cook2021-03-241-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 Cook2021-03-221-0/+8
| | | | requests-mock and fixtures
* Move setuptools metadata to setup.cfgJordan Cook2021-02-261-0/+31
|
* Add setup.cfg for wheelRoman Haritonov2016-03-191-0/+2