src/eric7/CycloneDXInterface/__init__.py

Wed, 20 Jul 2022 17:52:08 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 20 Jul 2022 17:52:08 +0200
branch
eric7
changeset 9258
52a1ff7adb16
parent 9209
b99e7fd55fd3
child 9653
e67609152c5e
permissions
-rw-r--r--

Implemented a little change to the CycloneDX configuration dialog to ensure the selected file has an extension and that it matches the selected format..

# -*- coding: utf-8 -*-

# Copyright (c) 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the interface to the CycloneDX tool for the generation
of Software Bill of Materials files.
"""

from .CycloneDXUtilities import createCycloneDXFile

__all__ = [createCycloneDXFile]

eric ide

mercurial