Metadata-Version: 2.1
Name: draft-kings
Version: 3.1.0
Summary: A client to access data on draftkings.com
Home-page: https://jaebradley.github.io/draftkings_client
License: MIT
Keywords: Daily Fantasy Sports,DraftKings
Author: Jae Bradley
Author-email: jae.b.bradley@gmail.com
Maintainer: Jae Bradley
Maintainer-email: jae.b.bradley@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: marshmallow (>=3.9.1,<4.0.0)
Requires-Dist: marshmallow-enum (>=1.5.1,<2.0.0)
Requires-Dist: requests (>=2.20.0,<3.0.0)
Project-URL: Documentation, https://jaebradley.github.io/draftkings_client
Project-URL: Repository, https://github.com/jaebradley/draftkings_client
Project-URL: issues, https://github.com/jaebradley/draftkings_client/issues
Project-URL: pull_requests, https://github.com/jaebradley/draftkings_client/pull_requests
Description-Content-Type: text/markdown

![GitHub Actions](https://github.com/jaebradley/draftkings_client/workflows/DraftKings%20Client/badge.svg?branch=v3)
![codecov](https://codecov.io/gh/jaebradley/draftkings_client/branch/v3/graph/badge.svg)
![PyPI](https://img.shields.io/pypi/v/draft_kings.svg)

# DraftKings Python Client

## Introduction

To the best of my knowledge, **DraftKings** does not have an "official", well-documented public-facing API.

Instead, they have various **HTTP** endpoints that do not require authentication (so are "public" in this manner).

These "public" endpoints allow one to fetch data for various resources including contests for a specific sport, or
players that are draftable for a given contest (as well as relevant metadata).

As **DraftKings** makes no guarantees about it's "public" API, this client makes no guarantees that the existing API 
methods will work consistently.

## Documentation

For documentation about package installation as well as the client's API, please see 
[the documentation site](https://jaebradley.github.io/draftkings_client).

