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.2.tar.gz
(5.1 kB
view details)
File details
Details for the file college-scorecard-1.2.tar.gz.
File metadata
- Download URL: college-scorecard-1.2.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
811e25ad553c57a1cb6cca69d81ce4814f87bf42ffebfc9eb6292420956b72dd
|
|
| MD5 |
9ae79211a8f9ed1744bbcdf0c6bd9748
|
|
| BLAKE2b-256 |
db35c5665e505d6970f5c03ac3b3c9e9473e8a6e6911117677c3e1e4c49f5350
|