Skip to main content

A project taking USPTO bulk patent data and converting it to rectangular format

Project description

patentpy: Access USPTO data in Rectangular Format

CI status
Linux Travis Build Status
code coverage codecov

License: MIT Downloads

Overview

The patentpy package allows easy access to USPTO (United States Patent and Trademark Office) bulk patent data in rectangular format. By downloading, converting, and storing patent data directly from the USPTO website, patentpy minimizes the work needed to acquire usable data, allowing users to focus on analyzing the data. The R version of this can be found at https://github.com/JYProjs/patentr.

Installation

# install from PyPI
pip install patentpy

# To install development version
# clone repository then run follow code from its parent directory
pip install ./patentpy

Note: This package utilizes pybind11 to wrap a custom txt parser written in C++ code, lxml to parse xml files, and pandas for the option of presenting uspto bulk data as a dataframe.

Sample code

Bulk patent data in TXT or XML format (1976+) can be downloaded using the year and week (within each year) as follows:

# import get_bulk_patent_data functionality
from patentpy.acquire import get_bulk_patent_data


# download patents from the first week of 1976 and get data frame
patent_data = get_bulk_patent_data(year = 1976, week = 1)

# download patents from the last 5 weeks of 1980
# and store in a CSV file named "patent-data.csv"
# Note: uspto patent data is reported on Tuesdays and 1980
# has 53 Tuesdays, hence, 53 weeks worth of data
get_bulk_patent_data(year = [1980]*5, week = range(49,54), output_file = "patent-data.csv")

Functionality

Data collected for each patent

  • unique identifier (patent number - WKU)
  • application date
  • patent issue date
  • patent title
  • inventor name(s)
  • assignee name(s)
  • ICL classification (IPC or Locarno)
  • referenced patent numbers
  • claims

API Documentation

https://jyprojs.github.io/patentpy/index.html

Contribute

To contribute to patentpy, you can create issues for any bugs/suggestions on the issues page. You can also fork the patentpy repository and create pull requests to add features you think will be useful for users.

Citation

Yu J, Wadhwa RR, Beltz H, Desai MY, Scott JG, Érdi P. patentpy: Access USPTO Bulk Data in Rectangular Format. 2021; Python package version 0.1.0. URL https://github.com/JYProjs/patentpy.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

patentpy-0.1.4.tar.gz (14.7 kB view details)

Uploaded Source

File details

Details for the file patentpy-0.1.4.tar.gz.

File metadata

  • Download URL: patentpy-0.1.4.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.2 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for patentpy-0.1.4.tar.gz
Algorithm Hash digest
SHA256 26ece6427b114556acede1a552e481b85902cbf8baa8e5b2f5d5595a249be143
MD5 0b93053a3344aa589756aa3cc61823c1
BLAKE2b-256 b23a6ad5d900ad4bf388b0146e784446c3b8c49eda1a66f60b58fc577f91e814

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page