LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/architecture.md
docs/overview.md
docs/setup_and_contribution.md
python/cli/__init__.py
python/cli/main.py
python/cloud_storage/aws_s3_cloud_storage_agent.py
python/cloud_storage/azure_blob_storage_agent.py
python/cloud_storage/cloud_storage_agent.py
python/cloud_storage/gcp_cloud_storage_agent.py
python/enhanced_examples_with_tutorial/__init__.py
python/enhanced_examples_with_tutorial/advanced_cases.py
python/enhanced_examples_with_tutorial/advanced_formatting.py
python/enhanced_examples_with_tutorial/all_formatters.py
python/enhanced_examples_with_tutorial/basic_usage.py
python/enhanced_examples_with_tutorial/convert_between_formats.py
python/enhanced_examples_with_tutorial/edge_cases_and_tags.py
python/enhanced_examples_with_tutorial/from_file_io.py
python/enhanced_examples_with_tutorial/load_convert_formats.py
python/enhanced_examples_with_tutorial/load_from_cloud.py
python/enhanced_examples_with_tutorial/manipulation_example.py
python/enhanced_examples_with_tutorial/parse_from_string.py
python/enhanced_examples_with_tutorial/parse_tuples_and_dataclass.py
python/enhanced_examples_with_tutorial/revive_with_typing.py
python/enhanced_examples_with_tutorial/strict_vs_relaxed_demo.py
python/enhanced_examples_with_tutorial/trigger_strict_from_file.py
python/enhanced_examples_with_tutorial/validate_each_format.py
python/enhanced_examples_with_tutorial/validate_input.py
python/formatters/atom.py
python/formatters/base.py
python/formatters/csv.py
python/formatters/env.py
python/formatters/html.py
python/formatters/ini.py
python/formatters/java_properties.py
python/formatters/json.py
python/formatters/jsonld.py
python/formatters/markdown.py
python/formatters/microdata.py
python/formatters/notation3.py
python/formatters/ntriples.py
python/formatters/owl.py
python/formatters/rdf.py
python/formatters/rss.py
python/formatters/shell_script.py
python/formatters/sparql.py
python/formatters/sql.py
python/formatters/strictyml.py
python/formatters/toml.py
python/formatters/turtle_ttl.py
python/formatters/xml.py
python/formatters/yaml.py
python/hyoml.egg-info/PKG-INFO
python/hyoml.egg-info/SOURCES.txt
python/hyoml.egg-info/dependency_links.txt
python/hyoml.egg-info/requires.txt
python/hyoml.egg-info/top_level.txt
python/interface/__init__.py
python/interface/hyoml.py
python/interface/helpers/aliases.py
python/interface/helpers/format_helpers.py
python/interface/helpers/validation_helpers.py
python/loader/aggregator.py
python/loader/executor.py
python/loader/loader_manager.py
python/loader/normalizer.py
python/loader/strategies/azure_loader.py
python/loader/strategies/base_strategy.py
python/loader/strategies/data_url_loader.py
python/loader/strategies/file_path_loader.py
python/loader/strategies/gcs_loader.py
python/loader/strategies/http_loader.py
python/loader/strategies/s3_loader.py
python/middleware/__init__.py
python/middleware/directive_visitor.py
python/middleware/tag_visitor.py
python/parser/__init__.py
python/parser/reader_factory.py
python/parser/core/__init__.py
python/parser/core/factory.py
python/parser/core/hyoml_parser.py
python/parser/core/relaxedjson_with_tags.py
python/parser/core/relaxedyml_with_tags.py
python/parser/core/manipulation/__init__.py
python/parser/core/manipulation/searcher.py
python/parser/core/manipulation/sorter.py
python/parser/core/middleware/__init__.py
python/parser/core/middleware/autofixer.py
python/parser/core/middleware/config_validator.py
python/parser/core/middleware/reviver.py
python/parser/core/visitors/__init__.py
python/parser/core/visitors/date_visitor.py
python/parser/core/visitors/directive_visitor.py
python/parser/core/visitors/tag_visitor.py
python/parser/core/visitors/visitor_loader.py
python/parser/readers/atom_reader.py
python/parser/readers/base_reader.py
python/parser/readers/csv_reader.py
python/parser/readers/env_reader.py
python/parser/readers/html_reader.py
python/parser/readers/ini_reader.py
python/parser/readers/java_properties_reader.py
python/parser/readers/json_reader.py
python/parser/readers/markdown_reader.py
python/parser/readers/microdata_reader.py
python/parser/readers/owl_reader.py
python/parser/readers/rdf_reader.py
python/parser/readers/rss_reader.py
python/parser/readers/shell_script_reader.py
python/parser/readers/sparql_reader.py
python/parser/readers/sql_reader.py
python/parser/readers/toml_reader.py
python/parser/readers/xml_reader.py
python/tests/__init__.py
python/tests/test_autofixer.py
python/tests/test_cli.py
python/tests/test_cli_main.py
python/tests/test_cloud_storage_agents.py
python/tests/test_formatters.py
python/tests/test_formatters_basic.py
python/tests/test_interface_hyoml.py
python/tests/test_loader_strategies.py
python/tests/test_parser.py
python/tests/test_parser_hyoml_parser.py
python/tests/test_utils.py
python/tests/test_utils_basic.py
python/tests/test_validators.py
python/tests/test_visitors.py
python/utils/__init__.py
python/utils/conversion_utils.py
python/utils/file_utils.py
python/utils/formatter_utils.py
python/utils/logger.py
python/utils/validator.py