Package secfsdstools

main init.py

Defines the version attribut of the library

Expand source code
"""
main __init__.py

Defines the version attribut of the library
"""
from importlib.metadata import version, PackageNotFoundError

try:
    __version__ = version("secfsdstools")
except PackageNotFoundError:
    __version__ = "0.0.0"  # Fallback-Version, falls das Paket nicht installiert ist

Sub-modules

secfsdstools.a_config
secfsdstools.a_utils
secfsdstools.b_setup
secfsdstools.c_download
secfsdstools.c_index
secfsdstools.c_transform
secfsdstools.c_update
secfsdstools.d_container
secfsdstools.e_collector
secfsdstools.e_filter
secfsdstools.e_presenter
secfsdstools.f_standardize
secfsdstools.u_usecases
secfsdstools.update

Getting everything ready to work with the data.

secfsdstools.x_examples