Metadata-Version: 2.4
Name: imas-data-dictionaries
Version: 4.1.0
Summary: This package all released versions (IDSDef.xml + identifiers) of the Data Dictionary of ITER's Integrated Modelling & Analysis Suite (IMAS)
Author-email: ITER Organization <imas-support@iter.org>
License-Expression: LGPL-3.0+ AND CC-BY-ND-4.0
Project-URL: homepage, https://github.com/iterorganization/IMAS-Data-Dictionaries
Keywords: IMAS,Data Dictionary,IDS
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
License-File: LICENSE-LGPL
License-File: LICENSE-CC-BY-ND
Requires-Dist: importlib_resources; python_version < "3.9"
Requires-Dist: packaging
Dynamic: license-file

# IMAS Data Dictionary Archive

This repository contains an archive of released versions of the [IMAS Data
Dictionary](https://github.com/iterorganization/IMAS-Data-Dictionary) and
corresponding identifiers. The oldest version included is `3.22.0`. The version
of this repository corresponds to the latest included Data Dictionary release.
For example, version `4.0.0` of this repository will include all Data Dictionary
versions from `3.22.0` to `4.0.0`.

The goals of this repository are:
1. Allow easy access to released IMAS Data Dictionary definitions, such that
   they can be used by other tools which rely on them.
2. Make an archive of the definitions available as a Python package, which other
   tools (like [IMAS-Python](https://github.com/iterorganization/IMAS-Python))
   can depend on.


## Legal

Copyright 2012-2025, ITER Organization, Route de Vinon-sur-Verdon, CS 90 046, 
13067 St-Paul-lez-Durance Cedex, France.

This repository contains data schemas and software that are subject to different 
licenses:

* The data schemas and identifiers (all files in the
  [data-dictionary](data-dictionary) and [identifiers](identifiers) folders) are
  licensed under the Creative Commons Attribution-Noderivatives 4.0
  International License (CC-BY-ND 4.0) which permits use and distribution as
  long as appropriate credit is given to the original source, but does not
  permit adaptations, as the main goal of these schemas is to serve as a
  standard for the community. Details can be found in
  [LICENSE-CC-BY-ND](LICENSE-CC-BY-ND).

* The software is licensed under the LGPLv3 License which allows for extensive
  freedom in using, modifying, and distributing it, provided that the license
  terms are met. Details can be found in [LICENSE-LGPL](LICENSE-LGPL).
