0

Latest version of isbnlib is 3.5.8 according to google search result, and that version fully accessible on official PyPI site with this link.

but pip search and manual search on PyPI site result only give me up to one version before, 3.5.7.

Please explain something about it.
Thanks!

Trenton McKinney
  • 56,955
  • 33
  • 144
  • 158

2 Answers2

1

This is one of many bugs on pypi... you can follow it as issue #466

AlexAtStack
  • 366
  • 2
  • 7
0

Package authors submit packages to PyPI (the Python Package Index). So PyPi is not in charge of keeping the latest version. But it is very easy to find downloads for 3.5.8 then click downloads. Also, you could download it from github and install it yourself.

goCards
  • 1,388
  • 9
  • 10
  • I guess 'submit package' is handy process, right? and authors didn't submit yet. how about this [page](https://pypi.python.org/pypi/isbnlib/3.5.8)? I think it's painful if manually write this page, I think almost automatically generated but need little handwork. Is that right? Thanks! – luceat-lux-vestra Apr 02 '16 at 03:30
  • 1
    I've never uploaded a package, but yes that package site should be autogenerated. Here is a tutorial https://packaging.python.org/en/latest/distributing/#uploading-your-project-to-pypi – goCards Apr 02 '16 at 03:54