-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated how authentication is handled. Updated readme and documentation in code.
- Loading branch information
1 parent
ca0bbc8
commit d5933b3
Showing
7 changed files
with
1,191 additions
and
1,218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
# -*- coding: utf-8 -*- | ||
""" | ||
Python wrapper for the official Bundestag API | ||
@author: Julian Schibberges | ||
""" | ||
|
||
from .bta_utils import btapi_query, BTA_Connection, Person, Role, Drucksache, \ | ||
from .bta_wrapper import BTA_Connection, Person, Role, Drucksache, \ | ||
Aktivitaet, Vorgang, Vorgangsposition, Plenarprotokoll | ||
from .functions import search_procedure, search_document, search_person, \ | ||
search_plenaryprotocol, get_procedure, get_document, get_person, \ | ||
get_plenaryprotocol |
Oops, something went wrong.