-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 support #13
Comments
@lddubeau no current plans |
Ok, it is something that I may be able to contribute at some point but I currently do not have a timeline for this. |
I was able to run it (Docker from FROM zopyx/existdb-30), debian based. I needed to perfrom the following steps (copied from my Dockerfile). Note that I've only tested eulexistdb.db.ExistDB() and createCollection() functions. // installation // fles to be modified // substitute imports and certain vars |
We have a fork of this project that is compatible with Python 3 (in fact, it is not compatible with Python 2). You can find it here. You can simply install it with |
@zmbq The project here seems to have been abandoned (I'm saying this due to the lack of activity on both this and eulxml). Your fork could become the successor to |
@lddubeau @zmbq agree that Emory seems to have no interest in maintaining this project - it doesn't look like it's been touched since I left Emory about 3 years ago. It makes me happy that there's an active fork! Not sure how you resolve the repo being a fork rather than a standalone repo, but I imagine there is some way around that. I suggest you open an issue asking that Emory mark this package as deprecated / no longer actively maintained and link to your version as the replacement. They ought to be glad to do that! |
@lddubeau , I'm not sure how to unfork a project. I'll probably need to contact github support, or just create a new copy in another repo. @rlskoeser , we're not really maintaining this fork. We needed eXistdb for a small project, and didn't want to use Python 2.7, so we forked this library. We have not used eXist db since, and had no use for the library, either. If there's something specific to fix, and it only takes a little while, we can fix it, but I doubt it will be anything substantial. |
Running
caniusepython3
on the requirements of my project reportseulexistdb
as a blocking package. Indeed, looking at thetox.ini
it seems it is not yet supported on Python 3. Are there plans for such support?The text was updated successfully, but these errors were encountered: