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.3.tar.gz
(3.1 kB
view details)
File details
Details for the file nyt-docket-0.0.3.tar.gz.
File metadata
- Download URL: nyt-docket-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b43fe11994d19cd929c2c4c39530770a080ad4f014dd3d3e089bf0ff802d8771
|
|
| MD5 |
9690bcdc7221fcef470036921605f9a2
|
|
| BLAKE2b-256 |
081d6aa21b43f8118b10af58b12b22cc3c37ac130174de91c273b079b17fcdf4
|