thorstenb / odpdown

Generate OpenDocument Presentation (odp) files from markdown
Other
107 stars 18 forks source link

Support Python3 #34

Open thorstenb opened 8 years ago

thorstenb commented 8 years ago

This wouldn't be too hard, if not for python-lpod being rather firmly non-python3-compatible. See also https://bugzilla.redhat.com/show_bug.cgi?id=1200889 for downstream discussion around that.

metal3d commented 8 years ago

I really think that I can help. Markdown transformation is a big subject for me, I'm workin with Python and Golang (professionnaly).

And you've got the only one project that makes the work as it does to transform md to odp.

I've began, earlier, to try to generate an odp file from md with Golang. But I discovered your project :) why to make it myself instead of helping your nice project ? hehe

thorstenb commented 8 years ago

Please do! /me goes labelling this issue a bit more prominently...

jontis commented 6 years ago

I'm interested too. I do a lot of python3 and would benefit from this project. It's already doing good for me :-) What is this comment about "python-lpod being rather firmly non-python3-compatible"? Is it still valid?

I have this installed: pip3 search lpod lpod-python (1.1.6) - lpOD Library INSTALLED: 1.1.6 (latest)

samtuke commented 6 years ago

I'm also having problems due to the lpod dependency (ImportError: No module named lpod and No matching distribution found for lpod).

thorstenb commented 6 years ago

Hah, timely bump - there's https://github.com/jdum/odfdo now, I started looking a few weeks back, didn't get far though due to some issues with that version; PR pending here: https://github.com/jdum/odfdo/pull/1