/usr/lib/python2.6/site-packages/debtcollector-1.3.0.dist-info
NameSizeModeActions
DESCRIPTION.rst10750644editdlrm
INSTALLER40644editdlrm
METADATA21550644editdlrm
metadata.json15100644editdlrm
pbr.json460644editdlrm
RECORD20230644editdlrm
top_level.txt140644editdlrm
WHEEL1100644editdlrm
Edit: /usr/lib/python2.6/site-packages/debtcollector-1.3.0.dist-info/METADATA (2155B)
Metadata-Version: 2.0 Name: debtcollector Version: 1.3.0 Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. Home-page: http://www.openstack.org/ Author: OpenStack Author-email: openstack-dev@lists.openstack.org License: UNKNOWN Platform: UNKNOWN Classifier: Environment :: OpenStack Classifier: Intended Audience :: Information Technology Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Requires-Dist: pbr (>=1.6) Requires-Dist: Babel (>=1.3) Requires-Dist: six (>=1.9.0) Requires-Dist: wrapt (>=1.7.0) Requires-Dist: funcsigs (>=0.4); (python_version=='2.7' or python_version=='2.6') Debtcollector ============= .. image:: https://img.shields.io/pypi/v/debtcollector.svg :target: https://pypi.python.org/pypi/debtcollector/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/debtcollector.svg :target: https://pypi.python.org/pypi/debtcollector/ :alt: Downloads A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. The goal of this library is to provide well documented developer facing deprecation patterns that start of with a basic set and can expand into a larger set of patterns as time goes on. The desired output of these patterns is to apply the warnings module to emit DeprecationWarning or PendingDeprecationWarning or similar derivative to developers using libraries (or potentially applications) about future deprecations. * Free software: Apache license * Documentation: http://docs.openstack.org/developer/debtcollector * Source: http://git.openstack.org/cgit/openstack/debtcollector * Bugs: http://bugs.launchpad.net/debtcollector