Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.99 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.99 KB

knesset-data

APIs and documentation to allow getting data about the Israeli Parliament (Knesset).

Sub-projects

Data sources documentation
Knesset datapackage

travis-ci build status

Low level Python API

travis-ci build status

$ pip install knesset-data
python -c "from knesset_data.dataservice.committees import Committee\
print(', '.join([committee.name for committee in Committee.get_all_active_committees()]))
ועדת הכנסת, ועדת הכספים, ועדת הכלכלה, ועדת החוץ ...
Higher level Django module

travis-ci build status

Known issues / FAQ / Common problems