Metadata-Version: 1.1
Name: Deploy-Py
Version: 0.2
Summary: 
Deploy-Py

A module to deploy python web app (ie: flask) using Gunicorn and Supervisor on Nginx.
Celery is also added as a bonus, but you must 'pip install celery' fisrt

@Author: Mardix
@Copyright: 2014 Mardix
LICENSE: MIT

https://github.com/mardix/deploy-py

Requirements:
    Nginx
    Gunicorn
    Supervisor
    Celery (optional, must pip install celery)

Home-page: http://github.com/mardix/deploy-py/
Author: Mardix
Author-email: mardix@github.com
License: MIT
Download-URL: http://github.com/mardix/deploy-py/tarball/master
Description: 
        Deploy-Py
        
        A module to deploy python web app (ie: flask) using Gunicorn and Supervisor on Nginx.
        Celery is also added as a bonus, but you must 'pip install celery' fisrt
        
        @Author: Mardix
        @Copyright: 2014 Mardix
        LICENSE: MIT
        
        https://github.com/mardix/deploy-py
        
        Requirements:
            Nginx
            Gunicorn
            Supervisor
            Celery (optional, must pip install celery)
        
Keywords: deploy,flask
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
