Skip to main content

pflanzenschutzmittelzulassung

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Package version: 0.1.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python >= 3.6

Installation & Usage

pip install

pip install deutschland[pflanzenschutzmittelzulassung]

poetry install

poetry add deutschland -E pflanzenschutzmittelzulassung

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Usage

Import the package:

from deutschland import pflanzenschutzmittelzulassung

Getting Started

Please follow the installation procedure and then run the following:

import time
from deutschland import pflanzenschutzmittelzulassung
from pprint import pprint
from deutschland.pflanzenschutzmittelzulassung.api import default_api
from deutschland.pflanzenschutzmittelzulassung.model.inline_response200 import InlineResponse200
from deutschland.pflanzenschutzmittelzulassung.model.inline_response2001 import InlineResponse2001
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20010 import InlineResponse20010
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20011 import InlineResponse20011
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20012 import InlineResponse20012
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20013 import InlineResponse20013
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20014 import InlineResponse20014
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20015 import InlineResponse20015
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20016 import InlineResponse20016
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20017 import InlineResponse20017
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20018 import InlineResponse20018
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20019 import InlineResponse20019
from deutschland.pflanzenschutzmittelzulassung.model.inline_response2002 import InlineResponse2002
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20020 import InlineResponse20020
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20021 import InlineResponse20021
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20022 import InlineResponse20022
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20023 import InlineResponse20023
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20024 import InlineResponse20024
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20025 import InlineResponse20025
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20026 import InlineResponse20026
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20027 import InlineResponse20027
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20028 import InlineResponse20028
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20029 import InlineResponse20029
from deutschland.pflanzenschutzmittelzulassung.model.inline_response2003 import InlineResponse2003
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20030 import InlineResponse20030
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20031 import InlineResponse20031
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20032 import InlineResponse20032
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20033 import InlineResponse20033
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20034 import InlineResponse20034
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20035 import InlineResponse20035
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20036 import InlineResponse20036
from deutschland.pflanzenschutzmittelzulassung.model.inline_response20037 import InlineResponse20037
from deutschland.pflanzenschutzmittelzulassung.model.inline_response2004 import InlineResponse2004
from deutschland.pflanzenschutzmittelzulassung.model.inline_response2005 import InlineResponse2005
from deutschland.pflanzenschutzmittelzulassung.model.inline_response2006 import InlineResponse2006
from deutschland.pflanzenschutzmittelzulassung.model.inline_response2007 import InlineResponse2007
from deutschland.pflanzenschutzmittelzulassung.model.inline_response2008 import InlineResponse2008
from deutschland.pflanzenschutzmittelzulassung.model.inline_response2009 import InlineResponse2009
# Defining the host is optional and defaults to https://psm-api.bvl.bund.de/ords/psm/api-v1
# See configuration.py for a list of all supported configuration parameters.
configuration = pflanzenschutzmittelzulassung.Configuration(
    host = "https://psm-api.bvl.bund.de/ords/psm/api-v1"
)



# Enter a context with an instance of the API client
with pflanzenschutzmittelzulassung.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = default_api.DefaultApi(api_client)
    adresse_nr = "adresse_nr_example" # str | Implicit parameter (optional)

    try:
        api_response = api_instance.adresse_get(adresse_nr=adresse_nr)
        pprint(api_response)
    except pflanzenschutzmittelzulassung.ApiException as e:
        print("Exception when calling DefaultApi->adresse_get: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://psm-api.bvl.bund.de/ords/psm/api-v1

Class Method HTTP request Description
DefaultApi adresse_get GET /adresse/
DefaultApi antrag_get GET /antrag/
DefaultApi auflage_redu_get GET /auflage_redu/
DefaultApi auflagen_get GET /auflagen/
DefaultApi awg_aufwand_get GET /awg_aufwand/
DefaultApi awg_bem_get GET /awg_bem/
DefaultApi awg_get GET /awg/
DefaultApi awg_kultur_get GET /awg_kultur/
DefaultApi awg_partner_aufwand_get GET /awg_partner_aufwand/
DefaultApi awg_partner_get GET /awg_partner/
DefaultApi awg_schadorg_get GET /awg_schadorg/
DefaultApi awg_verwendungszweck_get GET /awg_verwendungszweck/
DefaultApi awg_wartezeit_ausg_kultur_get GET /awg_wartezeit_ausg_kultur/
DefaultApi awg_wartezeit_get GET /awg_wartezeit/
DefaultApi awg_zeitpunkt_get GET /awg_zeitpunkt/
DefaultApi awg_zulassung_get GET /awg_zulassung/
DefaultApi ghs_gefahrenhinweise_get GET /ghs_gefahrenhinweise/
DefaultApi ghs_gefahrensymbole_get GET /ghs_gefahrensymbole/
DefaultApi ghs_sicherheitshinweise_get GET /ghs_sicherheitshinweise/
DefaultApi ghs_signalwoerter_get GET /ghs_signalwoerter/
DefaultApi hinweis_get GET /hinweis/
DefaultApi kode_get GET /kode/
DefaultApi kodeliste_feldname_get GET /kodeliste_feldname/
DefaultApi kodeliste_get GET /kodeliste/
DefaultApi kultur_gruppe_get GET /kultur_gruppe/
DefaultApi mittel_abgelaufen_get GET /mittel_abgelaufen/
DefaultApi mittel_abpackung_get GET /mittel_abpackung/
DefaultApi mittel_gefahren_symbol_get GET /mittel_gefahren_symbol/
DefaultApi mittel_get GET /mittel/
DefaultApi mittel_vertrieb_get GET /mittel_vertrieb/
DefaultApi mittel_wirkbereich_get GET /mittel_wirkbereich/
DefaultApi parallelimport_abgelaufen_get GET /parallelimport_abgelaufen/
DefaultApi parallelimport_gueltig_get GET /parallelimport_gueltig/
DefaultApi schadorg_gruppe_get GET /schadorg_gruppe/
DefaultApi staerkung_get GET /staerkung/
DefaultApi staerkung_vertrieb_get GET /staerkung_vertrieb/
DefaultApi stand_get GET /stand/
DefaultApi wirkstoff_gehalt_get GET /wirkstoff_gehalt/
DefaultApi wirkstoff_get GET /wirkstoff/
DefaultApi zusatzstoff_get GET /zusatzstoff/
DefaultApi zusatzstoff_vertrieb_get GET /zusatzstoff_vertrieb/

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

kontakt@bund.dev

Notes for Large OpenAPI documents

If the OpenAPI document is large, imports in pflanzenschutzmittelzulassung.apis and pflanzenschutzmittelzulassung.models may fail with a RecursionError indicating the maximum recursion limit has been exceeded. In that case, there are a couple of solutions:

Solution 1: Use specific imports for apis and models like:

  • from deutschland.pflanzenschutzmittelzulassung.api.default_api import DefaultApi
  • from deutschland.pflanzenschutzmittelzulassung.model.pet import Pet

Solution 2: Before importing the package, adjust the maximum recursion limit as shown below:

import sys
sys.setrecursionlimit(1500)
from deutschland import pflanzenschutzmittelzulassung
from deutschland.pflanzenschutzmittelzulassung.apis import *
from deutschland.pflanzenschutzmittelzulassung.models import *

Download files

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

Source Distribution

de-pflanzenschutzmittelzulassung-0.1.0.tar.gz (71.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

de_pflanzenschutzmittelzulassung-0.1.0-py3-none-any.whl (261.0 kB view details)

Uploaded Python 3

File details

Details for the file de-pflanzenschutzmittelzulassung-0.1.0.tar.gz.

File metadata

  • Download URL: de-pflanzenschutzmittelzulassung-0.1.0.tar.gz
  • Upload date:
  • Size: 71.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.8

File hashes

Hashes for de-pflanzenschutzmittelzulassung-0.1.0.tar.gz
Algorithm Hash digest
SHA256 79fddb559471fda269c7ce5699b6082aa21973f7de6ce6301343240b27004752
MD5 e836f0c142024ee4c283b24e5aa430eb
BLAKE2b-256 1ff2adff8cf0d4278d9157f426a85623d6f8977f973a9ea705d1ef69a170ac42

See more details on using hashes here.

File details

Details for the file de_pflanzenschutzmittelzulassung-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: de_pflanzenschutzmittelzulassung-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 261.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.8

File hashes

Hashes for de_pflanzenschutzmittelzulassung-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 30dc5710e19811e74f42b5b673007c84cd56032daaaf6f1cd5464f37ae9ff271
MD5 378e9c069498fec22c9d3bff5172029b
BLAKE2b-256 ca82d3809367cbd09f9df77807019b1fafd7414260a46ebea63d6d99cc439a58

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page