LICENSE
README.md
pyproject.toml
note_to_json/__init__.py
note_to_json/cli.py
note_to_json/parser.py
note_to_json.egg-info/PKG-INFO
note_to_json.egg-info/SOURCES.txt
note_to_json.egg-info/dependency_links.txt
note_to_json.egg-info/entry_points.txt
note_to_json.egg-info/requires.txt
note_to_json.egg-info/top_level.txt
note_to_json/utils/__init__.py
note_to_json/utils/encoding.py
tests/test_bom_handling.py
tests/test_cli_integration.py
tests/test_generic_inputs.py
tests/test_glob_and_multi_outputs.py
tests/test_json_passthrough.py
tests/test_parser.py
tests/test_resilience.py
tests/test_stdin_modes.py
tests/test_utf8_and_utf16_files.py