opencultureconsulting / openrefine-client

The OpenRefine Python Client from Paul Makepeace provides a library for communicating with an OpenRefine server. This fork extends the command line interface (CLI) and is distributed as a convenient one-file-executable (Windows, Linux, Mac). It is also available via Docker Hub, PyPI and Binder.
GNU General Public License v3.0
80 stars 19 forks source link

Python 2 only? #27

Open frafra opened 1 year ago

frafra commented 1 year ago

README.md mentions Python 2, but not Python 3. Is this project meant to be used only with Python 2.x?

felixlohmeier commented 1 year ago

Yes, that is unfortunately the current status. There is an unfinished attempt to port it to Python 3, see https://github.com/wolfv/openrefine-client/tree/py3_port and discussion in pull request https://github.com/opencultureconsulting/openrefine-client/pull/8