Metadata-Version: 2.1
Name: Flask-Versioned
Version: 0.9.4.post20101221
Summary: Add version info to file paths.
Home-page: http://github.com/pilt/flask-versioned
Author: Simon Pantzare
Author-email: simon@pewpewlabs.com
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: setuptools
Requires-Dist: Flask


Flask-Versioned
---------------

Add version info to file paths. The default configuration will prefix a
timestamp to and make the path absolute. Paths must be files, if a path
is unexisting or is a directory, an exception will be raised.

Typically used in templates to allow for really long expiration dates of
static content::

    <link rel="stylesheet" href="{{"static/css/style.css"|versioned}}">

Links
`````
* `development version
  <http://github.com/pilt/flask-versioned/zipball/master#egg=Flask-Versioned-dev>`_
