Guild Wars 2 API
Project description
gw2api is a Python library to interface with the Guild Wars 2 API. It aims to have an almost one-to-one mapping to the JSON API, with only some minor differences.
Usage Example
import gw2api.v2
for item in gw2api.v2.items.get(range(30684, 30705)):
link = gw2api.encode_item_link(item["id"])
print "%-26s %-9s %-10s %s" % (item["name"], item["rarity"],
item["details"]["type"], link)
gw2api is available from the Python Package Index and is hosted on GitHub.
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
gw2api-1.1.4.tar.gz
(15.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gw2api-1.1.4.tar.gz.
File metadata
- Download URL: gw2api-1.1.4.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f455d1d3a87a8c8cbe7cbccc7045b42b6f807a8fde5f53962e4909e47af0ed2
|
|
| MD5 |
538409146395ab56276b0e53d8b35644
|
|
| BLAKE2b-256 |
858427c25d5b389ac6210264106db59315a76a2e86117544b2d2c01720a53105
|
File details
Details for the file gw2api-1.1.4-py2.py3-none-any.whl.
File metadata
- Download URL: gw2api-1.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c06af36e914a2ae00687e8b506bddbba10c87d9262ec490c3ab1da3c6846dc02
|
|
| MD5 |
e590d653b8b87935c033efe6107172d3
|
|
| BLAKE2b-256 |
dbf30638db1261710ca16282d0ab3cbc9c182b1ead11b322c9b1578bd49a7ffd
|