Metadata-Version: 1.1
Name: ipython-pip-magics
Version: 1.0.1
Summary: %pip magics for IPython
Home-page: https://github.com/stephanh42/ipython_pip_magics
Author: Stephan Houben
Author-email: stephanh42@gmail.com
License: MIT
Description: ipython_pip_magics: %pip magics for IPython
        ===========================================
        
        This project provides IPython "magics" for working with pip.
        
        To load the IPython magics, do (in IPython):
        
           %load_ext ipython_pip
        
        
        The primary magic is %pip. This works (almost) exactly
        like pip from the operating system command line.
        
        Do:
            %pip --help
        
        to get an overview.
        
        Note: when doing '%pip uninstall ...', use the -y option
        to avoid being prompted (which does not work using %pip).
         
        Other magics:
        
           %pip_upgrade_all
        
        Attempt to upgrade all packages
        
           %pip_upgrade_all_user
        
Keywords: ipython pip
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
