README.md
pyproject.toml
src/gedcomtools/__init__.py
src/gedcomtools/_gedcom5x.py
src/gedcomtools/cli.py
src/gedcomtools/gctool.py
src/gedcomtools/gctool_commands.py
src/gedcomtools/gctool_dataops.py
src/gedcomtools/gctool_examine.py
src/gedcomtools/gctool_interactive.py
src/gedcomtools/gctool_load.py
src/gedcomtools/gctool_output.py
src/gedcomtools/gedcom.py
src/gedcomtools/gedcom_protocol.py
src/gedcomtools/glog.py
src/gedcomtools/graph.py
src/gedcomtools/rel_cache.py
src/gedcomtools.egg-info/PKG-INFO
src/gedcomtools.egg-info/SOURCES.txt
src/gedcomtools.egg-info/dependency_links.txt
src/gedcomtools.egg-info/entry_points.txt
src/gedcomtools.egg-info/requires.txt
src/gedcomtools.egg-info/top_level.txt
src/gedcomtools/gedcom5/__init__.py
src/gedcomtools/gedcom5/elements.py
src/gedcomtools/gedcom5/g5tog7.py
src/gedcomtools/gedcom5/gedcom5.py
src/gedcomtools/gedcom5/helpers.py
src/gedcomtools/gedcom5/models5.py
src/gedcomtools/gedcom5/parser.py
src/gedcomtools/gedcom5/source.py
src/gedcomtools/gedcom5/specification5.py
src/gedcomtools/gedcom5/tags.py
src/gedcomtools/gedcom5/validator5.py
src/gedcomtools/gedcom7/__init__.py
src/gedcomtools/gedcom7/exceptions.py
src/gedcomtools/gedcom7/g7cli.py
src/gedcomtools/gedcom7/g7togx.py
src/gedcomtools/gedcom7/gedcom7.py
src/gedcomtools/gedcom7/gxtog7.py
src/gedcomtools/gedcom7/models.py
src/gedcomtools/gedcom7/spec_rules.json
src/gedcomtools/gedcom7/spec_sync.py
src/gedcomtools/gedcom7/specification.py
src/gedcomtools/gedcom7/spectools.py
src/gedcomtools/gedcom7/structure.py
src/gedcomtools/gedcom7/tag_registry.py
src/gedcomtools/gedcom7/validate7.py
src/gedcomtools/gedcom7/validator.py
src/gedcomtools/gedcom7/writer.py
src/gedcomtools/gedcomx/__init__.py
src/gedcomtools/gedcomx/address.py
src/gedcomtools/gedcomx/agent.py
src/gedcomtools/gedcomx/attribution.py
src/gedcomtools/gedcomx/cli.py
src/gedcomtools/gedcomx/conclusion.py
src/gedcomtools/gedcomx/conversion.py
src/gedcomtools/gedcomx/converter_base.py
src/gedcomtools/gedcomx/coverage.py
src/gedcomtools/gedcomx/csv_export.py
src/gedcomtools/gedcomx/date.py
src/gedcomtools/gedcomx/document.py
src/gedcomtools/gedcomx/event.py
src/gedcomtools/gedcomx/evidence_reference.py
src/gedcomtools/gedcomx/exceptions.py
src/gedcomtools/gedcomx/extensible.py
src/gedcomtools/gedcomx/extensible_enum.py
src/gedcomtools/gedcomx/fact.py
src/gedcomtools/gedcomx/family.py
src/gedcomtools/gedcomx/gedcomx.py
src/gedcomtools/gedcomx/gender.py
src/gedcomtools/gedcomx/gml.py
src/gedcomtools/gedcomx/group.py
src/gedcomtools/gedcomx/gx_base.py
src/gedcomtools/gedcomx/gxcli.py
src/gedcomtools/gedcomx/gxcli_commands.py
src/gedcomtools/gedcomx/gxcli_core.py
src/gedcomtools/gedcomx/gxcli_output.py
src/gedcomtools/gedcomx/gxcli_schema.py
src/gedcomtools/gedcomx/identifier.py
src/gedcomtools/gedcomx/mutations.py
src/gedcomtools/gedcomx/name.py
src/gedcomtools/gedcomx/note.py
src/gedcomtools/gedcomx/online_account.py
src/gedcomtools/gedcomx/person.py
src/gedcomtools/gedcomx/place_description.py
src/gedcomtools/gedcomx/place_reference.py
src/gedcomtools/gedcomx/qualifier.py
src/gedcomtools/gedcomx/relationship.py
src/gedcomtools/gedcomx/resource.py
src/gedcomtools/gedcomx/schemas.py
src/gedcomtools/gedcomx/serialization.py
src/gedcomtools/gedcomx/source_citation.py
src/gedcomtools/gedcomx/source_description.py
src/gedcomtools/gedcomx/source_reference.py
src/gedcomtools/gedcomx/subject.py
src/gedcomtools/gedcomx/tag_mappings.py
src/gedcomtools/gedcomx/textvalue.py
src/gedcomtools/gedcomx/uri.py
src/gedcomtools/gedcomx/validation.py
src/gedcomtools/gedcomx/zip.py
src/gedcomtools/gedcomx/extensions/__init__.py
src/gedcomtools/gedcomx/extensions/ae_arango/__init__.py
src/gedcomtools/gedcomx/extensions/ae_arango/argo_graph.py
src/gedcomtools/gedcomx/extensions/ae_arango/test.py
src/gedcomtools/gedcomx/extensions/fs/Identifier.py
src/gedcomtools/gedcomx/extensions/fs/__init__.py
src/gedcomtools/gedcomx/extensions/fs/additional_attribution.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_alternate.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_artifact.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_change.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_core.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_discussion.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_group.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_link.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_merge.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_node.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_ordinance.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_place_ext.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_platform.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_relationship.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_rs.py
src/gedcomtools/gedcomx/extensions/fs/fs_types_vocab.py
src/gedcomtools/gedcomx/extensions/test/__init__.py
src/gedcomtools/gedcomx/extensions/test/argo_graph.py
src/gedcomtools/gedcomx/extensions/test/test.py
src/gedcomtools/utils/Utilities.py
src/gedcomtools/utils/__init__.py
tests/test_agent.py
tests/test_cli.py
tests/test_conclusion.py
tests/test_confidence.py
tests/test_conversion.py
tests/test_conversion_return_types.py
tests/test_familysearch_sample_data.py
tests/test_g5tog7.py
tests/test_g7togx.py
tests/test_gctool.py
tests/test_gedcom5_individual.py
tests/test_gedcom5_parser.py
tests/test_gedcom7_models.py
tests/test_gedcom7_official.py
tests/test_gedcom7_parser.py
tests/test_gedcom7_validator.py
tests/test_gedcom7_writer.py
tests/test_gedcomx.py
tests/test_gedcomx_csv_export.py
tests/test_gedcomx_gml.py
tests/test_gedcomx_roundtrip.py
tests/test_gedcomx_validation_rules.py
tests/test_gml_facade.py
tests/test_gxtog7.py
tests/test_identifier.py
tests/test_name.py
tests/test_note.py
tests/test_person.py
tests/test_sample_data_roundtrip.py
tests/test_serialization.py
tests/test_source_reference.py
tests/test_textvalue.py
tests/test_uri.py
tests/test_utilities_download.py
tests/test_zip.py