Python client for parsing SCOTUS cases from the granted/noted and orders dockets.
Project description
Getting started
pip install nyt-docket
Using nyt-docket
Demo app
Run the demo app.
python -m docket.demo
Modules
Use the docket loader manually from within your Python script.
Grants (new cases)
from docket import grants g = grants.Load() g.scrape() for case in g.cases: print case.__dict__
Slip opinions (decisions)
from docket import slipopinions o = slipopinions.Load() o.scrape() for case in o.cases: print case.__dict__
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size nyt-docket-0.0.7.tar.gz (5.2 kB) | File type Source | Python version None | Upload date | Hashes View hashes |