Git Product home page Git Product logo

pypi-show-urls's Introduction

pypi-show-urls

Shows information about where packages come from

Installation

$ pip install pypi-show-urls

Usage

# 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 counts for a set of packages in a list of requirements files
$ pypi-show-urls -r requirements.txt requirements-dev.txt

# 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
$ pypi-show-urls -v -r requirements.txt requirements-dev.txt

pypi-show-urls's People

Contributors

dstufft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pypi-show-urls's Issues

SyntaxError: expected path separator ([)

bin/pypi-show-urls -p zopyx.smartprintng.client

Download candidates for zopyx.smartprintng.client

Traceback (most recent call last):
File "bin/pypi-show-urls", line 8, in
load_entry_point('pypi-show-urls==2.1.1', 'console_scripts', 'pypi-show-urls')()
File "/private/tmp/lib/python2.6/site-packages/pypi_show_urls/main.py", line 148, in main
html.findall(".//a[@rel='download']"),
File "/opt/python_buildout/parts/opt/lib/python2.6/xml/etree/ElementPath.py", line 198, in findall
return _compile(path).findall(element)
File "/opt/python_buildout/parts/opt/lib/python2.6/xml/etree/ElementPath.py", line 176, in _compile
p = Path(path)
File "/opt/python_buildout/parts/opt/lib/python2.6/xml/etree/ElementPath.py", line 93, in init
"expected path separator (%s)" % (op or tag)
SyntaxError: expected path separator ([)

Module Not Found : urlparse

Even after it has all the requirements fulfilled, when executing as mentioned it throws ModuleNotFoundError for urlparse

Traceback (most recent call last):
File "c:\programdata\anaconda3\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\programdata\anaconda3\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\ProgramData\Anaconda3\Scripts\pypi-show-urls.exe_main
.py", line 5, in
File "c:\programdata\anaconda3\lib\site-packages\pypi_show_urls_main
.py", line 17, in
import urlparse
ModuleNotFoundError: No module named 'urlparse'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.