nmr_FAIR_DOs
__version__
module-attribute
¶
__version__: Final[str] = version(__package__ or __name__)
This package contains the source code of the project.
The package is structured as follows:
connectors/: Contains the connectors to the different data sources.domain/: Contains the domain classes of the project.repositories/: Contains the repositories for which FAIR-DOs are generated.cli.py: Contains the command line interface of the project.env.py: Manages the environment variables of the project.lib.py: Contains the main business logic of the project.utils.py: Contains various utility functions.