Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Latest commit

 

History

History
81 lines (56 loc) · 2.72 KB

README.rst

File metadata and controls

81 lines (56 loc) · 2.72 KB

PyPI Travis PyPI Documentation Status |Join the chat at https://gitter.im/seemethere/nba\_py|

nba_py - `stats.nba.com <http://stats.nba.com>`__ API for python

Stable version: v0.1a1

This branches version: v0.1a2

Summary

A python facing API for stats.nba.com (Still in heavy development)

Originally based off https://github.com/bradleyfay/NBAStats

Installation

NOTE: Developmental builds, are by no means stable If you want the stable version use:

$ pip install nba_py

Else: - Download from source (git clone, zipped package) - Run from the root directory:

$ pip install .

Requirements Requires.io

Nice to have

Pandas is nice to have because it'll put the data in an easy to manage object, but it is by no means necessary. All data, if pandas is not installed is returned in a nice json list format with headers! - pandas (Installation Help)

Completed work

Planned development

1. Documentation

  • All around documentation not only of nba_py but also stats.nba.com (it's pretty nonexistent)

[STRIKEOUT:2. Map rest of API] (Completed)