Search found 4 matches

by gsong
Sat Dec 13, 2014 2:15 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Anyone interested in working on a Python client?
Replies: 5
Views: 4105

Re: Anyone interested in working on a Python client?

@chris1 This was a Windows only bug which was just fixed. Sorry for not identifying it earlier. I'm just not that familiar with Windows.

In any case, the latest version should fix this problem.
by gsong
Thu Feb 20, 2014 7:18 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Anyone interested in working on a Python client?
Replies: 5
Views: 4105

Re: Anyone interested in working on a Python client?

OK, python-epo-ops-client has officially been release. Take a look and let me know what you think. Better yet, use it.

Code: Select all

pip install python-epo-ops-client
The project is hosted at https://github.com/55minutes/python-epo-ops-client
by gsong
Tue Feb 04, 2014 3:30 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Anyone interested in working on a Python client?
Replies: 5
Views: 4105

Re: Anyone interested in working on a Python client?

I've made pretty good progress so far. If anyone is interested at taking a look at the client interface or contributing, I'd appreciate any feedback.

The project is hosted on GitHub, since the forum won't let me post a like, you'll have to Google for "github python-epo-ops-client".
by gsong
Tue Jan 21, 2014 6:18 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Anyone interested in working on a Python client?
Replies: 5
Views: 4105

Anyone interested in working on a Python client?

Hi there, I'm in the planning stages of writing an open source Python client to access the OPS. I've already had a lot of experience dealing with the throttling aspect of the API from the previous versions. I've studied the new quota system and will incorporate that into the client as well. Was wond...