USPTO Open Data Portal Client
Project description
Python wrapper for the Beta USPTO Open Data Portal (ODP)
Simple, lightweight python client library to support access to the USPTO Open Data Portal (ODP)
| Python Version | Build Status |
|---|---|
| 3.9 | |
| 3.10 | |
| 3.11 | |
| 3.12 | |
| 3.13 |
From the USPTO as of November 27, 2024: "The new Open Data Portal (ODP) is launching soon, informed by the Developer Hub (Open Data Portal beta) and real customer feedback. The first iteration will include patent data and improved functionality previously found on Patent Examination Data System (PEDS)."
This library is designed to support access to the ODP and is built on top of the existing USPTO Developer Hub API.
This library is not designed to be a full-featured ORM or database mapper. It is designed to be a simple, easy-to-use library for accessing the USPTO API with limited dependencies.
Currently, the ODP is in beta and this library is subject to change as the API evolves.
However, this library will seek to maintain backwards compatibility as much as possible as the ODP evolves.
Note: You must have an API key to use this library. You can learn more about how to get an API key at USPTO Developer Hub. For up-to-date USPTO information regarding updates to the Open Data Portal, please visit USPTO Open Data Portal.
Installation
Prerequisites
- Python 3.9 or higher
- pip (Python package installer)
From PyPI (Recommended)
pip install uspto_odp
From Source
- Clone the repository:
git clone https://github.com/KennethThompson/uspto_odp.git
cd uspto_odp
- Install the package in development mode:
pip install -e .
Development Installation
If you plan to contribute or modify the code, install with development dependencies:
pip install -e ".[dev]"
API Key Required
Before using the library, you'll need to obtain an API key from the USPTO Developer Hub. Visit USPTO Developer Hub to request your API key.
Verify Installation
You can verify the installation by running:
import uspto_odp
print(uspto_odp.__version__)
Usage
To be completed at a later date.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uspto_odp-0.0.2-py3-none-any.whl.
File metadata
- Download URL: uspto_odp-0.0.2-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f428c758388f84b6bbeac68d2a99e82c54296873a6f75a36de742db2cffd28b
|
|
| MD5 |
3686cebc08f0e4deab63ad46a1a1a3a7
|
|
| BLAKE2b-256 |
95a0399928668bdcfaa0cfcaff813a66cb0584c5d65f90b53f4ecb46a64dbe47
|