A Python library for the (hidden) AH rest interface
Project 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.
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
appie-0.0.4.tar.gz
(9.0 kB
view hashes)