.gitattributes
.gitignore
LICENSE.txt
MANIFEST.in
README.md
build.sh
pyproject.toml
requirements.txt
.github/workflows/ci.yml
doc/Makefile
doc/conf.py
doc/favicon.ico
doc/hydra_icon.png
doc/index.rst
doc/make.sh
doc/_templates/layout.html
doc/design/index.rst
doc/devdocs/account.pdf
doc/devdocs/account.rst
doc/devdocs/index.rst
doc/devdocs/HydraDB/Hydra_DB_ERD.png
doc/devdocs/HydraDB/index.rst
doc/devdocs/HydraLib/index.rst
doc/devdocs/HydraServer/index.rst
doc/devdocs/HydraServer/unittests.rst
doc/devdocs/HydraUI/index.rst
doc/devdocs/techdocs/EBSD_constraints.rst
doc/devdocs/techdocs/libraries_and_templates.rst
doc/devdocs/techdocs/timeseries.rst
doc/devdocs/techdocs/units_and_dimensions.rst
doc/implementation/index.rst
doc/plugins/GAMS.rst
doc/plugins/config_file.rst
doc/plugins/exportcsv.rst
doc/plugins/importcsv.rst
doc/plugins/importwml.rst
doc/plugins/index.rst
doc/tutorials/index.rst
doc/tutorials/getting-started/index.rst
doc/tutorials/getting-started/server.rst
doc/tutorials/plug-in/connecting.rst
doc/tutorials/plug-in/documentation.rst
doc/tutorials/plug-in/export.rst
doc/tutorials/plug-in/imports.rst
doc/tutorials/plug-in/index.rst
doc/tutorials/plug-in/integration.rst
doc/tutorials/plug-in/parsing_arguments.rst
doc/tutorials/plug-in/plugin.xml
doc/tutorials/plug-in/plugin_input.xsd
doc/tutorials/plug-in/run.rst
doc/tutorials/plug-in/setup.rst
doc/tutorials/plug-in/template.xsd
doc/tutorials/plug-in/template_example.xml
doc/tutorials/plug-in/templates.rst
doc/tutorials/plug-in/tutorial_json.rst
doc/tutorials/plug-in/tutorial_soap.rst
doc/tutorials/plug-in/tutorial_xml.rst
doc/tutorials/using-templates/index.rst
doc/tutorials/webservice/attributes.rst
doc/tutorials/webservice/datasets.rst
doc/tutorials/webservice/index.rst
doc/tutorials/webservice/networks.rst
doc/tutorials/webservice/projects.rst
doc/tutorials/webservice/scenarios.rst
doc/webapi/index.rst
hydra_base/__init__.py
hydra_base/config.py
hydra_base/exceptions.py
hydra_base/hydra.ini
hydra_base/hydra_logging.py
hydra_base/logging.conf
hydra_base.egg-info/PKG-INFO
hydra_base.egg-info/SOURCES.txt
hydra_base.egg-info/dependency_links.txt
hydra_base.egg-info/requires.txt
hydra_base.egg-info/top_level.txt
hydra_base/db/__init__.py
hydra_base/db/alembic.ini
hydra_base/db/audit.py
hydra_base/db/truncate.py
hydra_base/db/alembic/README
hydra_base/db/alembic/env.py
hydra_base/db/alembic/script.py.mako
hydra_base/db/alembic/versions/04e4ae80b7b9_project_inheritance.py
hydra_base/db/alembic/versions/08f0ebe40290_resource_attr_id.py
hydra_base/db/alembic/versions/1d3ab26415ec_template_status.py
hydra_base/db/alembic/versions/1eb51c6159ac_simplify_network.py
hydra_base/db/alembic/versions/21e8d704c020_roles_perms.py
hydra_base/db/alembic/versions/35088e32c557_rules.py
hydra_base/db/alembic/versions/3dc489a7eac1_scenario_id.py
hydra_base/db/alembic/versions/50bd5bac8701_add_tuser_failed_logins.py
hydra_base/db/alembic/versions/52d59176f0da_lengthen_names.py
hydra_base/db/alembic/versions/56ea2e814437_rule.py
hydra_base/db/alembic/versions/5e381835e382_templatetype_description.py
hydra_base/db/alembic/versions/6402bb82a531_unit_dimension_fk.py
hydra_base/db/alembic/versions/6883f6e39176_change_password_type.py
hydra_base/db/alembic/versions/6b24d6443e31_resourcegroupitem.py
hydra_base/db/alembic/versions/74ab69a8dcb6_user_user_id_user_id.py
hydra_base/db/alembic/versions/877adf863b33_project_appdata.py
hydra_base/db/alembic/versions/a48ad41579de_dataset_collection.py
hydra_base/db/alembic/versions/a7896842f484_template.py
hydra_base/db/alembic/versions/a81a860cda39_attribute_scoping.py
hydra_base/db/alembic/versions/b04cb2e57cb0_template_inheritance.py
hydra_base/db/alembic/versions/be206abd1412_project_id.py
hydra_base/db/alembic/versions/cec2b77ad85e_network_appdata.py
hydra_base/db/alembic/versions/d0c45fdc4fac_note.py
hydra_base/db/alembic/versions/d759891ddbf4_dataset_audit.py
hydra_base/db/alembic/versions/da2a4916c900_scenario_inheritance.py
hydra_base/db/alembic/versions/dd1110144e53_dataset_id.py
hydra_base/db/alembic/versions/f52ccd2b7ffb_resource_type_id.py
hydra_base/db/alembic/versions/f579b06e9cc2_attr_id.py
hydra_base/db/alembic/versions/f894faeb055d_node_group_link_id.py
hydra_base/db/alembic/versions/ffe998929da4_attribute_groups.py
hydra_base/db/model/__init__.py
hydra_base/db/model/attributes.py
hydra_base/db/model/base.py
hydra_base/db/model/dataset.py
hydra_base/db/model/notes.py
hydra_base/db/model/ownership.py
hydra_base/db/model/permissions.py
hydra_base/db/model/project.py
hydra_base/db/model/rule.py
hydra_base/db/model/template.py
hydra_base/db/model/units.py
hydra_base/db/model/network/__init__.py
hydra_base/db/model/network/link.py
hydra_base/db/model/network/network.py
hydra_base/db/model/network/node.py
hydra_base/db/model/network/resource.py
hydra_base/db/model/network/resourceattr.py
hydra_base/db/model/network/resourcegroup.py
hydra_base/db/model/scenario/__init__.py
hydra_base/db/model/scenario/resourcegroupitem.py
hydra_base/db/model/scenario/scenario.py
hydra_base/lib/__init__.py
hydra_base/lib/attributes.py
hydra_base/lib/cache.py
hydra_base/lib/data.py
hydra_base/lib/groups.py
hydra_base/lib/network.py
hydra_base/lib/notes.py
hydra_base/lib/objects.py
hydra_base/lib/plugins.py
hydra_base/lib/project.py
hydra_base/lib/rules.py
hydra_base/lib/scenario.py
hydra_base/lib/service.py
hydra_base/lib/sharing.py
hydra_base/lib/static.py
hydra_base/lib/units.py
hydra_base/lib/users.py
hydra_base/lib/HydraTypes/Encodings.py
hydra_base/lib/HydraTypes/Registry.py
hydra_base/lib/HydraTypes/Types.py
hydra_base/lib/HydraTypes/__init__.py
hydra_base/lib/storage/__init__.py
hydra_base/lib/storage/datasetmanager.py
hydra_base/lib/storage/hdfstorageadapter.py
hydra_base/lib/storage/mongodatasetmanager.py
hydra_base/lib/storage/mongostorageadapter.py
hydra_base/lib/storage/readers.py
hydra_base/lib/template/__init__.py
hydra_base/lib/template/resource.py
hydra_base/lib/template/utils.py
hydra_base/lib/template/xml.py
hydra_base/static/default_units_and_dimensions.json
hydra_base/static/plugin_input.xsd
hydra_base/static/plugin_output.xsd
hydra_base/static/template.xsd
hydra_base/util/__init__.py
hydra_base/util/dataset_util.py
hydra_base/util/example_node_type_map.csv
hydra_base/util/hdb.py
hydra_base/util/hydra_dateutil.py
hydra_base/util/permissions.py
hydra_base/util/restore_types.py
hydra_base/util/storage.py
hydra_base/util/testing.py
hydra_base/util/time_map.py
hydra_base/util/windows.py
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/missing_tests_report.py
tests/pytest.ini
tests/test_data.py
tests/test_datatypes.py
tests/test_groups.py
tests/test_hdf.py
tests/test_login.py
tests/test_mongo.py
tests/test_network.py
tests/test_rules.py
tests/test_scenario.py
tests/test_units.py
tests/test_users.py
tests/test_windows.py
tests/attributes/test_attributes.py
tests/attributes/test_attributes_scoped.py
tests/project/test_project.py
tests/project/test_project_inheritance.py
tests/templates/template.xml
tests/templates/test_template_inheritance.py
tests/templates/test_templates.py