Metadata-Version: 1.1
Name: guildwars2api
Version: 0.7.0
Summary: A Python API Wrapper for the Guild Wars 2 API
Home-page: https://github.com/menglewis/guildwars2api
Author: David Lewis
Author-email: meng.lewis@gmail.com
License: BSD
Description: ========================
        Guild Wars 2 API Wrapper
        ========================
        
        .. image:: https://badge.fury.io/py/guildwars2api.png
            :target: http://badge.fury.io/py/guildwars2api
        
        .. image:: https://travis-ci.org/menglewis/guildwars2api.png?branch=master
                :target: https://travis-ci.org/menglewis/guildwars2api
        
        .. image:: https://pypip.in/d/guildwars2api/badge.png
                :target: https://pypi.python.org/pypi/guildwars2api
        
        
        A Python Wrapper for the Guild Wars 2 API
        
        * Free software: BSD license
        * Documentation: https://guildwars2api.readthedocs.org.
        
        Installation
        ------------
        
        This package is hosted on PyPI so it can be install using pip or easy_install::
        
            $ easy_install guildwars2api
            $ pip install guildwars2api
        
        Features
        --------
        
        * Provides an API wrapper for the current Guild Wars 2 API Resources.
        * Works with Python 2.6, 2.7, 3.3, 3.4.
        
        
        
        History
        -------
        
        0.7.0 (2016-02-07)
        ------------------
        
        * Refactored how URLs are constructed in the BaseResource class
        * Added the following resources
        * Guild Upgrade
        * Guild Permission
        * Guild Member
        * Guild Rank
        
        
        0.6.0 (2015-12-13)
        ------------------
        
        * Added the following resources
        * WvW Objectives
        * Minis
        * Account Minis
        * Achievements
        * Account Achievements
        
        0.5.0 (2015-09-08)
        ------------------
        
        * Added the following resources
        * PvP Stats
        * PvP Games
        * Specializations
        
        0.4.0 (2015-08-30)
        ------------------
        
        * Added the following resources
        * Currency
        * Account Wallet
        * Account Dye Unlocks
        * Account Skin Unlocks
        
        0.3.0 (2015-07-06)
        ------------------
        
        * Added the following resources
        * Materials
        * Bank
        * Bank Materials
        * Characters
        * Inventory
        * Equipment
        * Account
        * Token Info
        
        0.2.0 (2015-05-21)
        ------------------
        
        * Added get_all() method to resources that use paging to return an iterator over all of the requested resources
        * Added the ability to pass an iterable as an argument and have it automatically expand into a comma-separated list
        * Added the ability to authenticate use an API key
        * Added a new resource for Commerce Transactions
        
        0.1.0 (2015-04-12)
        ------------------
        
        * First release on PyPI.
Keywords: guildwars2api
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
