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_configsecfsdstools.a_utilssecfsdstools.b_setupsecfsdstools.c_downloadsecfsdstools.c_indexsecfsdstools.c_transformsecfsdstools.c_updatesecfsdstools.d_containersecfsdstools.e_collectorsecfsdstools.e_filtersecfsdstools.e_presentersecfsdstools.f_standardizesecfsdstools.u_usecasessecfsdstools.update-
Getting everything ready to work with the data.
secfsdstools.x_examples