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
Release files for college-scorecard 1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| college-scorecard-1.4.tar.gz | 5.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| college_scorecard-1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:11.5 kB
Release files / college-scorecard-1.4.tar.gz
| Download URL | college-scorecard-1.4.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1da29595a2f5bfa4b910f1341424db456ac77db4a1af1d20bde69a8126a2d371
|
|
BLAKE2b-256 checksum How to use checksums |
a832c79f9264dd1ddd286d31c88bb7ad313c32b9e1d1aadd895d092600cae7cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|
Release files / college_scorecard-1.4-py3-none-any.whl
| Download URL | college_scorecard-1.4-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ea7b4ac6bcd3005ff7d8aeda00c9ff8a8398529cb07ba968dca4ec5a560ad345
|
|
BLAKE2b-256 checksum How to use checksums |
d60fcb2a87ae901975d51161fa66f9130c9ad8c622c4a5fe217bf317b93e2c04
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|