heliport package

Subpackages

Submodules

heliport.manage module

Django’s command-line utility for administrative tasks.

heliport.manage.main()

heliport.version module

Provides the HELIPORT version and other package metadata.

heliport.version.get_project_url(project_metadata: PackageMetadata, name: str) str | None

Get the project URL of name name from project_metadata.

If no such URL exists, None is returned.

Project URLs are specified in the [project.urls] section of the pyproject.toml file. See examples for the core metadata representation here: https://packaging.python.org/en/latest/specifications/well-known-project-urls/#example-behavior

heliport.version.heliport_homepage = 'https://heliport.hzdr.de'

URL to the HELIPORT homepage.

heliport.version.heliport_metadata = <importlib.metadata._adapters.Message object>

Metadata of the HELIPORT Python package.

heliport.version.heliport_name = 'heliport'

Name of the HELIPORT Python package.

heliport.version.heliport_version_string = '0.8.2.dev16+g9432594ac'

Version of the HELIPORT Python package as a dotted string.

heliport.version.heliport_version_tuple = (0, 8, 2, 'dev16', 'g9432594ac')

Version of the HELIPORT Python package as a tuple.

Module contents

The main heliport module.

Its submodules contain the heliport apps. Among them heliport.core, which provides facilities for all other apps to use.