README.md
requirements.txt
setup.py
nexinfosys/__init__.py
nexinfosys/command_definitions.py
nexinfosys/command_descriptions.py
nexinfosys/command_field_definitions.py
nexinfosys/command_field_descriptions.py
nexinfosys/embedded_nis.py
nexinfosys/initialization.py
nexinfosys/serialization.py
nexinfosys.egg-info/PKG-INFO
nexinfosys.egg-info/SOURCES.txt
nexinfosys.egg-info/dependency_links.txt
nexinfosys.egg-info/requires.txt
nexinfosys.egg-info/top_level.txt
nexinfosys/authentication/__init__.py
nexinfosys/command_executors/__init__.py
nexinfosys/command_executors/execution_helpers.py
nexinfosys/command_executors/analysis/__init__.py
nexinfosys/command_executors/external_data/__init__.py
nexinfosys/command_executors/external_data/etl_external_dataset_command.py
nexinfosys/command_executors/external_data/mapping_command.py
nexinfosys/command_executors/external_data/parameters_command.py
nexinfosys/command_executors/misc/__init__.py
nexinfosys/command_executors/read_query/__init__.py
nexinfosys/command_executors/read_query/enumerate_datasets_command.py
nexinfosys/command_executors/read_query/get_dataset_query_worksheet.py
nexinfosys/command_executors/solving/__init__.py
nexinfosys/command_executors/specification/__init__.py
nexinfosys/command_executors/specification/data_input_command.py
nexinfosys/command_executors/specification/dummy_command.py
nexinfosys/command_executors/specification/hierarchy_command.py
nexinfosys/command_executors/specification/metadata_command.py
nexinfosys/command_executors/specification/pedigree_matrix_command.py
nexinfosys/command_executors/specification/references_command.py
nexinfosys/command_executors/specification/scale_conversion_command.py
nexinfosys/command_executors/specification/structure_command.py
nexinfosys/command_executors/specification/upscale_command.py
nexinfosys/command_executors/version2/__init__.py
nexinfosys/command_executors/version2/attribute_sets_command.py
nexinfosys/command_executors/version2/attribute_types_command.py
nexinfosys/command_executors/version2/dataset_data_command.py
nexinfosys/command_executors/version2/dataset_definition_command.py
nexinfosys/command_executors/version2/dataset_query_command.py
nexinfosys/command_executors/version2/hierarchy_categories_command.py
nexinfosys/command_executors/version2/hierarchy_mapping_command.py
nexinfosys/command_executors/version2/interface_types_command.py
nexinfosys/command_executors/version2/interfaces_command.py
nexinfosys/command_executors/version2/lcia_methods_command.py
nexinfosys/command_executors/version2/matrix_indicators_command.py
nexinfosys/command_executors/version2/nested_commands_command.py
nexinfosys/command_executors/version2/pedigree_matrices_command.py
nexinfosys/command_executors/version2/problem_statement_command.py
nexinfosys/command_executors/version2/processor_scalings_command.py
nexinfosys/command_executors/version2/processors_command.py
nexinfosys/command_executors/version2/references_v2_command.py
nexinfosys/command_executors/version2/relationships_command.py
nexinfosys/command_executors/version2/scalar_indicator_benchmarks_command.py
nexinfosys/command_executors/version2/scalar_indicators_command.py
nexinfosys/command_executors/version2/scale_conversion_v2_command.py
nexinfosys/command_executors/version2/solvers.py
nexinfosys/command_generators/__init__.py
nexinfosys/command_generators/parser_ast_evaluators.py
nexinfosys/command_generators/parser_field_examples.py
nexinfosys/command_generators/parser_field_parsers.py
nexinfosys/command_generators/parser_json.py
nexinfosys/command_generators/parser_pythonscript.py
nexinfosys/command_generators/parser_rscript.py
nexinfosys/command_generators/parser_spreadsheet.py
nexinfosys/command_generators/parser_spreadsheet_utils.py
nexinfosys/command_generators/parsers_factory.py
nexinfosys/command_generators/spreadsheet_command_parsers/__init__.py
nexinfosys/command_generators/spreadsheet_command_parsers/analysis/__init__.py
nexinfosys/command_generators/spreadsheet_command_parsers/analysis/indicators_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers/external_data/__init__.py
nexinfosys/command_generators/spreadsheet_command_parsers/external_data/etl_external_dataset_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers/external_data/mapping_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers/external_data/parameters_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers/specification/__init__.py
nexinfosys/command_generators/spreadsheet_command_parsers/specification/data_input_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers/specification/hierarchy_spreadsheet_parser.py
nexinfosys/command_generators/spreadsheet_command_parsers/specification/metadata_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers/specification/pedigree_matrix_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers/specification/references_spreadsheet_parser.py
nexinfosys/command_generators/spreadsheet_command_parsers/specification/scale_conversion_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers/specification/structure_spreadsheet_parser.py
nexinfosys/command_generators/spreadsheet_command_parsers/specification/upscale_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers_v2/__init__.py
nexinfosys/command_generators/spreadsheet_command_parsers_v2/dataset_data_spreadsheet_parse.py
nexinfosys/command_generators/spreadsheet_command_parsers_v2/dataset_qry_spreadsheet_parse.py
nexinfosys/common/__init__.py
nexinfosys/common/constants.py
nexinfosys/common/create_database.py
nexinfosys/common/decorators.py
nexinfosys/common/helper.py
nexinfosys/ie_exports/__init__.py
nexinfosys/ie_exports/back_to_nis_format.py
nexinfosys/ie_exports/bi_cubes.py
nexinfosys/ie_exports/flows_graph.py
nexinfosys/ie_exports/geolayer.py
nexinfosys/ie_exports/graph_theory.py
nexinfosys/ie_exports/ilcd_lca.py
nexinfosys/ie_exports/json_export.py
nexinfosys/ie_exports/jupyter_notebook.py
nexinfosys/ie_exports/preprocess_expressions.py
nexinfosys/ie_exports/processors_graph.py
nexinfosys/ie_exports/rdf.py
nexinfosys/ie_exports/reference_of_commands.py
nexinfosys/ie_exports/sdmx.py
nexinfosys/ie_exports/xml_export.py
nexinfosys/ie_imports/__init__.py
nexinfosys/ie_imports/cache.py
nexinfosys/ie_imports/data_source_manager.py
nexinfosys/ie_imports/google_drive.py
nexinfosys/ie_imports/data_sources/UNcomTrade.py
nexinfosys/ie_imports/data_sources/__init__.py
nexinfosys/ie_imports/data_sources/ad_hoc_dataset.py
nexinfosys/ie_imports/data_sources/eurostat_bulk.py
nexinfosys/ie_imports/data_sources/eurostat_gisco.py
nexinfosys/ie_imports/data_sources/eurostats_comext.py
nexinfosys/ie_imports/data_sources/fadn.py
nexinfosys/ie_imports/data_sources/faostat.py
nexinfosys/ie_imports/data_sources/oecd.py
nexinfosys/ie_imports/data_sources/ssp.py
nexinfosys/ie_imports/data_sources/wiod.py
nexinfosys/ie_imports/experimental/__init__.py
nexinfosys/ie_imports/experimental/faomap.py
nexinfosys/ie_imports/experimental/getTradeDataFromComtrade.py
nexinfosys/model_services/__init__.py
nexinfosys/model_services/use_cases.py
nexinfosys/model_services/workspace.py
nexinfosys/models/__init__.py
nexinfosys/models/musiasem_concepts.py
nexinfosys/models/musiasem_concepts_helper.py
nexinfosys/models/musiasem_methodology_support.py
nexinfosys/models/statistical_datasets.py
nexinfosys/models/experiments/__init__.py
nexinfosys/models/experiments/expression_parser_1.py
nexinfosys/models/experiments/expression_parser_2.py
nexinfosys/models/experiments/expressions.py
nexinfosys/solving/__init__.py
nexinfosys/solving/flow_graph_solver.py
nexinfosys/solving/solver_one.py
nexinfosys/solving/graph/__init__.py
nexinfosys/solving/graph/computation_graph.py
nexinfosys/solving/graph/flow_graph.py