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.4.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file college-scorecard-1.4.tar.gz
.
File metadata
- Download URL: college-scorecard-1.4.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1da29595a2f5bfa4b910f1341424db456ac77db4a1af1d20bde69a8126a2d371
|
|
MD5 |
bb7aebe925d01cd7fff21341c05514b6
|
|
BLAKE2b-256 |
a832c79f9264dd1ddd286d31c88bb7ad313c32b9e1d1aadd895d092600cae7cc
|
File details
Details for the file college_scorecard-1.4-py3-none-any.whl
.
File metadata
- Download URL: college_scorecard-1.4-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ea7b4ac6bcd3005ff7d8aeda00c9ff8a8398529cb07ba968dca4ec5a560ad345
|
|
MD5 |
48672773adbca23c41ed7d080cf87903
|
|
BLAKE2b-256 |
d60fcb2a87ae901975d51161fa66f9130c9ad8c622c4a5fe217bf317b93e2c04
|