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.2.tar.gz
(3.0 kB
view details)
File details
Details for the file nyt-docket-0.0.2.tar.gz
.
File metadata
- Download URL: nyt-docket-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06367ae7e3ee4d289d13347bf7db4a05375b13e52ffcd871d28a713c016b9d94 |
|
MD5 | d24b77cf6440794f17bf28529b5a5389 |
|
BLAKE2b-256 | 006cc841952533ea7ab8090fe77bbb3656816f01e91e2bdd64287aa9f206c7d0 |