A Python library providing a comprehensive database of US federal and state courts, including names, jurisdictions, and metadata. Current version 0.10.27, released with periodic updates.
pip install courts-dbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate a Court object and query all courts. The library provides an ORM-like interface.
Initialize the database by calling 'courts-db init' in the terminal or using the package's CLI before querying.
Use 'courts_db.data.court_data' instead.
Update imports: 'from courts_db.data import court_data'.