Metadata-Version: 1.0
Name: Flask-Actions
Version: 0.6.5
Summary: custom actions for flask to help manage your application
Home-page: http://blog.flyzen.com
Author: Young King
Author-email: yanckin@gmail.com
License: BSD
Description: Flask-actions provide some management comands for flask based project.
        
        .. contents::
        
        Links
        ===============================
        
        * `documentation <http://packages.python.org/Flask-Actions>`_
        * `development version
          <http://bitbucket.org/youngking/flask-actions/get/tip.gz#egg=Flask-Actions-dev>`_
        
        
        Change History
        ==============
        
        - ...
        0.6.5 (2011-8-19)
        -------------------
        - add logging support to gunicorn server
        
        0.6.4 (2011-3-11)
        -------------------
        
        - run_gunicorn can set pidfile
        
        0.6.3 (2011-2-26)
        -------------------
        
        - fixed gunicorn support, compact with version gunicorn 0.12.0 and earlier.
        
        0.6.2 (2011-2-26)
        -------------------
        
        - fixed runfcgi use port
        
        0.6.1  (2010-11-18)
        --------------------
        
        - fixed documents.
        
        - fixed unix domain socket support in runfcgi (thks César H. Roldán) .
        
        0.6  (2010-10-21)
        --------------------
        
        - add an decorator
        
        - change the shebang from `#!/usr/bin/env python` to `!#/usr/bin/env python2` for archlinux compatible
        
        - add many server support (see documents)
        
        0.5.5 (2010-10-17)
        ---------------------
        
        - change the structure of flask skeleton
        
        0.5.4 (2010-10-17)
        ---------------------
        
        - fix missing files. thks Low Kian Seong .
        
        0.5.3 (2010-10-06)
        ---------------------
        
        - add show_urls action
        
        
        0.5.2 (2010-09-28)
        ----------------------
        
        - change the structure of flask skeleton
        
        - add compile_pyc and clean actions
        
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
