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.7.tar.gz
(5.2 kB
view details)
File details
Details for the file nyt-docket-0.0.7.tar.gz.
File metadata
- Download URL: nyt-docket-0.0.7.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b2792586d4e6b6f906f32cf0e632cc099cf823f81f847d3ec061599b31e5c42
|
|
| MD5 |
6e34f5ffa52e1dc318595af57d58f775
|
|
| BLAKE2b-256 |
91b55f944944c36fe5aa1285c817c0116d7bbceff4b777ad9ebab610b8219171
|