Skip to main content

Data from the Federal Ministry of Justice and Consumer Protection

Project description

BMJV

Note: This a pathon wrapper around the data feeds from the Federal Ministry of Justice and Consumer Protection in Germany. It's content is exclusivly in German. Please see Translations on the website of the ministry for further information.

BMJV stands for Bundesministerium der Justiz und für Verbraucherschutz (Federal Ministry of Justice and Consumer Protection).

Installation

Install it with pip install bmjv

Usage

Rechtsprechung im Internet

The latest rulings from the seven federal german courts.

Examples

As module
from BMJV import RechtsprechungImInternet
rim = RechtsprechungImInternet('bverfg')
rim.fetch(10)
for item in rim.items:
    print(item.formatted)
Standalone
$ > python -m BMJV --mode rim --court bverfg --limit 2
INFO:BMJV:Found a total of 2 results for bverfg
INFO:__main__:2019-10-01 23:37:25 - BVerfG 2. Senat 3. Kammer, Ablehnung einstweilige Anordnung vom 22.08.2019, 2 BvQ 70/19 - Ablehnung des Erlasses einer eA bei ausstehender fachgerichtlicher Rechtsmittelentscheidung, mithin mangelnder Rechtswegerschöpfung
INFO:__main__:2019-10-02 23:38:07 - BVerfG 1. Senat 2. Kammer, Ablehnung einstweilige Anordnung vom 17.08.2019, 1 BvQ 67/19 - Ablehnung des Erlasses einer eA bzgl der räumlichen Verlegung einer auf dem Gelände der Gedenkstätte Buchenwald geplanten Versammlung gem § 15 Abs 2 VersammlG - Folgenabwägung

RechtsprechungImInternet(id: str) allows the follwoing values for id:

  • bverfg: Bundesverfassungsgericht
  • bgh: Bundesgerichtshof
  • bverwg: Bundesverwaltungsgericht
  • bfh: Bundesfinanzhof
  • bag: Bundesarbeitsgericht
  • bsg: Bundessoszialgericht
  • bpatg: Bundespatengericht

RechtsprechungImInternet.items holds a list of Judicature() objects. They have the following attributes:

  • .title : The title as string.
  • .description : The description string.
  • .pubdate : The publication as datetime object.
  • .formatted: A formatted string like {.pubDate} - {.title} - {.description}

Gesetze im Internet

The latest laws published by the german government in the Bundesgesetzblatt (BGBl).

Examples

As module
from BMJV import BGBl
gim = BGBl()
gim.fetch(10)
for item in rim.items:
    print(item.formatted)
Standalone
$ > python -m BMJV --mode bgbl --limit 4
INFO:__main__:2017-06-09 05:30:02 - BGBl I  2017, 1396 - Gesetz zur Neuordnung der Aufbewahrung von Notariatsunterlagen und zur Einrichtung des Elektronischen Urkundenarchivs bei der Bundesnotarkammer sowie zur Änderung weiterer Gesetze vom 01. Juni 2017
INFO:__main__:2017-07-25 05:30:01 - BGBl I  2017, 2581 - Gesetz zur Reform der Pflegeberufe vom 17. Juli 2017
INFO:__main__:2017-07-25 05:30:01 - BGBl I  2017, 2581 - Gesetz über die Pflegeberufe  vom 17. Juli 2017
INFO:__main__:2018-10-11 05:30:02 - BGBl I  2018, 1572 - Ausbildungs- und Prüfungsverordnung für die Pflegeberufe  vom 02. Oktober 2018

BGBl.items holds a list of Law() objects. They have the following attributes:

  • .title : The title as string.
  • .description : The description string.
  • .guid: A unique ID
  • .link: A link to a more detailed description.
  • .pubdate : The publication as datetime object.
  • .formatted: A formatted string like {.pubDate} - {.title} - {.description}

Data sources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BMJV-1.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

BMJV-1.1-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page