riotwatcher

View on PyPIReverse Dependencies (3)

3.3.0 riotwatcher-3.3.0-py3-none-any.whl

Wheel Details

Project: riotwatcher
Version: 3.3.0
Filename: riotwatcher-3.3.0-py3-none-any.whl
Download: [link]
Size: 59370
MD5: b0558314d7f1a5d3074bae3436ccec22
SHA256: d35ce6d2a8b49b80f16ba2c6287dfe2ef8f4ba1313e19b30a88af356991a6123
Uploaded: 2024-04-09 08:22:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: riotwatcher
Version: 3.3.0
Summary: RiotWatcher is a thin wrapper on top of the Riot Games API for League of Legends.
Author: AG Stephan
Home-Page: https://github.com/pseudonym117/Riot-Watcher
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Games/Entertainment :: Real Time Strategy
Classifier: Topic :: Games/Entertainment :: Role-Playing
Requires-Dist: requests
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: tox; extra == "dev"
Provides-Extra: dev
License-File: LICENSE
[Description omitted; length: 15895 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
riotwatcher/Deserializer.py sha256=HY23Y3thiMKkkY25YrUW24R-6PuXe0SINoV9iQu5DJM 186
riotwatcher/LolWatcher.py sha256=JWM1dGYhdIPhwd_yBltwnPDfSMRjdmSr9ZZcbS4HijA 7552
riotwatcher/LorWatcher.py sha256=XdIrbEAnvRt1TGeG5ggu_68Dqz94N4UUCUoe7WloUAw 2403
riotwatcher/RateLimiter.py sha256=sQk0doXkuqRY_dZox8L17ZL9MQcz985IijzMKL8OfnA 464
riotwatcher/TftWatcher.py sha256=sMeH1d2vXzeyG7yi1KSXtBko8NGh5zQEa8OxnKOlM6A 2663
riotwatcher/ValWatcher.py sha256=FA0OP81RoCjUq-Mb1X6YnCxxGNbzfdNbUWB8mVhRU6k 2357
riotwatcher/__init__.py sha256=e6489xhxF81C7_k7IVYyt4OM8P5Wom67mUfflc2POO0 609
riotwatcher/__version__.py sha256=tpP4RixdG7XjNKl6b3PUUQ8q1rREMR5r556K3Qcsj7U 76
riotwatcher/exceptions.py sha256=Jvar5tsulFQzKjqFh7MGuQ4G1ilWEhc1XKU4XySigXg 271
riotwatcher/riotwatcher.py sha256=f1hQGoTUAEKRYT90uRFIEtDt5yeZAuUZD4JtXzrKoQE 2121
riotwatcher/Handlers/DeprecationHandler.py sha256=Ql7KmWz7-ZS00Jhy5JpMrxsJJKYr5sHWiFQu6DjIIP4 1372
riotwatcher/Handlers/DeserializerAdapter.py sha256=jjhMOyVYVS5pKLOe_GVqzesEQ3AJvQI_0qeipHzj5Yc 713
riotwatcher/Handlers/DictionaryDeserializer.py sha256=6wh2JZ0EJ4FtVYgighQy6P3yP1yBn82kKZgrArC8NCk 258
riotwatcher/Handlers/IllegalArgumentError.py sha256=NA0otkjuIKIhhf_JgeN-fR6z6sU5P7tuy_lnvB5SsYg 373
riotwatcher/Handlers/RateLimiterAdapter.py sha256=9OziL2fDEgYpFq47Ogl854oVEgWMJt4qsC22L6ngxxA 2187
riotwatcher/Handlers/RequestHandler.py sha256=fVtvtAfqbTiKZX-kMbbuWS6qP8mAyBiySSKJO7_w3Lo 1841
riotwatcher/Handlers/SanitationHandler.py sha256=NfDrcBBQB9YasdD2jhB5zRdMsE7GInJOBtiR9SCZR3k 1221
riotwatcher/Handlers/ThrowOnErrorHandler.py sha256=88L9kM4ar0E2lE6zyEZO1SdDzh6CwklYc4eUPj-L2lY 495
riotwatcher/Handlers/TypeCorrectorHandler.py sha256=Rs4HiYrVDoPswARz9Qm1OFONzjfgKNk32Hxqr59jl08 1562
riotwatcher/Handlers/__init__.py sha256=lZZDYPcizgQ8AiaS7Ol8Rffok6nSPnBByv_xKEiEF30 480
riotwatcher/Handlers/RateLimit/ApplicationRateLimiter.py sha256=QWIRRdOfmXhpfcPPpBNPQsXq0ix5ndBK1gyoEKwgqPc 327
riotwatcher/Handlers/RateLimit/BasicRateLimiter.py sha256=dy8HxWEjelsNCb01z80VvyJDwfMVUx4vfN8vvrtjrrM 1851
riotwatcher/Handlers/RateLimit/HeaderBasedLimiter.py sha256=tkFRx2mFjr8epIEtGN7AW_WdKOdo1z_a2rMDAQlFj0A 3852
riotwatcher/Handlers/RateLimit/InternalLimiter.py sha256=xswKQ4VaRWDY2XcqZnQXG8f1vQdDeCBZV05677HmD_U 447
riotwatcher/Handlers/RateLimit/Limits.py sha256=iupFDNaizmJwunsxwkt5C5hjPF1vq_Lc7TCkLsiBMC4 4032
riotwatcher/Handlers/RateLimit/MethodRateLimiter.py sha256=IcUKpbRwiW8CgSkjNPlN_14bvow1SNBV7_w02y3gUJg 353
riotwatcher/Handlers/RateLimit/OopsRateLimiter.py sha256=mwk1gm0KrxygXBlxrwOwMDyMLvnpXezy5oBNMYLLLmw 1527
riotwatcher/Handlers/RateLimit/__init__.py sha256=GUUG4cjcrZedxdt3YFxFdTyYr3DBr7HMNrR9ejNmC58 544
riotwatcher/_apis/BaseApi.py sha256=fT42toO0Xkkn-g29t2D-TI-q9nFq2PZ8rVQsSzAkTdk 2687
riotwatcher/_apis/Endpoint.py sha256=Mqtia8Zas70-yBHp1ZAYqXsiSr2AuE47ofGHm-AGRns 744
riotwatcher/_apis/NamedEndpoint.py sha256=xodAogi2-t011Hj1wHougjkV_hzd_0WZnDBNgGfSHvA 1437
riotwatcher/_apis/UrlConfig.py sha256=pagCJJ_JxwTsSd4BO4x4ndnBKDR48Eah3poiQsaavgU 284
riotwatcher/_apis/__init__.py sha256=vUZzU7NCLaOj6KmUZcGsHRRwJ64LyMGpRRJxmWFxXcA 442
riotwatcher/_apis/helpers.py sha256=j3BiLvPcvX7ZbFwXSTKW9K48ewsZqF0oVCGipZhwdGw 1274
riotwatcher/_apis/league_of_legends/ChallengesApiV1.py sha256=7uRYnkmaMOuxW_oIkyFRtur78vogzrsO_szP7CciJYI 3680
riotwatcher/_apis/league_of_legends/ChampionApiV3.py sha256=S9W_qXRPbn0vBmikhWZzf55PCIao4j_YNUO8n5BDwG0 909
riotwatcher/_apis/league_of_legends/ChampionMasteryApiV4.py sha256=J45LfOC1sPJAQBmH4-DtSQNRfqCx3XCzE26Hn9Q1Lm4 3329
riotwatcher/_apis/league_of_legends/ClashApiV1.py sha256=Yrg7rZGYzVvpyNnyxU_nZW9Exla-Ezs5pII5Xp46fdU 3285
riotwatcher/_apis/league_of_legends/DataDragonApi.py sha256=WAo-XkgxXBOxSH1LuCpwvvwosIguJk7WlbCJv2s-vIA 2044
riotwatcher/_apis/league_of_legends/LeagueApiV4.py sha256=Lt5qa2ee0_H3G4t0jfUnmDIgyzI4JyMwCG2YRVyee_k 3875
riotwatcher/_apis/league_of_legends/LolStatusApiV3.py sha256=jsjPSYcj5KQf_uXOQERb4BNQ3Huksq2lwWoeL3WwXXA 1024
riotwatcher/_apis/league_of_legends/LolStatusApiV4.py sha256=78ySFh-YDC8_W2PugVEGPAIegVxytXoa1xLi223uBUE 1039
riotwatcher/_apis/league_of_legends/MatchApiV5.py sha256=BO302i_wTtLe1QjmSQ5T27deXeL0KmBp6dJ5ndPlZM0 3729
riotwatcher/_apis/league_of_legends/SpectatorApiV5.py sha256=wAmCBb1x7tEaRDbm33S5ALyC-iI80cjgmdGr7YNVlbg 1474
riotwatcher/_apis/league_of_legends/SummonerApiV4.py sha256=dj36N8z1SPE85T_taNhPpqg-oNb71zbmQn07gSMk9MU 2623
riotwatcher/_apis/league_of_legends/__init__.py sha256=FW4ZzsPgzfIi2S5Xy-ODcChcfQuIxtTzYN6oDtbnhNA 458
riotwatcher/_apis/league_of_legends/urls/ChallengesApiV1Urls.py sha256=olo2ok_CH6qeJaVfRoMQ2_Ljzoua_tMTo7W9U_tTYpM 721
riotwatcher/_apis/league_of_legends/urls/ChampionApiUrls.py sha256=LWkC33Y23woSIekZvsmx8FT8Ce5kE3li73WMrxnQ8bQ 136
riotwatcher/_apis/league_of_legends/urls/ChampionMasteryApiUrls.py sha256=muy1TjDGMWFrsKD-Kv3Ja53FP7MjW6tiH4E84raH-4o 656
riotwatcher/_apis/league_of_legends/urls/ClashApiUrls.py sha256=lggbFD9Ih6NUxwPSDQU4v31OrYQi26twoQ5sWTo5JMM 551
riotwatcher/_apis/league_of_legends/urls/DataDragonUrls.py sha256=nUfhaoTmnEYY0bFPNG5U16GhnTumL_aOzEYhFzr33g0 1174
riotwatcher/_apis/league_of_legends/urls/LeagueApiUrls.py sha256=TBuyK9j4X3zrXCJNTP8JXnAXzE4Y32To3ljW6SGzTz0 679
riotwatcher/_apis/league_of_legends/urls/LeagueEndpoint.py sha256=-Xxm315fMVhuuf2mXEhQDvLdkpemoyM4OfHCrcV7NEA 311
riotwatcher/_apis/league_of_legends/urls/LolStatusApiUrls.py sha256=81QAPaQhN7EgdIgRAbamkZ3B-k998R_E_lZS2gNLbvg 128
riotwatcher/_apis/league_of_legends/urls/LolStatusApiV4Urls.py sha256=N7_AaJRFTvlcUe8LUtPDY_HBLu7UxVSq7pPwCVxJTe0 134
riotwatcher/_apis/league_of_legends/urls/MatchApiV5Urls.py sha256=QipPTitYiZEY9r5egFdo7ZAY2KzXh2hc34k_1LYyL_Q 503
riotwatcher/_apis/league_of_legends/urls/SpectatorApiUrls.py sha256=f2SbFPoxrzbKu1qysg8z82Yg-f6jJf5dxcEI3NtLoIM 389
riotwatcher/_apis/league_of_legends/urls/SummonerApiUrls.py sha256=aPcg5pjesQEUhVSrjqh3t7mY6toE64XiULpYBaiMB_Y 499
riotwatcher/_apis/league_of_legends/urls/ThirdPartyCodeApiUrls.py sha256=O6TEyk1ne9uX49ta5pTSOJOeHAgQi-QtW31JFldFjE8 192
riotwatcher/_apis/league_of_legends/urls/__init__.py sha256=L-tBlnbZH-Wz13FK-CXTy0sJNI2HWFf4757z-3to7tY 586
riotwatcher/_apis/legends_of_runeterra/MatchApi.py sha256=wNIXQQPFsJnMDj0NNKsqIXotE1huzRoT3y3wytleN50 1097
riotwatcher/_apis/legends_of_runeterra/RankedApi.py sha256=r2l5mbW6-GrOcP840DEuRjkEStJbL0nlgOyaGeF4lIE 835
riotwatcher/_apis/legends_of_runeterra/__init__.py sha256=NT6Rvu_o49W-_80Fa6JnRNTCIWDnVPoobSd09kxqNpo 64
riotwatcher/_apis/legends_of_runeterra/urls/LorEndpoint.py sha256=dIMkaeOUiPrJmC4ucpAjSTkhZ61_ylhn5yqjAoyYEKo 307
riotwatcher/_apis/legends_of_runeterra/urls/MatchApiUrls.py sha256=iaUEb6LxPM6ECT3qx7t2SnNVbP8PzUfF67KNdsSwTWc 304
riotwatcher/_apis/legends_of_runeterra/urls/RankedApiUrls.py sha256=jbeSDHOxx-IgTAYTqJdj0Aezo1PUfnCeSJ7-JTJYEGI 118
riotwatcher/_apis/legends_of_runeterra/urls/__init__.py sha256=0NMi7AYiiJtNzOwo6El9cLWfeWqijpTAaA43oVKFPNs 80
riotwatcher/_apis/riot/AccountApi.py sha256=B3-etCSyojJPfApCzShdH4F-A-KMmXd6ndgIxljM30U 1551
riotwatcher/_apis/riot/__init__.py sha256=pOXtHfRvdJdXhzCoZSUSa0NgxBxuC8Q870iJk--umSw 35
riotwatcher/_apis/riot/urls/AccountApiUrls.py sha256=qcKu5E4lQbxkAYFs5KSCqaXsaUlPgPqPZRJ2H-4Qs4s 428
riotwatcher/_apis/riot/urls/RiotEndpoint.py sha256=E5pAmVbY3vL585JlzH1p2kO9gXfwoMsqroBrTUxA1XU 310
riotwatcher/_apis/riot/urls/__init__.py sha256=agBhJZN-68L8F79Rvg4n2SC5iiXXjuu9k6w-Hh17tkY 43
riotwatcher/_apis/team_fight_tactics/LeagueApi.py sha256=soMSAxqgOqfIvucdYLcndAwJVKZQErYYfS2_ZeZV_nk 2719
riotwatcher/_apis/team_fight_tactics/MatchApi.py sha256=SJAIwiCSNkgXdZznKxGk0E4Y7Hr1H9L9rHWWVRO3Ch4 2221
riotwatcher/_apis/team_fight_tactics/SummonerApi.py sha256=Pp7ty5GY15ELcFvNyAXpoFa9mIWtAJ-b1zc33kxqQ9c 1898
riotwatcher/_apis/team_fight_tactics/__init__.py sha256=_nF205E0IRrKEP2WQ4u41z96tZye0pBBWxF_z-jgqBc 101
riotwatcher/_apis/team_fight_tactics/urls/LeagueApiUrls.py sha256=IiMNVV81TL8uSh7RGY4FaiYCGU7F42rXPldrNnSrEME 617
riotwatcher/_apis/team_fight_tactics/urls/MatchApiUrls.py sha256=_0EXB8smUPITmTVmo_R6u4NSWynqA8jYi1kaQi4RlYU 338
riotwatcher/_apis/team_fight_tactics/urls/SummonerApiUrls.py sha256=iZMe5Z5V-i7BfwyRQpscKkGS661ubTZpcrPYbg7twaw 473
riotwatcher/_apis/team_fight_tactics/urls/TftEndpoint.py sha256=7Lo1Inl-iBl07j0Tr1nCs_VActo6-hqg4cTAoUCUsWY 307
riotwatcher/_apis/team_fight_tactics/urls/__init__.py sha256=8zqznZpKD6EmuljtcxsfD9vJI3VNkRYa5e9UGytawKY 125
riotwatcher/_apis/valorant/ContentApi.py sha256=F_Ry4ljzQnRkmHQ3nGEqqupxRp2Htf8LVCYZAR8J_jM 870
riotwatcher/_apis/valorant/MatchApi.py sha256=m3Vj3Nw36JLbAyTaFBR5zJzJhcHWW0f0uvtf9Mefous 1847
riotwatcher/_apis/valorant/__init__.py sha256=UB0naf9bvM_9hIpmEndDp7Q3MflFm4XKRygPNHVogI8 66
riotwatcher/_apis/valorant/urls/ContentApiUrls.py sha256=PeuSkwv2KFAyzshFnClYRkuQoNORUe4OXZ0EBeJJp7g 124
riotwatcher/_apis/valorant/urls/MatchApiUrls.py sha256=W1hqKARDciJKslY7FAmVYiZ3zyBVU4csJsidlZUJj_4 384
riotwatcher/_apis/valorant/urls/ValEndpoint.py sha256=xMS2tCGJLHqOa5hBmm82WQ99vejtJAad0N7owXvj8m0 307
riotwatcher/_apis/valorant/urls/__init__.py sha256=ZPnv_doczlhN8bKXiK3iOAw4Wbx5_dRUD5z1yjbrHNM 82
riotwatcher-3.3.0.dist-info/LICENSE sha256=p9utCuhKvJfG6m8J-cJc58OHeYTBCQ05-ydyU_pAXCc 1095
riotwatcher-3.3.0.dist-info/METADATA sha256=R_tDYF-uWI1CqVMgKw1XL9ZyPFN06W153yImwmcViaI 16679
riotwatcher-3.3.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
riotwatcher-3.3.0.dist-info/top_level.txt sha256=LV0pvftxYlXekkNGKPeYQ28stOSP8C_QKIErVhlcXfA 12
riotwatcher-3.3.0.dist-info/RECORD

top_level.txt

riotwatcher