libcharmstore

Library to access charmstore data


License
Other
Install
pip install libcharmstore==0.0.9

Documentation

CharmStore Python Library

The environment variables CS_API_URL and CS_API_TIMEOUT can be set to repectively set the Charm Store endpoint URL and how long to wait before a Charm Store query times out.

export CS_API_URL=https://api.jujucharms.com/v4
export CS_API_TIMEOUT=200
from charmstore import CharmStore, Charm, Bundle