search5 / solrpy

Automatically exported from code.google.com/p/solrpy
Other
40 stars 17 forks source link

Python 2 and 3 Compatible #42

Closed search5 closed 6 years ago

search5 commented 8 years ago

solrpy module, this enhancement is required to operate in the Python 2 and Python 3.

shireengaulani commented 6 years ago

is this module supported for python 3.6?

search5 commented 6 years ago

@shireen91 No, it will not work normally. I downloaded this project again and modified it to work in Python 2 and 3, but the final porting failed because some code in the test case was dependent on Python 2.x.

We have improved it to work on this module to run in Python 3.4 ~ 3.6 for 6 hours at midnight UTC + 9 hours.

You can download it from http://github.com/search5/solrpy3.

bkhouri commented 6 years ago

Is there an ETA on when this ticket will be completed as python2 will be EOL in 2020.

https://legacy.python.org/dev/peps/pep-0373/ https://pythonclock.org/

edsu commented 6 years ago

ETA is never for me since I no longer actively use Solr. Does anyone want me to transfer the repository to them?

search5 commented 6 years ago

ETA is never for me since I no longer actively use Solr. Does anyone want me to transfer the repository to them?

Do not you want to transfer the repository to me? I want to inherit it. I have also worked on switching to Python 3 and will actively maintain it. And if you have the original object code of the pickle file that is embedded in the test code, I would like to send it. Therefore, it is very difficult to write a program that satisfies the test.