Public Access to Court Electronic Records (PACER) API client library written in Python.
- Python 3.11+
- A valid PACER account (QA or production)
pip install -U pacersdk
git clone https://github.com/mcpcpc/pacersdk
cd pacersdk/
python -m venv venv
source venv/bin/activate
pip install -e .
See the full documentation at: https://mcpcpc.github.io/pacersdk
This project is licensed under the terms of the BSD 3-Clause License. See LICENSE for details.