Skip to main content

UNKNOWN

Project description

https://travis-ci.org/paetzke/best-before.svg?branch=master https://coveralls.io/repos/paetzke/best-before/badge.png?branch=master https://pypip.in/v/best-before/badge.png

Copyright (c) 2014, Friedrich Paetzke (paetzke@fastmail.fm) All rights reserved.

Decorate your Python functions with a date of expiry.

An example:

from best_before import best_before

@best_before('2014-06-06')
def my_func():
    pass

If you run this code after 2014-06-06 it will explode - or just throw an exception.

To install best-before just install with pip.

$ pip install best-before

Project details


Download files

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

Source Distribution

best-before-0.1.0.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

best_before-0.1.0-py2.py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 2 Python 3

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