Should PyPDF2 2.0.0 expose everything directly under PyPDF2? #869
MartinThoma
started this conversation in
Ideas
Replies: 1 comment
-
I agree about errors/generic/pagerange/merger |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, PyPDF2 has the following public modules:
_reader.py
and_writer.py
.Is there any reason NOT to expose all public classes / functions under
PyPDF2
(via__all__
) directly?The advantage of exposing it there would be:
Beta Was this translation helpful? Give feedback.
All reactions