lpod / lpod-python

Python library implementing the ISO/IEC 26300 OpenDocument Format standard (ODF)
Other
53 stars 26 forks source link

Porting lpod-python to python 3 #27

Open djihantii opened 6 years ago

djihantii commented 6 years ago

Hello ! I am working on porting lpod-python to python 3. Do you think it would be interesting for community ? Thank you

jdum commented 6 years ago

Hi, I made this fork for python3 : https://github.com/jdum/odfdo

If you really need to keep the current API, you still can port lpod-python to python3. Of course feel free to use odfdo code if needed.

gosha20777 commented 4 years ago

look at here https://github.com/gosha20777/lpod-python3

it's python 3 comparable package

jdum commented 3 years ago

Nice job, however I suggest you add a few lines in the lpod-python3 README with your authorship and a mention that it is not the original project but a (valuable) port to python3. Then we should add links between the various forks.