A python client for the LIIWeb Drupal JSON API.
pip install -e git+https://github.com/laws-africa/liiweb-client-python.git@master#egg=liiweb-client
from liiweb import LIIWebClient
lii = LIIWebClient('https://example.com', 'username', 'password')
lii.list_legislation('za')
MIT License