Metadata-Version: 1.1
Name: argyle
Version: 0.2.0
Summary: Argyle is a collection of Fabric utilities for Django deployment.
Home-page: https://github.com/mlavin/argyle
Author: Mark Lavin
Author-email: markdlavin@gmail.com
License: BSD
Description: Argyle
        ==============================
        
        Argyle is a collection of Fabric utilities for Django deployment. This project
        is still in very early phases.
        
        .. image::
            https://secure.travis-ci.org/mlavin/argyle.png?branch=master
            :alt: Build Status
                :target: https://secure.travis-ci.org/mlavin/argyle
        
        
        Requirements
        -------------------------------
        
        - Fabric >= 1.1
        - Jinja2 >= 2.3
        
        These tasks were written primarily for deployments on Ubuntu Linux. Your
        mileage may vary with other operating systems and flavors of Linux.
        
        
        Questions or Issues?
        -------------------------------
        
        If you have questions, issues or requests for improvements please let me know on
        `Github <https://github.com/mlavin/argyle/issues>`_.
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
