{ "info": { "author": "Christian L\u00f6lkes", "author_email": "christian.loelkes@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# BMJV\n\n*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](https://www.gesetze-im-internet.de/Teilliste_translations.html) on the website of the ministry for further information.\n\n**BMJV** stands for **B**undes**m**inisterium der **J**ustiz und f\u00fcr **V**erbraucherschutz (Federal Ministry of Justice and Consumer Protection).\n\n# Installation\n\nInstall it with ```pip install bmjv```\n\n## Usage\n\n### Rechtsprechung im Internet\n\nThe latest rulings from the seven federal german courts.\n\n#### Examples\n##### As module\n```\nfrom BMJV import RechtsprechungImInternet\nrim = RechtsprechungImInternet('bverfg')\nrim.fetch(10)\nfor item in rim.items:\n print(item.formatted)\n```\n##### Standalone\n```\n$ > python -m BMJV --mode rim --court bverfg --limit 2\nINFO:BMJV:Found a total of 2 results for bverfg\nINFO:__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\u00f6pfung\nINFO:__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\u00e4umlichen Verlegung einer auf dem Gel\u00e4nde der Gedenkst\u00e4tte Buchenwald geplanten Versammlung gem \u00a7 15 Abs 2 VersammlG - Folgenabw\u00e4gung\n\n```\n\n```RechtsprechungImInternet(id: str)``` allows the follwoing values for *id*:\n\n* *bverfg*: Bundesverfassungsgericht\n* *bgh*: Bundesgerichtshof\n* *bverwg*: Bundesverwaltungsgericht\n* *bfh*: Bundesfinanzhof\n* *bag*: Bundesarbeitsgericht\n* *bsg*: Bundessoszialgericht\n* *bpatg*: Bundespatengericht\n\n```RechtsprechungImInternet.items``` holds a list of *Judicature()* objects. They have the following attributes:\n* ```.title``` : The title as string.\n* ```.description``` : The description string.\n* ```.pubdate``` : The publication as datetime object.\n* ```.formatted```: A formatted string like ```{.pubDate} - {.title} - {.description}```\n\n### Gesetze im Internet\n\nThe latest laws published by the german government in the Bundesgesetzblatt (BGBl).\n\n#### Examples\n##### As module\n\n```\nfrom BMJV import BGBl\ngim = BGBl()\ngim.fetch(10)\nfor item in rim.items:\n print(item.formatted)\n```\n##### Standalone\n```\n$ > python -m BMJV --mode bgbl --limit 4\nINFO:__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 \u00c4nderung weiterer Gesetze vom 01. Juni 2017\nINFO:__main__:2017-07-25 05:30:01 - BGBl I 2017, 2581 - Gesetz zur Reform der Pflegeberufe vom 17. Juli 2017\nINFO:__main__:2017-07-25 05:30:01 - BGBl I 2017, 2581 - Gesetz \u00fcber die Pflegeberufe vom 17. Juli 2017\nINFO:__main__:2018-10-11 05:30:02 - BGBl I 2018, 1572 - Ausbildungs- und Pr\u00fcfungsverordnung f\u00fcr die Pflegeberufe vom 02. Oktober 2018\n```\n\n```BGBl.items``` holds a list of *Law()* objects. They have the following attributes:\n* ```.title``` : The title as string.\n* ```.description``` : The description string.\n* ```.guid```: A unique ID\n* ```.link```: A link to a more detailed description.\n* ```.pubdate``` : The publication as datetime object.\n* ```.formatted```: A formatted string like ```{.pubDate} - {.title} - {.description}```\n\n## Data sources\n\n* [Gesetze im Internet](https://www.gesetze-im-internet.de/)\n* [Rechtsprechung im Internet](https://www.rechtsprechung-im-internet.de/)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zkmkarlsruhe/pypi-bmjv", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "BMJV", "package_url": "https://pypi.org/project/BMJV/", "platform": "", "project_url": "https://pypi.org/project/BMJV/", "project_urls": { "Homepage": "https://github.com/zkmkarlsruhe/pypi-bmjv" }, "release_url": "https://pypi.org/project/BMJV/1.1/", "requires_dist": [ "obelixtools" ], "requires_python": ">=3.6", "summary": "Data from the Federal Ministry of Justice and Consumer Protection", "version": "1.1", "yanked": false, "yanked_reason": null }, "last_serial": 6030284, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "2f2667eb133b2d883acf0a641027314e", "sha256": "81f724bab23853aabaa233f470dd595c191d78c183b98b4e67dbc51e5c1a3e0a" }, "downloads": -1, "filename": "BMJV-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2f2667eb133b2d883acf0a641027314e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 4022, "upload_time": "2019-10-19T15:59:58", "upload_time_iso_8601": "2019-10-19T15:59:58.490674Z", "url": "https://files.pythonhosted.org/packages/da/85/32f78b495d45166304238ae26d8dd5f586ce7169b18dd16dc5b82a04cf47/BMJV-1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e75d9b2f92c3bab91bc15d88357b334", "sha256": "d9fef7f4358b7988e841a269e25975d16e1ef2400479022bfc1a3c8df70590ab" }, "downloads": -1, "filename": "BMJV-1.0.tar.gz", "has_sig": false, "md5_digest": "5e75d9b2f92c3bab91bc15d88357b334", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3050, "upload_time": "2019-10-19T16:00:00", "upload_time_iso_8601": "2019-10-19T16:00:00.794893Z", "url": "https://files.pythonhosted.org/packages/2b/5e/367aa1f022d2e23363660242a90992fc9b8cea59cd02bc2230d5367cad8f/BMJV-1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1": [ { "comment_text": "", "digests": { "md5": "1f680f146a66907d22ad0bc58564f79e", "sha256": "788a5b9bcf18acfebb1fd9105b8c7c36e15cf9a781a502fd473adb5b7309a3d8" }, "downloads": -1, "filename": "BMJV-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1f680f146a66907d22ad0bc58564f79e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 6418, "upload_time": "2019-10-25T15:31:03", "upload_time_iso_8601": "2019-10-25T15:31:03.650789Z", "url": "https://files.pythonhosted.org/packages/5c/77/5906eeb8148108bb3111b027fdb1dd8929ae28a7933d7eab1c1296b3613f/BMJV-1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd04445081df846167d583f7c6eda049", "sha256": "ea3fda95f7c8d01c477671767d3ead09a34a36b3a50eac3dcfe2fd87915d86ad" }, "downloads": -1, "filename": "BMJV-1.1.tar.gz", "has_sig": false, "md5_digest": "bd04445081df846167d583f7c6eda049", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4669, "upload_time": "2019-10-25T15:31:06", "upload_time_iso_8601": "2019-10-25T15:31:06.221332Z", "url": "https://files.pythonhosted.org/packages/49/5f/e7e4466bbc45420fff4d279eaae8085d48bdc614eb837ab40d8cce82f314/BMJV-1.1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1f680f146a66907d22ad0bc58564f79e", "sha256": "788a5b9bcf18acfebb1fd9105b8c7c36e15cf9a781a502fd473adb5b7309a3d8" }, "downloads": -1, "filename": "BMJV-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1f680f146a66907d22ad0bc58564f79e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 6418, "upload_time": "2019-10-25T15:31:03", "upload_time_iso_8601": "2019-10-25T15:31:03.650789Z", "url": "https://files.pythonhosted.org/packages/5c/77/5906eeb8148108bb3111b027fdb1dd8929ae28a7933d7eab1c1296b3613f/BMJV-1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd04445081df846167d583f7c6eda049", "sha256": "ea3fda95f7c8d01c477671767d3ead09a34a36b3a50eac3dcfe2fd87915d86ad" }, "downloads": -1, "filename": "BMJV-1.1.tar.gz", "has_sig": false, "md5_digest": "bd04445081df846167d583f7c6eda049", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4669, "upload_time": "2019-10-25T15:31:06", "upload_time_iso_8601": "2019-10-25T15:31:06.221332Z", "url": "https://files.pythonhosted.org/packages/49/5f/e7e4466bbc45420fff4d279eaae8085d48bdc614eb837ab40d8cce82f314/BMJV-1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }