Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page