0fc5e2d0e60d17f85eac4782af8627417c28a676
This avoids the need to duplicate our dependency list in multiple places and allows us to take advantage of tox's dependency management infrastructure, to ensure we always get the latest and greatest version of a package allowed by upper-constraints. While here, we also update versions of other pre-commit hooks and simplify the mypy configuration, aligning it with that of other typed oslo projects. Change-Id: I9ca3ec0d6f2de19f52f3d4c46fcbc43f9ed3a5b4 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
oslo.cache
oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.cache/latest/
- Source: https://opendev.org/openstack/oslo.cache/
- Bugs: https://bugs.launchpad.net/oslo.cache
- Release notes: https://docs.openstack.org/releasenotes/oslo.cache/
Description
Languages
Python
100%