vdmitriyev / orcidpyclient

A wrapper client around API of orcid.org
Other
6 stars 4 forks source link

Remove dependency on lucene-querybuilder and make compatible with python3 #1

Closed pafcu closed 8 years ago

pafcu commented 8 years ago

The lucene-querybuilder dependency was not really a dependency at all. The only reason it existed was to re-export a function from that module. If someone wants to use the query builder, they can download the library themselves, and import the function directly from the lucenequerybuilder module.

Additionally, the commits included here improve compatibility with python3.

vdmitriyev commented 8 years ago

Thank you for your pull request!