patent_client icon indicating copy to clipboard operation
patent_client copied to clipboard

A collection of ORM-style clients to public patent data

Results 32 patent_client issues
Sort by recently updated
recently updated
newest added

I would like to download the patent as a PDF using patent IDs. I am using the following code but it is not working: from patent_client import Patent patent =...

On trying few applications using peds api, through USApplication.objects.get(application_number) on FastApi 0|gunicorn | File "/home/ubuntu/fastapi/venv/lib/python3.10/site-packages/httpx/_client.py", line 1689, in _send_handling_auth 0|gunicorn | response = await self._send_handling_redirects( 0|gunicorn | File "/home/ubuntu/fastapi/venv/lib/python3.10/site-packages/httpx/_client.py", line...

I've encountered an inconsistency in the documentation compared to the actual code implementation regarding the environment variables for the EPO API credentials. According to the documentation available at https://patent-client.readthedocs.io/en/latest/getting_started.html, users...

Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

enhancement
help wanted

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

Would it be possible to add in support for queries to the USPTO Office Action Rejection API? https://developer.uspto.gov/api-catalog/uspto-office-action-rejection-api Thanks very much! Ken

This is an initial iteration of the Office Action API implementation. It adds three models ```python from patent_client.uspto.oa_rejections import OfficeActionRejection, OfficeActionCitation, OfficeActionFullText ``` There is also some initial smoke testing...

First approach of implementing the EP Register endpoints

This issue is tracking the work to implement the EP Register endpoints on patent_client. At least for the moment, @xi2pi has volunteered to make a run at this. The endpoints...

enhancement