LICENSE
MANIFEST.in
README.md
README_PYPI.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/README.md
docs/source/addons.rst
docs/source/conf.py
docs/source/data_hierarchy_configuration.rst
docs/source/dataverse_integration.rst
docs/source/definitions.rst
docs/source/dodonts.rst
docs/source/faqs.rst
docs/source/index.rst
docs/source/install.rst
docs/source/repositories.rst
docs/source/userstory.rst
docs/source/verify.rst
docs/source/_static/Data_Hierarchy_Editor_Manual.odp
docs/source/_static/Data_Hierarchy_Editor_Manual.pdf
docs/source/_static/Dataverse_Integration_Manual.odp
docs/source/_static/Dataverse_Integration_Manual.pdf
docs/source/_static/__init__.py
docs/source/_static/data_hierarchy_editor.png
docs/source/_static/dataverse_config_ui.png
docs/source/_static/dataverse_metadata_editor.png
docs/source/_static/dataverse_ui.png
docs/source/_static/dataverse_upload_config.png
docs/source/_static/dataverse_upload_history.png
docs/source/_static/dataverse_upload_main_ui.png
docs/source/_static/metadata_group_combobox.png
docs/source/_static/pasta_logo.svg
docs/source/_static/pyside.png
docs/source/_static/types_combo_box.png
docs/source/_static/TutorialDebugging/01_Errormessage.png
docs/source/_static/TutorialDebugging/02_StartPUDB_toNextLine.png
docs/source/_static/TutorialDebugging/03_GotoLineNummer.png
docs/source/_static/TutorialDebugging/04_SetBreakpointAndArrive.png
docs/source/_static/TutorialDebugging/05_InspectData.png
docs/source/_templates/autosummary/module.rst
pasta_eln/__init__.py
pasta_eln/backend.py
pasta_eln/elabFTWapi.py
pasta_eln/elabFTWsync.py
pasta_eln/fixedStringsJson.py
pasta_eln/gui.py
pasta_eln/guiCommunicate.py
pasta_eln/guiStyle.py
pasta_eln/inputOutput.py
pasta_eln/installationTools.py
pasta_eln/miscTools.py
pasta_eln/mixin_cli.py
pasta_eln/printer.py
pasta_eln/sqlite.py
pasta_eln/tools.py
pasta_eln.egg-info/PKG-INFO
pasta_eln.egg-info/SOURCES.txt
pasta_eln.egg-info/dependency_links.txt
pasta_eln.egg-info/entry_points.txt
pasta_eln.egg-info/requires.txt
pasta_eln.egg-info/top_level.txt
pasta_eln/AddOns/README.md
pasta_eln/AddOns/extractor_csv.py
pasta_eln/AddOns/extractor_jpeg.py
pasta_eln/AddOns/extractor_jpg.py
pasta_eln/AddOns/extractor_json.py
pasta_eln/AddOns/extractor_log.py
pasta_eln/AddOns/extractor_md.py
pasta_eln/AddOns/extractor_png.py
pasta_eln/AddOns/extractor_py.py
pasta_eln/AddOns/extractor_tif.py
pasta_eln/AddOns/project_html_report.py
pasta_eln/GUI/__init__.py
pasta_eln/GUI/_contextMenu.py
pasta_eln/GUI/body.py
pasta_eln/GUI/config.py
pasta_eln/GUI/configAddOnParameter.py
pasta_eln/GUI/configAuthors.py
pasta_eln/GUI/configGUI.py
pasta_eln/GUI/configProjectGroup.py
pasta_eln/GUI/configSetup.py
pasta_eln/GUI/details.py
pasta_eln/GUI/docTypes.py
pasta_eln/GUI/form.py
pasta_eln/GUI/palette.py
pasta_eln/GUI/project.py
pasta_eln/GUI/projectLeafRenderer.py
pasta_eln/GUI/projectTreeView.py
pasta_eln/GUI/sidebar.py
pasta_eln/GUI/table.py
pasta_eln/GUI/tableHeader.py
pasta_eln/GUI/textEditor.py
pasta_eln/GUI/waitDialog.py
pasta_eln/GUI/data_hierarchy/__init__.py
pasta_eln/GUI/data_hierarchy/delete_column_delegate.py
pasta_eln/GUI/data_hierarchy/docTypeEdit.py
pasta_eln/GUI/data_hierarchy/editor.py
pasta_eln/GUI/data_hierarchy/mandatory_column_delegate.py
pasta_eln/GUI/data_hierarchy/name_column_delegate.py
pasta_eln/GUI/data_hierarchy/reorder_column_delegate.py
pasta_eln/GUI/data_hierarchy/utility_functions.py
pasta_eln/GUI/definitions/__init__.py
pasta_eln/GUI/definitions/dialog_base.py
pasta_eln/GUI/definitions/dialog_base.ui
pasta_eln/GUI/definitions/editor.py
pasta_eln/GUI/definitions/key_delegate.py
pasta_eln/GUI/definitions/link_online_delegate.py
pasta_eln/GUI/definitions/lookup_delegate.py
pasta_eln/GUI/definitions/terminology_lookup_config.json
pasta_eln/GUI/definitions/terminology_lookup_dialog.py
pasta_eln/GUI/definitions/terminology_lookup_service.py
pasta_eln/GUI/repositories/__init__.py
pasta_eln/GUI/repositories/configGUI.py
pasta_eln/GUI/repositories/dataverse.py
pasta_eln/GUI/repositories/dataverseDefaultDict.py
pasta_eln/GUI/repositories/repository.py
pasta_eln/GUI/repositories/uploadGUI.py
pasta_eln/GUI/repositories/zenodo.py
pasta_eln/Resources/ExampleMeasurements/example.tif
pasta_eln/Resources/ExampleMeasurements/simple.csv
pasta_eln/Resources/ExampleMeasurements/simple.png
pasta_eln/Resources/ExampleMeasurements/story.odt
pasta_eln/Resources/ExampleWorkflows/procedure.md
pasta_eln/Resources/ExampleWorkflows/worklog.log
pasta_eln/Resources/ExampleWorkflows/workplan.py
pasta_eln/Resources/Icons/favicon64.ico
pasta_eln/Resources/Icons/favicon64.png
pasta_eln/Resources/Icons/ols.png
pasta_eln/Resources/Icons/pasta512.png
pasta_eln/Resources/Icons/tib.png
pasta_eln/Resources/Icons/wikidata.png
pasta_eln/Resources/Icons/wikipedia.png
pasta_eln/minisign/LICENSE
pasta_eln/minisign/README.rst
pasta_eln/minisign/__init__.py
pasta_eln/minisign/exceptions.py
pasta_eln/minisign/helpers.py
pasta_eln/minisign/minisign.py
pasta_eln/minisign/requirements.txt
pasta_eln/textTools/__init__.py
pasta_eln/textTools/handleDictionaries.py
pasta_eln/textTools/html2markdown.py
pasta_eln/textTools/html2mdConfig.py
pasta_eln/textTools/html2mdElements.py
pasta_eln/textTools/html2mdUtils.py
pasta_eln/textTools/markdown2html.py
pasta_eln/textTools/stringChanges.py
tests/test_01_DefaultExample.py
tests/test_02_copyMove.py
tests/test_03_dragDrop.py
tests/test_10_DefaultExampleAddProject.py
tests/test_11_Export.py
tests/test_12_Report.py
tests/test_30_GUI_simple.py
tests/test_31_GUI_Project.py
tests/test_32_GUI_Details.py
tests/test_33_GUI_Config.py
tests/test_34_GUI_Form.py
tests/test_90_ImportOthers.py