Metadata-Version: 1.1
Name: venv_dependencies
Version: 1.0.8
Summary: Easy to link OS dependencies in a virtualenviroment (without making symlinks yourself)
Home-page: https://github.com/arruda/venv-dependencies
Author: Felipe Arruda Pontes
Author-email: contato@arruda.blog.br
License: LICENSE
Description: ===================================
        Virtual Enviroment Dependencies
        ===================================
        
        About
        -----------------------------------
        
        This app helps to create symbolics links for any module from your
        OS python to your current virtual enviroment. This way you don't
        need to do the links by yourself using bash, just use this app.
        
        
        Usage
        -----------------------------------
        
        You use the command::
        
            link_venv "module1" "module2"... "moduleN"
        
        Example: Enable OpenCV to work in the virtualenv::
        
            link_venv.py "cv2"
        
        
        Install
        -----------------------------------
        
        ::
        
          pip install venv-dependencies
        
        
        License:
        -----------------------------------
        
        This software is distributed using MIT license, see LICENSE file for
        more details.
        
Keywords: virtualenv dependencies opencv
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
