Metadata-Version: 1.1
Name: webdeployer
Version: 0.0.1
Summary: Personal Deployer for site created with Flask and Django
Home-page: https://github.com/royendgel
Author: Royendgel Silberie
Author-email: royendgel@techprocur.com
License: UNKNOWN
Description: DEPLOYER
        ========
        
        ### This deployer allows you to deploy fast and easy to your webserver.
        
        Very cool if you are using : NGINX & GUNICORN
        
        You need to use a directory format like : ```/projects/client/client_name/project/source```
        
        requirements :
        
        - Fabric
        - Jinja
        
        
        This is module is being set free from Private so it may take time to free out all the mess from my private repo
        
        
        TO INSTALL
        ==========
        
        ```
        pip install webdeployment
        ```
        
        MILESTONE/ROADMAP
        
        - I want to make it more customizable
Keywords: deployer automation fabric
Platform: UNKNOWN
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2.7
Requires: fabric
Requires: jinja
