Metadata-Version: 1.1
Name: virtualenvwrapper-codeintel
Version: 0.0.2
Summary: It creates the local configuration folder for the codeintel
        as well as a config file customized so pointing to the virtualenv
        folder
Home-page: https://github.com/Xumeiquer/codeintel-local-config
Author: Jaume Martin
Author-email: UNKNOWN
License: MIT License
Description: 
        1. PURPOSE OF THE SOFTWARE
        ==========================
        The module makes lives easier for whom use virtualenv with Sublime-text and the codeintel plugin. It creates codeintel configuration file as you make a new Virtualenv project using command 'mkproject'.
        
        2. HOW IT WORKS
        ===============
        The module modifies the postmkproject file and creates a configuration folder with a config file in it.
        
        3. AUTO INSTALL GUIDE
        =====================
        run 'pip install virtualenvwrapper-codeintel'
        
        4. INSPIRATION
        ==============
        The project takes the main structure from https://github.com/SongGithub/sublime_projectfile_maker.
        
        COPYRIGHTS
        ==========
        * It subjects to MIT licence.
        * It doesn't come with warranty of any sort.
        
        
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Requires: virtualenv
Requires: virtualenvwrapper (>=2.0)
Provides: virtualenvwrapper.codeintel
