python-epo-ops-client icon indicating copy to clipboard operation
python-epo-ops-client copied to clipboard

Python client for EPO OPS, the European Patent Office's Open Patent Services API.

Results 29 python-epo-ops-client issues
Sort by recently updated
recently updated
newest added

I am trying to use the python-epo-ops-client library to perform a search; however, for some searches (not all), I am getting a 404 response status. Here is a minimal example...

Hello, I encountered this new error. Do you have any idea to resolve it? FYI, I don't use any multithreading process neither sqlite in my code. ``` "Traceback (most recent...

question

When I try to query using Epodoc, I always get the same issue: `requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://ops.epo.org/3.2/rest-services/register/publication/epodoc/biblio` Is there something I am missing in the...

invalid

Hi there, coming here from https://github.com/55minutes/python-epo-ops-client/issues/35#issuecomment-548868172, @gsong was so kind to offer he would think about an option on how to toggle the behavior of one of the core methods...

enhancement

Multiple document search is supported by EPO 3.2. But I don't see an interface for the same in the code. A constructor overloading in Docdb would help achieve the same...

enhancement

Travis restricts PR access to secure environment variables. Let's make sure tests can be run using anonymous clients. See https://docs.travis-ci.com/user/pull-requests#Security-Restrictions-when-testing-Pull-Requests

Document the `Client` interface more clearly in the README.

Please, add typehints, it will make the library way easier to use!

enhancement

Noticed that the link to the ops guide pdf on the readme ("v 1.3.16 of the reference guide" on pypi.org) ends up in a "Page not found". Updated the link....

I did not find "description" or "claims" under the table "Currently the Client knows how to issue request for the following services:". Is it supported by this client yet? (I...

question