Metadata-Version: 1.0
Name: appie
Version: 0.0.5
Summary: A Python library for the (hidden) AH rest interface
Home-page: https://github.com/svdgraaf/appie
Author: Sander van de Graaf
Author-email: mail@svdgraaf.nl
License: GPL
Description: # appie
        Python Library for the (hidden) Ah.nl REST interface
        
        Very much a Work in Progress
        
        # Installation
        	pip install appie
        
        # Usage
        ```
        import appie
        
        client = appie.Api(username, password)
        client.add('wi191924')
        
        print client.list
        ```
        
        # Todo
        Lots, currently it only supports adding an item, and viewing the current shopping list, there are many more calls available.
Keywords: ah rest appie albert
Platform: UNKNOWN
