Metadata-Version: 1.1
Name: config-sci
Version: 0.1.2
Summary: Python script for autoconfig SublimeCodeIntel
Home-page: https://github.com/yograterol/config-sci
Author: Yohan Graterol
Author-email: yograterol@fedoraproject.org
License: BSD
Description: ===============================
        config-sci
        ===============================
        
        Python script for autoconfig SublimeCodeIntel (http://sublimecodeintel.github.io/SublimeCodeIntel/)
        
        * Free software: BSD license
        
        How use
        --------
        
        First: install from pip
        
        ```text
        pip install config-sci
        ```
        
        Second: execute the command (In the project's root path)
        
        ```text
        $ config_sci
        ```
        
        Check the file
        
        ```text
        $ cat .codeintel/config
        ```
        
        Features
        --------
        
        * Autoconfig SublimeCodeIntel with system environment or virtual environment.
        
        
        
        
        History
        -------
        
        0.1.0 (2013-12-30)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: config-sci
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
