Migrate md2pdf.zsh to a python-application #8

Closed
opened 2021-08-01 02:00:41 +00:00 by chaoslama · 1 comment
Owner

md2pdf.zsh needs to become a python-application.

The Groundwork is already laid, so we can focus on writing the actual code.

  • Using click or some other cli-framework would be useful for handling the cli-side of things. See #13 for the progress on this.
  • Using pypandoc we can replace the pandoc-calls well. See #15 for progress on this.
  • Replace pandiff with something not based on node which we can call better in python. See #4 for progress on this.
  • Integrate pancritic better into the python-code or replace it too. See #5 for progress on this.

This is a collection-issue and will finish when all it's sub-issues are done.

md2pdf.zsh needs to become a python-application. The Groundwork is already laid, so we can focus on writing the actual code. - Using [click](https://click.palletsprojects.com/) or some other cli-framework would be useful for handling the cli-side of things. See [#13](https://git.eorlbruder.de/EorlBruder/mdp2df/issues/13) for the progress on this. - Using [pypandoc](https://pypi.org/project/pypandoc/) we can replace the pandoc-calls well. See [#15](https://git.eorlbruder.de/EorlBruder/mdp2df/issues/15) for progress on this. - Replace [pandiff](https://github.com/davidar/pandiff) with something not based on node which we can call better in python. See [#4](https://git.eorlbruder.de/EorlBruder/mdp2df/issues/4) for progress on this. - Integrate [pancritic](https://github.com/ickc/pancritic) better into the python-code or replace it too. See [#5](https://git.eorlbruder.de/EorlBruder/mdp2df/issues/5) for progress on this. This is a collection-issue and will finish when all it's sub-issues are done.
Author
Owner

All sub-issues are now done

All sub-issues are now done
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

-

Dependencies

No dependencies set.

Reference: chaoslama/make_pdf#8
No description provided.