Recommended Python Wrapper #10562
Replies: 2 comments 2 replies
-
IMHO, if you only need a lightweight pandoc wrapper in Python, pypandoc is probably the best choice. (Unless of course you want to perform the wrapping yourself, which is not that hard with something like plumbum). If you need more complex document analysis or transformations, you may consider @boisgera's pandoc; |
Beta Was this translation helpful? Give feedback.
-
All of these are definitely good options. And as all of these are really good. And I think @boisgera nailed it. |
Beta Was this translation helpful? Give feedback.
-
Hi! I look here for some answers, but I couldn't find any.
I am aware of these active python wrappers:
I had used the first two, but recently I have been using @boisgera's wrapper more because of its pandoc.types.
Which one is recommended or which other one would you recommend?
Beta Was this translation helpful? Give feedback.
All reactions