Closed tdmalone closed 4 years ago
python 3 support is coming real soon. cheers
and please don't forget to do a new pypi release when py3 support is ready :)
any update on this ? still getting
/# crudini
File "/usr/local/bin/crudini", line 39
print str(e)
^
SyntaxError: invalid syntax
Plus 1 for Python 3 support.
I've not pushed this to pypi yet as it depends on python-iniparse which doesn't have a python3 version on pypi yet. Though crudini does support python3 now, and has been released to fedora as python3 only as python-iniparse has been adjusted to support python3 there
@pixelb did you try to contact the iniparse owner on pypi to get a new upload there? I didn't found an email or something to contact him...
I did not try to contact the owner. I see it seems to have transferred from http://code.google.com/p/iniparse/ to https://github.com/candlepin/python-iniparse
@jirihnidek do you know the details here, or about the possibility of a pypi release?
I've not pushed this to pypi yet as it depends on python-iniparse which doesn't have a python3 version on pypi yet. Though crudini does support python3 now, and has been released to fedora as python3 only as python-iniparse has been adjusted to support python3 there
Looks like iniparse 0.5 is now available in PyPI: https://pypi.org/project/iniparse/0.5/#history
Would it be possible to push crudini 0.9.3 as well? Thanks!
Yeah, it is possible to install iniparse
from PyPI. Python 2.x and Python 3.x is supported.
Any progress on this?
Just to confirm - installing via
pip install -e git+https://github.com/pixelb/crudini.git\#egg=crudini
works nicely. So it seems all that is needed now is to push a new release.
+1 to push a new release to pypi This would also solve #65
Hi, any update on this?
crudini 0.9.3 is now on pypi
great, thank you!
Hi there!
Just wondering if you had any plans to add Python 3 support?
I'm a bit of a newbie to Python so I tried turning the
print
,except
andraise
statements into functions which possibly got me most of the way there... until I came across issues withcStringIO
andConfigParser
not being available.Thanks for what you've done so far and thanks in advance if a Python 3 version is possible!