PyScorecard
PyScorecard is an unofficial Python library for interacting with the US Department of Education’s College Scorecard API.
Installation
Use the package manager pip to install PyScorecard.
pip install PyScorecard
Usage
from PyScorecard import PyScorecard
scorecard = PyScorecard()
scorecard.set_api_key("YOUR_API_KEY_HERE")
scorecard.set_year("2015")
scorecard.add_filter("school.degrees_awarded.predominant","=",["2","3"])
scorecard.add_field("school.name")
scorecard.add_field("ope6_id")
scorecard.add_fields(["cost.tuition.in_state","cost.tuition.out_of_state"])
data = scorecard.fetch_all()
License
Release files for PyScorecard 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyScorecard-0.2.1.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| PyScorecard-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.8 kB
Release files / PyScorecard-0.2.1.tar.gz
| Download URL | PyScorecard-0.2.1.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb15a7c10036f313d9beb7219e12af855f70c30c1ebc837db749133f5a25ca67
|
|
BLAKE2b-256 checksum How to use checksums |
e55946d1325f1baac4e12110b7e049c1d51ce06aa1e35e049126cc7a04b7d27b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.4
|
Release files / PyScorecard-0.2.1-py3-none-any.whl
| Download URL | PyScorecard-0.2.1-py3-none-any.whl |
|---|---|
| Size | 15.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
25aab84065edb71477f8e2dc6cd5bc09d16807af0ff35170624b54ff5f607555
|
|
BLAKE2b-256 checksum How to use checksums |
62e288ec68b4db696469e0239b405d21a7c1692a9596f621688585dce98ec30d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.4
|