Metadata-Version: 2.1
Name: cryptocurrencychart
Version: 1.0.0
Summary: cryptocurrencychart is a wrapper around the cryptocurrencychart.com api.
Home-page: https://github.com/gdoermann/cryptocurrencychart
Author: Greg Doermann
Author-email: greg@that.bz
License: UNKNOWN
Description: cryptocurrencychart
        --------------------
        
        Simple wrapper around the crypto currency chart api.  
        
        Installation
        ------------
        
        ```bash
        pip install cryptocurrencychart
        ```
        
        Configuration
        -------------
        Place a config file with your api key and secret in `~/.cryptocurrencychart` with the following format:
        
        ```editorconfig
        [default]
        KEY = {{API_KEY}}
        SECRET = {{API_SECRET}}
        BASE_CURRENCY = USD
        
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
