Metadata-Version: 2.1
Name: cog-nba
Version: 0.0.8
Summary: A wrapper over the stats.nba.com API which builds in caching of GET queries.
Home-page: https://andryo.co
Author: Andryo Marzuki
Author-email: stabbish@gmail.com
License: UNKNOWN
Description: # Cache-or-GET NBA Wrapper
        
        This is a simple wrapper over the stats.nba.com API which caches requests made.
        
        Visit my [Personal Website](https://andryo.co) for other projects.
        
        # Dependencies
        
        This project uses `requests` and `sqlalchemy`
        
        # Instructions
        
        ```
        pip install cog_nba
        ```
        
        # Available Commands
        
        The following command scan be used at this stage.
        
        `cog_nba.nba.get_current_players()`
        
        `cog_nba.nba.get_all_players()`
        
        `cog_nba.nba.get_player_career_data(player_id)`
        
        Alternatively, you can access any given endpoint by using:
        
        `cog_nba.nba.get(endpoint, params)`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
