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 | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nyt-docket-0.0.5.tar.gz
(3.6 kB
view details)
File details
Details for the file nyt-docket-0.0.5.tar.gz.
File metadata
- Download URL: nyt-docket-0.0.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37a6a87d21d2f24d060a0eef30814443cd2b6f5353bf7c938f097e62542b3ed1
|
|
| MD5 |
672b26ccd7172454a8aaac284b54a322
|
|
| BLAKE2b-256 |
433540289374c6d61f1f7c026fc058d487a56f2260c8602c628f6b35f49fbef3
|