Metadata-Version: 2.1
Name: venvhpl
Version: 1.0.0
Summary: Links Host's Python Library into Virtualenv
Home-page: https://github.com/mcfletch/venvhpl
Author: Mike C. Fletcher
Author-email: mcfletch@vrplumber.com
License: MIT
Download-URL: https://github.com/mcfletch/venvhpl/tarball/1.0.0
Description: VirtualEnv Host Package Link
        ===============================
        
        version number: 1.0.0
        author: Mike C. Fletcher
        
        Overview
        --------
        
        Links Host's Python Library into Virtualenv
        
        This allows you to link a hard-to-compile package into your
        virtualenv. Common case is the python-gobject-introspection
        library, which is not easily pip installable.
        
        Installation / Usage
        --------------------
        
        To install use pip:
        
            $ pip install venvhpl
        
        Or clone the repo:
        
            $ git clone https://github.com/mcfletch/venvhpl.git
            $ python setup.py install
        
        Linking a package from the host python
        
            $ source path/to/myenv/bin/activate
            (myenv) $ venv-hpl gi
            
        Contributing
        ------------
        
        This is a trivial project, but if you find something
        that needs fixing, please open a pull request.
        
        
Keywords: venv host package link
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Description-Content-Type: text/markdown
