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.0.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for wynncraft-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d366d8012503dbcd08870c608fed85e6684da4a34e0c94a5976c4b11bfcfabb |
|
MD5 | b98134fbadff3457534ca40fdb14a387 |
|
BLAKE2b-256 | 98b2a2c1b6e72eddfb67f16ed34bb39f747188ed985b6cc1867b6be961bcbe73 |