-
Notifications
You must be signed in to change notification settings - Fork 2
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
Convert into main + sub packages instead of multiple main packages #76
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
norbusan
changed the title
Convert into main + sub packages instead of multiple main packages
[WIP] Convert into main + sub packages instead of multiple main packages
Nov 28, 2024
bdc34
previously approved these changes
Dec 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I kind of like the idea of it being either a library or a service.
- drop pikepdf from pyproject and unused import - make deps that are only used for the service an extra
norbusan
force-pushed
the
single-package
branch
from
December 3, 2024 06:21
535da8b
to
cf9b430
Compare
norbusan
changed the title
[WIP] Convert into main + sub packages instead of multiple main packages
Convert into main + sub packages instead of multiple main packages
Dec 3, 2024
norbusan
force-pushed
the
single-package
branch
from
December 3, 2024 06:43
cf9b430
to
c6bd235
Compare
norbusan
force-pushed
the
single-package
branch
from
December 3, 2024 06:45
c6bd235
to
e0f4157
Compare
bdc34
previously approved these changes
Dec 3, 2024
bdc34
previously approved these changes
Dec 10, 2024
Overridden by #77 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR creates a new package
tex2pdf
with the following sub-packagestex2pdf.tex_inspection
tex2pdf.preflight_parser
tex2pdf.zerozeroreadme
tex2pdf.service
The
pdf_profile
package is left separate for now since it is only used during tests of genpdf.See discussion here