Metadata-Version: 1.0
Name: keypendium
Version: 0.1.5
Summary: A Wrapper for the keyforge-compendium.com API
Home-page: UNKNOWN
Author: caerulius
Author-email: cae@polywhack.com
License: UNKNOWN
Description: keypendium.py
        =============
        
        `keypendium` is an easy to use python wrapper for the [Keyforge Compendium API](http://keyforge-compendium). Head to the site, register, and request an api key to get started.
        
        Installation
        ------------
        Download using the `pip` installer:
        
        	pip install keypendium
        
        or download the source from git
        
        	git clone https://github.com/caerulius/keypendium.git
        
        Usage
        -----
        
        ```python
        from keypendium import Keypendium
        myapi = Keypendium('my_api_key', 'my_secret')
        myapi.Cards()
        ```
Platform: UNKNOWN
