Skip to content

Docket Analyzer

Docket Analyzer is a AI toolkit for working with federal court dockets.

Install docketanalyzer with pip:

pip install 'docketanalyzer[all]'

Then run the interactive configuration script:

da configure

Alternatively, you can install just the core package and/or specific extensions:

pip install docketanalyzer
pip install 'docketanalyzer[pacer]'