8 Commits

Author SHA1 Message Date
Joshua Harlow
7e3f6d41d7 Add doctested examples into the documentation
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
2015-02-06 18:32:45 -08:00
Joshua Harlow
b078a94a5b Upper case python
Change-Id: I3091ab09d70d02d5ffd5236672a38deabdb99d04
0.1.0
2015-02-02 13:54:16 -08:00
Joshua Harlow
9f0f114b27 Fix up the docs into reasonable shape
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
2015-02-02 12:09:30 -08:00
Joshua Harlow
31733373e1 Add a moved *instance* method deprecation pattern
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
2015-01-28 18:55:59 +00:00
Joshua Harlow
b833207aaa Initial import of renames/moves + tests
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
2015-01-28 10:55:10 -08:00
Joshua Harlow
493c200a05 Add a .gitreview file with correct values
Also fixes some pep8/flake8 errors so that
this will merge correctly.

Change-Id: I516badbf8890f8231469f54af929f40af7d81afe
2015-01-20 10:33:53 -08:00
Joshua Harlow
715f46f54f Adjust summary of project 2014-12-12 22:29:12 -08:00
Joshua Harlow
2c4e7d58dd Initial commit 2014-12-12 22:26:59 -08:00