Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

juju-solutions/libcharmstore

Repository files navigation

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