Jaymon / dsnparse

Easily parse DSN urls (connection strings) in Python
MIT License
21 stars 8 forks source link

Python 3 compat #1

Closed cochiseruhulessin closed 8 years ago

cochiseruhulessin commented 8 years ago

Hi Jaymon,

I've update the code to be compatible with Python 3. Could you have a look at it? Thanks in advance.

Kind regards,

Cochise Ruhulessin

treejamie commented 8 years ago

It would be wonderful to see this merged as this library is a neat little timesaver.

Jaymon commented 8 years ago

Sorry about that, I get a lot of internal company notifications and so I muted basically everything and missed this.

I used pyenv to test it from 2.7-3.5 and it looked good with some small tweaks to the tests. New version 0.1.4 is also on pypi with this code. Thanks for the pull request :)