A wrapper for the Wynncraft API.
Project description
wynncraft-python
A wrapper for the Wynncraft API, with local caching.
Install
Needs at least python 3.6
pip install wynncraft
Example
import wynncraft
# Get guild list
guilds = wynncraft.Guild.list()
print(guilds)
# Get guild list from cache.
# If it hasn't been cached, it will make a request.
for _ in range(100):
guilds = wynncraft.cache.Guild.list()
print(guilds)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wynncraft-0.1.1.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for wynncraft-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13ae3726530cfdf8a0e42f84caa41c92fd3064e4e394c355ced1ddf070a812d9 |
|
MD5 | 515c67e37a829cc42b288e967a9ea561 |
|
BLAKE2b-256 | 512ad0dd46ebcdaa870242d5b8b25da01bf0b6750058ccbfeb0aaccddd9cb6e0 |