diff --git a/src/caosadvancedtools/models/parser.py b/src/caosadvancedtools/models/parser.py index d2fbf506a6f1435481ab25de29e664722f71c46a..96cbb89c170255794563bf0f86ad2d89982f54fa 100644 --- a/src/caosadvancedtools/models/parser.py +++ b/src/caosadvancedtools/models/parser.py @@ -1,5 +1,5 @@ """ -This script provides the a function to read a DataModel from a yaml file. +This script provides methods to read a DataModel from a yaml file. If a file name is passed to parse_model_from_yaml it is parsed and a DataModel is created. The yaml file needs to be structured in a certain way which will be diff --git a/src/caosadvancedtools/models/version.py b/src/caosadvancedtools/models/version.py deleted file mode 100644 index 29c67c6877a6531adc0fe337d497e26d15825006..0000000000000000000000000000000000000000 --- a/src/caosadvancedtools/models/version.py +++ /dev/null @@ -1,32 +0,0 @@ -# -# ** header v3.0 -# This file is a part of the CaosDB Project. -# -# Copyright (C) 2018 Research Group Biomedical Physics, -# Max-Planck-Institute for Dynamics and Self-Organization Göttingen -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. -# -# ** end header -# - -# THIS FILE IS GENERATED FROM SETUP.PY -short_version = '0.1.0' -version = '0.1.0' -full_version = '0.1.0.dev-Unknown' -git_revision = 'Unknown' -release = False - -if not release: - version = full_version