Players 
==============

Allows you to access data related to Players.

Use the below import to use PlayerData class

:code:`from fpldata import PlayerData`

Create an instance of the class and then use the methods.

Example:

::
   
   p = PlayerData()
   
   print(p.all_player_info())

.. automodule:: fpldata.Players
   :members:
   :undoc-members:
   :show-inheritance:
