Metadata-Version: 1.1
Name: nfl-statistic-book
Version: 1.0.1
Summary: Python application that retrieves information from MySportsFeed API based on NFL teams
Home-page: https://github.com/kalebswartz7/nfl-statistic-book
Author: Kaleb Swartz
Author-email: kalebswartz7@gmail.com
License: UNKNOWN
Description: ==================
        nfl-statistic-book
        ==================
        
        .. image:: https://readthedocs.org/projects/nfl-statistic-book/badge/?version=latest
           :target: https://nfl-statistic-book.readthedocs.io/en/latest/?badge=latest
        
        
        
        Python application that retrieves information from MySportsFeed API based on NFL teams
        
        Note: User must have login credentials for MySportsFeed_ and add them to a separate file "secret.txt" for full access
        
        .. _MySportsFeed: https://www.mysportsfeeds.com/data-feeds
        
        
        Features
        --------
        
        * Collect NFL Team data from the MySportsFeed API
        * Ability to see any team's upcoming schedule as well as current roster 
        * Easy to use text-based interface 
        
        * Player search coming soon :)
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-06-13)
        ------------------
        
        * First release on PyPI.
        
Keywords: nfl_statistic_book
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
