Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

IPStreet/PythonSDK

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python Wrapper for the IP Street API

IP Street is a patent data and analytics API service. It enables users to integrate patent data and analytical algorithms into their applications without the need to build or manage the significant infrastrucutre required to do so well.

Usage

Install

pip install IPStreet

Instantiate a Client

client = client.Client(apikey=apikey, api_version=api_version)

Instantiate a Query

query = query.PatentData()

Add Parameters to your Query

query.add_keywords('battery')
query.add_owner('Tesla Motors')

Send your Query with the Client

results = client.send(query)

Best Practices

Break large queries into smaller queries and write the to disk as they complete. If you query response is too large, your local device will run out of memory causing a parsing error. The definition of "large queries" in this context is dependant on you local machines memory availability.

About

An SDK for interacting with the IP Street API in Python

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.