Metadata-Version: 2.1
Name: fpl
Version: 0.6.1
Summary: A Python wrapper for the Fantasy Premier League API
Home-page: https://github.com/amosbastian/fpl
Author: amosbastian
Author-email: amosbastian@gmail.com
License: MIT
Project-URL: Documentation, http://fpl.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/amosbastian/fpl
Keywords: fpl fantasy premier league
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: colorama
Requires-Dist: PTable
Requires-Dist: appdirs
Requires-Dist: aiohttp
Requires-Dist: pytest-aiohttp
Requires-Dist: pytest

<p align="center">
  <a href="https://fpl.readthedocs.io/en/latest/">
    <img src="https://i.imgur.com/ao1t2qN.png">
  </a>
</p>

<p align="center">
    A Python wrapper around the Fantasy Premier League API
    <br>
    <br>
    <a href="https://travis-ci.org/amosbastian/fpl" alt="Build">
        <img src="https://travis-ci.org/amosbastian/fpl.svg?branch=master"/></a>
    <a href="https://fpl.readthedocs.io/en/latest/" alt="Documentation">
        <img src="https://readthedocs.org/projects/fpl/badge/?version=latest" /></a>
    <a href="https://utopian.io/" alt="Utopian.io">
        <img src="https://img.shields.io/badge/Supported%20by-Utopian.io-%23B10DC9.svg"/></a>
    <a href="https://pypi.org/project/fpl/" alt="Version">
        <img src="https://badge.fury.io/py/fpl.svg"/></a>
    <a href="https://pypi.org/project/fpl/" alt="Python version">
        <img src="https://img.shields.io/badge/Python-3.6%2B-blue.svg"/></a>
    <a href="https://pepy.tech/project/fpl" alt="Downloads">
        <img src="https://pepy.tech/badge/fpl"></a>
</p>

## Installing fpl

The recommended way to install fpl is via ``pip``.

    pip install fpl


## Contributing

Proper contributing guidelines will be added soon.

## Documentation

Documentation and examples for `fpl` can be found at http://fpl.readthedocs.io/en/latest/.


