Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 752 Bytes

README.rst

File metadata and controls

50 lines (30 loc) · 752 Bytes

googlepatentscraper

Note: This client is not affiliated with Google

Table of Contents

Install

Install with pip:

`sh pip install googlepatentscraper `

Usage

Load document from google patents

from googlepatentscraper.document import Document

patent = Document("US8400417B2")
pprint(patent.data)

License

This code is distributed under the terms of the GPLv3 license. Details can be found in the file [LICENSE](LICENSE) in this repository.

Package Author

Linus Kohl, <[email protected]>