Skip to main content

A python library for collegescorecard.ed.gov

Project description

scorecard

A python library for collegescorecard.ed.gov

Getting Started

Before you do anything, you're going to need an API key. You can apply for one here.

Then import the ScoreCard class.

from scorecard.api import ScoreCard

Create a ScoreCard instance.

sc = ScoreCard(API_KEY='your api key')

Search for a college

colleges = sc.search('Howard')

search() will return a list of College objects.

You can also search for a specific college using it's id.

howard = sc.search(id=131520)

For further information you can read the documentation

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

college-scorecard-1.3.tar.gz (5.3 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