laws-africa / liiweb-client-python

A python client for the LIIWeb Drupal JSON API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liiweb-client-python

A python client for the LIIWeb Drupal JSON API.

Installation

pip install -e git+https://github.com/laws-africa/liiweb-client-python.git@master#egg=liiweb-client

Usage

from liiweb import LIIWebClient

lii = LIIWebClient('https://example.com', 'username', 'password')
lii.list_legislation('za')

License

MIT License

About

A python client for the LIIWeb Drupal JSON API

License:MIT License


Languages

Language:Python 100.0%