.appveyor.yml
.gitignore
.travis.yml
AUTHORS
CHANGELOG
LICENSE
MANIFEST.in
NOTICE
README.rst
setup.cfg
setup.py
.github/workflows/testing.yaml
bin/f90nml
docs/Makefile
docs/source/cli.rst
docs/source/cli_examples.rst
docs/source/cli_flags.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/docutils.conf
docs/source/index.rst
docs/source/manpage.rst
docs/source/notes.rst
docs/source/usage.rst
docs/source/_static/custom.css
f90nml/__init__.py
f90nml/cli.py
f90nml/findex.py
f90nml/fpy.py
f90nml/namelist.py
f90nml/parser.py
f90nml/tokenizer.py
f90nml.egg-info/PKG-INFO
f90nml.egg-info/SOURCES.txt
f90nml.egg-info/dependency_links.txt
f90nml.egg-info/requires.txt
f90nml.egg-info/top_level.txt
papers/joss/codemeta.json
papers/joss/paper.bib
papers/joss/paper.md
pkg/arch/.gitignore
pkg/arch/python-f90nml/PKGBUILD
tests/__init__.py
tests/bcast.nml
tests/bcast_target.nml
tests/comment.nml
tests/comment_alt.nml
tests/comment_patch.nml
tests/comment_target.nml
tests/default_index.nml
tests/dollar.nml
tests/dollar_target.nml
tests/dtype.nml
tests/dtype_case.nml
tests/dtype_case_target.nml
tests/dtype_target.nml
tests/empty.nml
tests/empty_file
tests/ext_token.nml
tests/extern_cmt.nml
tests/f77.nml
tests/f77_target.nml
tests/float.nml
tests/float_format.nml
tests/float_target.nml
tests/gen.nml
tests/global_index.nml
tests/grp_no_end.nml
tests/grp_repeat.nml
tests/grp_repeat_target.nml
tests/ieee.nml
tests/ieee_target.nml
tests/index_bad.nml
tests/index_bad_end.nml
tests/index_bad_start.nml
tests/index_bad_stride.nml
tests/index_empty.nml
tests/index_empty_end.nml
tests/index_empty_stride.nml
tests/index_zero_stride.nml
tests/list_patch.nml
tests/logical.nml
tests/logical_repr.nml
tests/long_string.nml
tests/long_string_target.nml
tests/multidim.nml
tests/multidim_idx_space.nml
tests/multidim_ooo.nml
tests/multidim_ooo_target.nml
tests/multidim_space.nml
tests/multidim_target.nml
tests/multiline.nml
tests/multiline_colwidth.nml
tests/multiline_index.nml
tests/no_eol_in_eof.nml
tests/null.nml
tests/null_target.nml
tests/numpy_types.nml
tests/repatch.nml
tests/requirements_test.txt
tests/sparse_array.nml
tests/string.nml
tests/string_multiline.nml
tests/string_target.nml
tests/test_f90nml.py
tests/types.json
tests/types.nml
tests/types.yaml
tests/types_cli_set.nml
tests/types_col10.nml
tests/types_dict.nml
tests/types_end_comma.nml
tests/types_indent_2.nml
tests/types_indent_tab.nml
tests/types_patch.nml
tests/types_sorted.nml
tests/types_uppercase.nml
tests/unset.nml
tests/values_exceed_index.nml
tests/vector.json
tests/vector.nml
tests/vector_default_idx.nml
tests/vector_target.nml
tests/winfmt.nml