Metadata-Version: 1.1
Name: virtualenvwrapper-sublime
Version: 0.0.7
Summary: It create sublime project file as creating new virtualenv using mkproject
Home-page: https://github.com/SongGithub/sublime_projectfile_maker
Author: Song Jin
Author-email: songjin@hotmail.com
License: UNKNOWN
Description: 
        
        
        1.PURPOSE OF THE SOFTWARE
        =========================
        The module makes lives easier for whom use Sublime-text and Virtualenv. It creates sublime project file as you make a new Virtualenv project using command 'mkproject'. 
        
        2.HOW IT WORKS
        ==============
        The module modifies the postmkproject file and create a template named sublime.template, inside your virtualenv home folder
        
        3.AUTO INSTALL GUIDE
        ====================
        run 'pip install virtualenvwrapper-sublime'
        
        
        COPYRIGHTS
        ==========
        * It subjects to GNU licence.
        * It doesn't come with warranty of any sort.
        
        
        
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Requires: virtualenv
Requires: virtualenvwrapper (>=2.0)
Provides: virtualenvwrapper.sublime
