Metadata-Version: 1.1
Name: virtualenvwrapper.alex
Version: 0.1
Summary: virtualenvwrapper plugin to alias common typos
Home-page: https://bitbucket.org/dhellmann/virtualenvwrapper.alex
Author: Doug Hellmann
Author-email: doug.hellmann@gmail.com
License: UNKNOWN
Description: ==========================
         virtualenvwrapper.alex
        ==========================
        
        `virtualenvwrapper.alex`_ installs aliases for typos related to common
        virtualenvwrapper commands. Really. It exists because `Alex Gaynor`_
        asked nicely.
        
        .. _virtualenvwrapper.alex: https://bitbucket.org/dhellmann/virtualenvwrapper.alex
        .. _Alex Gaynor: https://twitter.com/alex_gaynor
        
          @doughellmann Anything I could do to convince you to add wokr as
          an alias for workon?
        
        How could I say no?
        
        Installation
        ============
        
        ::
        
          $ pip install virtualenvwrapper.alex
        
        You will need to start a new shell or reload ``virtualenvwrapper.sh``
        to see the new aliases.
        
        Usage
        =====
        
        ::
        
          $ wokr my_project
        
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Framework :: Django
Requires: virtualenv
Requires: virtualenvwrapper (>=2.9)
Provides: virtualenvwrapper.django
