Official Python SDK for PlayCaller — real-time sports data and ML signals
Project description
PlayCaller Python SDK
Official Python SDK for the PlayCaller sports data API — real-time injury signals, player stats, game scores, and AI-powered ML signals for NFL, MLB, NBA, CFB, and soccer.
Installation
pip install playcaller-sdk
Quick Start
from playcaller import PlaycallerApi
client = PlaycallerApi(api_key="pc_sbx_your_key_here")
# Injury signals
injuries = client.intelligence.get_intelligence_injuries(sport="nfl", severity="high")
# NFL players
players = client.nfl.list_nfl_players(team="KC", position="WR")
# MLB games today
games = client.mlb.list_mlb_games(date="today")
Get an API Key
14-day free sandbox at playcallerapp.com/developer — no credit card required.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file playcaller_sdk-0.1.0.tar.gz.
File metadata
- Download URL: playcaller_sdk-0.1.0.tar.gz
- Upload date:
- Size: 60.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03b76180a265d27995a1b27b91bf215c780a0125bb4add20d196c6ed837054ff
|
|
| MD5 |
c994ddceef304be9cb9cf32c51e433d8
|
|
| BLAKE2b-256 |
5f6586d101630abece7e0a96a6e72cddf98766010ad72b71b433ebc7e2b7142c
|
File details
Details for the file playcaller_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: playcaller_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 140.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
026d3cf47174a2eda10efa403c92363492c4b88df53fe14980215fcc40f8df1a
|
|
| MD5 |
d5fa978019c7c1c2aeebc5e97890df5e
|
|
| BLAKE2b-256 |
60a64fcc7a74d29c9e64a74859114f3c809fcd5aa0e331dce7eb5d4a1d8a08b1
|