Python client for parsing SCOTUS cases from the granted/noted and orders dockets.
Project description
Getting started
Run the demo app.
python -m docket.demo
Use the docket loader manually from within your Python script.
from docket import grants
g = grants.Load()
g.scrape()
for case in g.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.1.tar.gz
(2.6 kB
view details)
File details
Details for the file nyt-docket-0.0.1.tar.gz
.
File metadata
- Download URL: nyt-docket-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e438515b1dfef013521159b24e43c3045787802f00693f19bb5d7f6512c01f26 |
|
MD5 | 0ceabbb2fc4afeb4768a195eacba1794 |
|
BLAKE2b-256 | b762dac3fe23f68c42bfb8203052459e7479eca985bbf85eefcef27eed4295b9 |