Note: This client is not affiliated with Google
Install with pip:
`sh
pip install googlepatentscraper
`
from googlepatentscraper.document import Document
patent = Document("US8400417B2")
pprint(patent.data)
This code is distributed under the terms of the GPLv3 license. Details can be found in the file [LICENSE](LICENSE) in this repository.
Linus Kohl, <[email protected]>