Metadata-Version: 2.4
Name: lolalytics-api
Version: 0.0.2
Summary: Unofficial python API wrapper for Lolalytics
Author-email: xPerSki <xperski@pm.me>
License: MIT
Project-URL: Homepage, https://github.com/xPerSki/lolalytics-api
Project-URL: Repository, https://github.com/xPerSki/lolalytics-api
Project-URL: Issues, https://github.com/xPerSki/lolalytics-api/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: lxml
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# Unofficial lolalytics scraper
[TBA] a lot of things
## Functions
### `get_tierlist(n, lane)`
```json
{
  "0": {
      "rank": "1",
      "champion": "Ahri",
      "tier": "S",
      "winrate": "52.73"
    }
}
```

### `get_counters(n, champion)`  
```json
{
  "0": {
      "champion": "Akali",
      "winrate": "47.91"
    }
}
```
