Metadata-Version: 2.1
Name: nba-api
Version: 1.0.4
Summary: An API Client package to access the APIs for NBA.com
Home-page: https://github.com/swar/nba_api
Author: Swar Patel
Author-email: swar.m.patel@gmail.com
License: MIT
Description: [![PyPi](https://img.shields.io/pypi/v/nba_api.svg?longCache=true&style=for-the-badge)](https://pypi.python.org/pypi/nba_api) [![PyPi](https://img.shields.io/pypi/l/nba_api.svg?longCache=true&style=for-the-badge)](https://pypi.python.org/pypi/nba_api)
        
        # nba_api
        
        ##### Current Version: v1.0.4
        
        `nba_api` is an API Client for `www.nba.com`. This package is meant to make the API Endpoints more accessible and to provide extensive documentation.
        
        The APIs on `www.nba.com` are largely undocumented and changes frequently.
        
        Please feel free to contribute and have an open discussion regarding improvements and additional APIs to be mapped.
        
        #### Mapped API Clients
        
        1. `stats.nba.com` - `stats`
        
        
        ## Installation
        ```commandline
        pip install nba_api
        ```
        
        ## Required and Optional Packages
        
        - [requests](http://www.python-requests.org/en/latest/)
        - [pandas](https://pandas.pydata.org/) `optional`
        
        
        ## Endpoint Analysis
        A major purpose of this package is to map and analyze as many endpoints on NBA.com as possible. The documentation and analysis on the Endpoints and Parameters found in this package is some of the most extensive information available on these largely undocumented Endpoints. Please open an issue with any additional Endpoints/APIs. 
        
        [Endpoint Analysis JSON _for use with other clients_](https://github.com/swar/nba_api/tree/master/analysis_archive/stats)
        
        ## Usage Examples
        - [`stats.nba.com`](https://github.com/swar/nba_api/tree/master/docs/nba_api/stats/examples.md)
        
        
        ## Documentation
        
        - [Table of Contents](https://github.com/swar/nba_api/tree/master/docs/table_of_contents.md)
        
        - [Package Structure](https://github.com/swar/nba_api/tree/master/docs/package_structure.md)
        
        - Stats [`stats.nba.com`](https://github.com/swar/nba_api/tree/master/docs/nba_api/stats/endpoints)
            - [Endpoints Documentation](https://github.com/swar/nba_api/tree/master/docs/nba_api/stats/endpoints)
            - Static
                - [players.py](https://github.com/swar/nba_api/tree/master/docs/nba_api/stats/static/players.md)
                - [teams.py](https://github.com/swar/nba_api/tree/master/docs/nba_api/stats/static/teams.md)
Keywords: nba api sports data basketball stats
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
