jmaupetit / md2pdf

Markdown to PDF conversion tool
MIT License
268 stars 41 forks source link

Use docopt-ng for Py 3.12 compat #57

Closed vinnybod closed 9 months ago

vinnybod commented 11 months ago

https://github.com/jmaupetit/md2pdf/issues/56

https://github.com/docopt/docopt is unmaintained and is not fully compatible with Python 3.12 due to its use of invalid escape sequences.

There is a maintained fork of docopt called docopt-ng that is a drop in replacement. By migrating to docopt-ng this project is more likely to be compatible with Python 3.12.

jmaupetit commented 9 months ago

Thank you for this, but I think we will move to Click as it's the de facto standard for CLIs. :wink: