-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to pypdf #1488
Comments
There is a conda forge package for PyPDF2: https://anaconda.org/conda-forge/pypdf2 We should make one for pypdf as well |
All lowercase, no number. See #1488
All lowercase, no number. See #1488
See py-pdf/pypdf#1488 Legacy package python-pypdf2 has been downgraded to last legacy 2.12.1 version.
Looking at the PyPDF2 pypa page, it doesn't look like the notice at the top of the README about moving to pypdf got published there. May be worth making a 3.0.1 release with that info, and also perhaps a deprecation notice in the |
@MasterOdin Good point! Like that: #1517 ? |
I noticed that there's some inconsistent doc links that may relate to this switch:
|
Fixed! Thank you @huonw |
Hey @MartinThoma -- did you try contacting github support? They should be pretty responsive on this I believe! Unless the pypdf org has private repositories they should be able to transfer |
I've contacted them, but they said there is nothing they can do |
For first-time users, it's confusing that there is pyPdf, PyPDF2, PyPDF3, and PyPDF4. Also non-frequent users get confused about the capitalization of PyPDF2. On StackOverflow, people regularly ask questions about
pypdf
which are actually aboutPyPDF2
.Hence we should move "back" to
pypdf
(all lowercase, no dashes/underscores).Transition
I will make one last release (+ potentially bugfix-releases) for PyPDF2. That will then be identical (except for the package name) to the same version of pypdf.
So
PyPDF2==3.0.0
would be almost equal topypdf==4.0.0
, so that people just need re-name the package they import fromPyPDF2
topypdf
+ change the package they install.TODO
PyPDF2
topypdf
pypdf
The text was updated successfully, but these errors were encountered: