Skip to main content

Deprecator provides a decorator to easily depreate old code.

Project description

Author:

Anthony Long

Version:
0.2 - Initial release.

What is Deprecator?

Deprecator is a decorator which helps you to document, and warn users of deprecations.

Usage:

from deprecator import deprecate

def bar(): print("hello")

@deprecate(bar)
def foo(): print("hello")

When called, foo would print:

DeprecationWarning: foo is deprecated; use bar instead.

hello

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

deprecator-0.3.zip (2.5 kB view hashes)

Uploaded Source

deprecator-0.3.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distributions

deprecator-0.3.macosx-10.10-x86_64.tar.gz (2.2 kB view hashes)

Uploaded Source

deprecator-0.3.macosx-10.10-x86_64.exe (63.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page