Which parts of PyPDF2 should be part of the public API? #750
Closed
MartinThoma
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to define clearly what parts of PyPDF2 are meant to be used via
__all__
.The following is clearly part of that (and should be importable from PyPDF2 directly):
Where I'm less sure:
Most likely internal:
Beta Was this translation helpful? Give feedback.
All reactions