Metadata-Version: 1.1
Name: fresco
Version: 0.2.4
Summary: A web micro-framework
Home-page: http://www.ollycope.com/software/fresco
Author: Oliver Cope
Author-email: oliver@redgecko.org
License: BSD
Description: 
        
        Changelog
        =========
        
        0.2.4
        -----
        
        - Bugfix: setting the logger property on a FrescoApp no longer causes errors
        
        0.2.3
        -----
        
        - FrescoApp objects now have an options dictionary for application level
          settings
        - Added serve_static_file function
        - Added support for signals with blinker
        - urlfor now requires fully qualified module names if called with a string
          argument
        
        0.2.2
        -----
        
        - Bug: URL generation broken when HTTP_HOST does not contain port number
        
        0.2.1
        -----
        
        - Bugfixes for beaker session support and broken URL generation when
          'X-Forwarded-SSL: off' header supplied
        
        0.2.0
        -----
        
        - Removed dependency on Pesto
        
        0.1 (unreleased)
        ----------------
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
