.gitignore
.pre-commit-config.yaml
.yamllint.yml
CITATION.cff
LICENSE
README.md
cspell.json
mkdocs.yml
pyproject.toml
.cspell/custom-dictionary.txt
.github/workflows/build_docs.yml
.github/workflows/cff-validation.yml
.github/workflows/publish.yaml
.github/workflows/pylint.yaml
.github/workflows/pytest.yaml
.github/workflows/spellcheck.yml
.vscode/launch.json
.vscode/settings.json
docs/contact.md
docs/index.md
docs/assets/NeXus-FAIRmat-nyaml1.png
docs/assets/NeXus-FAIRmat-nyaml1.svg
docs/assets/favicon.png
docs/assets/favicon.svg
docs/howtos/howto.md
docs/learn/explanations.md
docs/learn/workflow.md
docs/learn/yaml-notation.md
docs/references/cli-api.md
docs/references/references.md
docs/stylesheets/extra.css
docs/tutorials/contributing.md
docs/tutorials/installation.md
docs/tutorials/writing-a-yaml-definition.md
src/nyaml/__init__.py
src/nyaml/cli.py
src/nyaml/comment_collector.py
src/nyaml/helper.py
src/nyaml/nxdl2nyaml.py
src/nyaml/nyaml2nxdl.py
src/nyaml.egg-info/PKG-INFO
src/nyaml.egg-info/SOURCES.txt
src/nyaml.egg-info/dependency_links.txt
src/nyaml.egg-info/entry_points.txt
src/nyaml.egg-info/requires.txt
src/nyaml.egg-info/top_level.txt
tests/helpers.py
tests/test_nxdl2nyaml.py
tests/test_nyaml2nxdl.py
tests/test_roundtrip.py
tests/data/nxdl2yaml/NXattributes.nxdl.xml
tests/data/nxdl2yaml/NXdimensionsType.nxdl.xml
tests/data/nxdl2yaml/Ref_NXattributes.yaml
tests/data/nxdl2yaml/Ref_NXdimensionsType.yaml
tests/data/nxdl2yaml/Ref_NXentry.nxdl.xml
tests/data/nxdl2yaml/Ref_NXentry.yaml
tests/data/nxdl2yaml/allowed_nameType.nxdl.xml
tests/data/nxdl2yaml/dimensions.nxdl.xml
tests/data/nxdl2yaml/doc_nxdl2yaml.nxdl.xml
tests/data/nxdl2yaml/enumerations.nxdl.xml
tests/data/nxdl2yaml/ref_allowed_nameType.yaml
tests/data/nxdl2yaml/ref_doc_nxdl2yaml.yaml
tests/data/nxdl2yaml/ref_enumerations.yaml
tests/data/roundtrip/NXentry.nxdl.xml
tests/data/roundtrip/Ref_NXcomment.yaml
tests/data/roundtrip/Ref_NXellipsometry.nxdl.xml
tests/data/roundtrip/Ref_NXellipsometry.yaml
tests/data/roundtrip/Ref_NXellipsometry_1.nxdl.xml
tests/data/roundtrip/Ref_NXentry_License.nxdl.xml
tests/data/roundtrip/Ref_NXentry_License_modified.yaml
tests/data/unused_files/NXcanSAS.nxdl.xml
tests/data/unused_files/NXcanSAS.yaml
tests/data/unused_files/Ref_NXcanSAS.nxdl.xml
tests/data/unused_files/aaaNXcanSAS.nxdl.xml
tests/data/unused_files/nxdl2yml.Ref_NXcanSAS.yaml
tests/data/yaml2nxdl/NXattributes.yaml
tests/data/yaml2nxdl/NXcomment.yaml
tests/data/yaml2nxdl/NXdimensionsType.yaml
tests/data/yaml2nxdl/NXellipsometry-docCheck.yaml
tests/data/yaml2nxdl/NXfilelineError1.yaml
tests/data/yaml2nxdl/NXfilelineError2.yaml
tests/data/yaml2nxdl/NXfilelineError3.yaml
tests/data/yaml2nxdl/NXfit.yaml
tests/data/yaml2nxdl/NXmytests.yaml
tests/data/yaml2nxdl/NXnested_symbols.yaml
tests/data/yaml2nxdl/NXtest_links.yaml
tests/data/yaml2nxdl/Ref_NXattributes.nxdl.xml
tests/data/yaml2nxdl/Ref_NXcomment.nxdl.xml
tests/data/yaml2nxdl/Ref_NXdimensionsType.nxdl.xml
tests/data/yaml2nxdl/Ref_NXellipsometry-docCheck.nxdl.xml
tests/data/yaml2nxdl/Ref_NXfit.nxdl.xml
tests/data/yaml2nxdl/Ref_NXmytests.nxdl.xml
tests/data/yaml2nxdl/Ref_NXnested_symbols.nxdl.xml
tests/data/yaml2nxdl/Ref_NXtest_links.nxdl.xml
tests/data/yaml2nxdl/allowed_nameType.yaml
tests/data/yaml2nxdl/doc_yaml2nxdl.yaml
tests/data/yaml2nxdl/enumerations.yaml
tests/data/yaml2nxdl/no_tabs_yaml2nxdl.yaml
tests/data/yaml2nxdl/prohibited_nameType.yaml
tests/data/yaml2nxdl/ref_allowed_nameType.nxdl.xml
tests/data/yaml2nxdl/ref_doc_yaml2nxdl.nxdl.xml
tests/data/yaml2nxdl/ref_enumerations.nxdl.xml
tests/data/yaml2nxdl/ref_no_tabs_yaml2nxdl.nxdl.xml