Metadata-Version: 1.0
Name: pypi-show-urls
Version: 1.3.1
Summary: Shows all the installation candidates for a list of packages
Home-page: https://github.com/dstufft/pypi-show-urls
Author: Donald Stufft
Author-email: donald@stufft.io
License: UNKNOWN
Description: pypi-show-urls
        ==============
        
        Shows information about where packages come from
        
        
        Installation
        ------------
        
        .. code:: bash
        
            $ pip install pypi-show-urls
        
        
        Usage
        -----
        
        .. code:: bash
        
            # Show all the counts for a bunch of packages
            $ pypi-show-urls -p package1 package2 package3
        
            # Show all the counts for a set of packages owned by users
            $ pypi-show-urls -u user1 user2 user3
        
            # Show all the urls found and all the versions only available externally
            $ pypi-show-urls -v -p package1 package2 package3
            $ pypi-show-urls -v -u user1 user2 user3
        
Platform: UNKNOWN
