Metadata-Version: 2.1
Name: irelia
Version: 0.0.7
Summary: A lolesports api wrapper
Home-page: https://github.com/bgraver/Irelia
Author: Brandon Graver
Author-email: graver.brandon@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/bgraver/Irelia
Project-URL: Original API, https://vickz84259.github.io/lolesports-api-docs/
Keywords: api,lol,league of legends,lolesports,esports,wrapper
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: requests

# Irelia
A python wrapper for the Lolesports api that can be found here: https://vickz84259.github.io/lolesports-api-docs/.
With the exception of some functions that aren't in the original api, all of these functions have their functionality explained in the link above.

Current Functionality:
- Leagues
  - getLeagues()
  - getTournamentFromLeague(leagueId)
  - getStandings(tournamentId)
- Events
  - getSchedule(leagueId, pageToken=None)
  - getFullSchedule(leagueId, current=True)
  - getEventDetails(matchId)
  - getCompletedEvents(tournamentId)
- Teams
  - getTeams(teamId)
  - getAllTeams()
- Match Details
  - getWindow()

To Do: 
- Leagues:
- Events: 
  - getGames()
  - getLive()
- Teams:
- Match Details:
  - getFullGameWindow()
  - getDetails()

