Metadata-Version: 2.1
Name: fplcli
Version: 0.1.2
Summary: A CLI tool for Fantasy Premier League
Home-page: https://github.com/janerikcarlsen/fpl-cli
Author: Jan-Erik Carlsen
Author-email: jan.erik.carlsen@gmail.com
License: UNKNOWN
Project-URL: Docs, https://pypi.org/project/fplcli/
Project-URL: Source, https://github.com/janerikcarlsen/fpl-cli
Description: [![Build Status](https://travis-ci.org/janerikcarlsen/fpl-cli.svg?branch=master)](https://travis-ci.org/janerikcarlsen/fpl-cli)
        [![Python Versions](https://img.shields.io/pypi/pyversions/fplcli.svg)](https://pypi.org/project/fplcli)
        
        # fpl-cli
        FPL CLI is a command line tool for Fantasy Premier League, written in Python. 
        The tools integrates with Fantasy Premier League API, and provides the following features directly to your terminal window: 
        ```
        fpl                     (Get the help menu)
        fpl configure           (Input your team_id as found in the URL of your points status on fantasy.premierleague.com)
        fpl points              (Get the live points for your team, player and team scores are updated live)
        fpl leagues             (Get the leagues you participate in)
        fpl league <id>         (Get league information about a league by league_id)
        fpl liveleague <id>     (Get live updated league information about a league by league_id)
        fpl entry               (Get your team/user information)
        fpl players             (Get information about all players that are available for selection)
        ```
        
        # Installing 
        FPL CLI has been tested with Python versions 2.7, 3.4, 3.5, 3.6 and 3.7.
        In a terminal window where Python is installed (Verify Python version with `python --version`): 
        ```
        pip install fplcli
        ```
        then proceed to use FPL CLI starting with 
        ```
        fpl configure
        ```
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment
Description-Content-Type: text/markdown
