mloesch / sickle

Sickle: OAI-PMH for Humans
Other
106 stars 42 forks source link

Python 3 Compatibility #3

Closed avorio closed 9 years ago

avorio commented 9 years ago

Hello!

I would like to use Sickle in a Python 3 environment. Is there any interest from somebody else in porting it? Has this been considered before?

Many thanks.

Aubreymcfato commented 9 years ago

I second the previous request :-) Thank you.

grischard commented 9 years ago

FWIW, converting with 2to3 and adjusting my code to use the python 3 way of dealing with utf-8 worked for me. I haven't even tried running the coverage tests, but will, if I find time, clean up the sickle code to retain backwards compatibility and submit a pull request.

avorio commented 9 years ago

@grischard That would be fantastic! Have you had any chance to look into this?

mloesch commented 9 years ago

Version 0.5 which introduces Python 3 support is now available on PyPI.