Metadata-Version: 1.1
Name: clever-alexis
Version: 0.1.0.dev11
Summary: Clever redhead girl that builds and packs Python project with Virtualenv into rpm, deb, etc.
Home-page: https://bitbucket.org/KulaPard/alexis
Author: Taras Drapalyuk (KulaPard)
Author-email: kulapard@gmail.com
License: BSD License
Description: Alexis
        ============
        
        Clever redhead girl that builds and packs Python project with Virtualenv into rpm, deb, etc.
        
        Quick start
        ------------
        
        Install using pip
        
        ``$ pip install clever-alexis``
        
        or `download the latest release`_ add run setup.py script
        
        ``$ python setup.py install``
        
        Look at `example/fabfile.py`
        
        
        Local dependencies
        ------------------
        
        * fabric_ (>=1.4.0)
        * python_ (2.x only)
        
        Server dependencies
        -------------------
        
        * fpm_ (>=0.4.20)
        * python_ (>=2.5)
        * hg_ (>=2.0)
        
        Code includes
        -------------
        * virtualenv.py_ (1.8.2)
        * virtualenv-tools.py_ (1.0) *with minor corrections*
        * clonevirtualenv.py_ (0.2.4)
        
        .. _download the latest release: https://bitbucket.org/KulaPard/clever-alexis/downloads
        .. _fabric: https://github.com/fabric/fabric
        .. _fpm: https://github.com/jordansissel/fpm
        .. _python: http://python.org/download/
        .. _hg: http://mercurial.selenic.com/
        .. _virtualenv.py: https://github.com/pypa/virtualenv
        .. _virtualenv-tools.py: https://github.com/fireteam/virtualenv-tools
        .. _clonevirtualenv.py: https://github.com/edwardgeorge/virtualenv-clone
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Requires: fabric(>=1.4.0)
