To make it more easy for those to see how to use
this library, start adding some basic examples that
show the common usage patterns.
Change-Id: Ieda04d0c3402cb3d9d7e55ecfd737571520ffbcb
Make the docs include the exposed API's and be formatted
better so that they are useful to users of debtcollector instead
of not being useful.
Change-Id: I6b1bdda206927d1475cabb1872a3fe21a178b125
When an instance method has moved to a better location (for
whatever reason) it is nice to provide the old instance method
under the previous name for a deprecation cycle. To enable
this kind of pattern use/modify/extend the existing moved decorator
to not just work for properties but also work for instance methods.
Change-Id: Ie002d9255d9e5127011c5308c7f5ce16d0b44821
This adds the initial import (and adjustments to requirements
and code) that was initially targeted to land into oslo.utils
but now lands in this project from the following:
https://review.openstack.org/#/c/140119
This forms the basis of the debtcollector functionality (with
more to come as/when needed).
Change-Id: Icd62622a728525fab48ba4de7ee746d0add73b9b