README.md
autogenerate.sh
pyproject.toml
.openapi-python-client/config.yaml
.openapi-python-client/templates/endpoint_init.py.jinja
.openapi-python-client/templates/endpoint_macros.py.jinja
.openapi-python-client/templates/endpoint_module.py.jinja
.openapi-python-client/templates/model.py.jinja
.openapi-python-client/templates/types.py.jinja
docs/.gitignore
docs/Makefile
docs/README.md
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/pcmd_cli.rst
docs/source/pigeon_core.rst
docs/source/pypigeon_api.rst
docs/source/_static/custom.css
docs/source/_templates/custom-class-template.rst
docs/source/_templates/custom-module-template.rst
examples/example.py
examples/pigeon-example-1.ipynb
examples/pigeon-example-2.ipynb
pypigeon/__init__.py
pypigeon/client.py
pypigeon/collections.py
pypigeon/item_io.py
pypigeon.egg-info/PKG-INFO
pypigeon.egg-info/SOURCES.txt
pypigeon.egg-info/dependency_links.txt
pypigeon.egg-info/entry_points.txt
pypigeon.egg-info/requires.txt
pypigeon.egg-info/top_level.txt
pypigeon/pcmd/__init__.py
pypigeon/pcmd/__main__.py
pypigeon/pcmd/cli.py
pypigeon/pcmd/commands/__init__.py
pypigeon/pcmd/commands/auth.py
pypigeon/pcmd/commands/base_commands.py
pypigeon/pcmd/commands/cde.py
pypigeon/pcmd/commands/pdd.py
pypigeon/pigeon_core/.opcignore
pypigeon/pigeon_core/__init__.py
pypigeon/pigeon_core/client.py
pypigeon/pigeon_core/errors.py
pypigeon/pigeon_core/login.py
pypigeon/pigeon_core/paginator.py
pypigeon/pigeon_core/types.py
pypigeon/pigeon_core/api/__init__.py
pypigeon/pigeon_core/api/account/__init__.py
pypigeon/pigeon_core/api/account/account_create_account.py
pypigeon/pigeon_core/api/account/account_delete_account.py
pypigeon/pigeon_core/api/account/account_get_account.py
pypigeon/pigeon_core/api/admin/__init__.py
pypigeon/pigeon_core/api/admin/admin_get_config.py
pypigeon/pigeon_core/api/admin/admin_put_config.py
pypigeon/pigeon_core/api/auth/__init__.py
pypigeon/pigeon_core/api/auth/auth_activate_session.py
pypigeon/pigeon_core/api/auth/auth_authenticate_user.py
pypigeon/pigeon_core/api/auth/auth_get_csrf.py
pypigeon/pigeon_core/api/auth/auth_get_session.py
pypigeon/pigeon_core/api/auth/auth_new_session.py
pypigeon/pigeon_core/api/auth/auth_provider_authorized.py
pypigeon/pigeon_core/api/auth/auth_provider_login.py
pypigeon/pigeon_core/api/auth/auth_provider_signin_provider.py
pypigeon/pigeon_core/api/auth/auth_providers_req.py
pypigeon/pigeon_core/api/auth/auth_signin.py
pypigeon/pigeon_core/api/auth/auth_signout.py
pypigeon/pigeon_core/api/cde/__init__.py
pypigeon/pigeon_core/api/cde/cdes_delete_cdeset.py
pypigeon/pigeon_core/api/cde/cdes_get_cdeset.py
pypigeon/pigeon_core/api/cde/cdes_list_cdesets.py
pypigeon/pigeon_core/api/cde/cdes_list_data_elements.py
pypigeon/pigeon_core/api/cde/cdes_new_cdeset.py
pypigeon/pigeon_core/api/collections/__init__.py
pypigeon/pigeon_core/api/collections/collections_create_collection.py
pypigeon/pigeon_core/api/collections/collections_create_collection_version.py
pypigeon/pigeon_core/api/collections/collections_delete_collection_version.py
pypigeon/pigeon_core/api/collections/collections_get_cde_stats.py
pypigeon/pigeon_core/api/collections/collections_get_collection_version.py
pypigeon/pigeon_core/api/collections/collections_get_collections.py
pypigeon/pigeon_core/api/collections/collections_get_stats.py
pypigeon/pigeon_core/api/collections/collections_update_collection_meta.py
pypigeon/pigeon_core/api/collections/collections_update_collection_metapatch.py
pypigeon/pigeon_core/api/data_dictionaries/__init__.py
pypigeon/pigeon_core/api/data_dictionaries/cdes_get_data_element_latest.py
pypigeon/pigeon_core/api/data_dictionaries/cdes_get_data_element_version.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_copy_to_cdeset.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_create_a_new_data_element.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_create_a_new_data_element_ref.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_create_new_data_element_ref_version.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_create_new_data_element_version.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_delete_data_element.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_get_data_element_latest.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_get_data_element_ref_latest.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_get_data_element_ref_version.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_get_data_element_version.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_list_data_element_refs.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_list_data_elements.py
pypigeon/pigeon_core/api/data_dictionaries/collections_dictionaries_list_dictionaries.py
pypigeon/pigeon_core/api/federation/__init__.py
pypigeon/pigeon_core/api/federation/collections_get_collection_apc_inbox.py
pypigeon/pigeon_core/api/federation/collections_get_collection_apc_members.py
pypigeon/pigeon_core/api/federation/collections_get_collection_apc_members_pending.py
pypigeon/pigeon_core/api/federation/collections_get_collection_apc_outbox.py
pypigeon/pigeon_core/api/federation/collections_process_inbox_message.py
pypigeon/pigeon_core/api/general/__init__.py
pypigeon/pigeon_core/api/general/root_get_datastores.py
pypigeon/pigeon_core/api/general/root_get_parsers.py
pypigeon/pigeon_core/api/group/__init__.py
pypigeon/pigeon_core/api/group/group_create_group.py
pypigeon/pigeon_core/api/group/group_delete_group.py
pypigeon/pigeon_core/api/group/group_get_group.py
pypigeon/pigeon_core/api/group/group_get_groups.py
pypigeon/pigeon_core/api/items/__init__.py
pypigeon/pigeon_core/api/items/collections_items_copy_item.py
pypigeon/pigeon_core/api/items/collections_items_create_item.py
pypigeon/pigeon_core/api/items/collections_items_delete_item.py
pypigeon/pigeon_core/api/items/collections_items_get_item.py
pypigeon/pigeon_core/api/items/collections_items_get_item_data.py
pypigeon/pigeon_core/api/items/collections_items_get_item_status.py
pypigeon/pigeon_core/api/items/collections_items_list_items.py
pypigeon/pigeon_core/api/items/collections_items_put_item.py
pypigeon/pigeon_core/api/items/collections_items_put_item_data.py
pypigeon/pigeon_core/api/search/__init__.py
pypigeon/pigeon_core/api/search/search_get_collection_terms.py
pypigeon/pigeon_core/api/search/search_get_dictionary_search_options.py
pypigeon/pigeon_core/api/search/search_search_collections.py
pypigeon/pigeon_core/api/search/search_search_dictionaries.py
pypigeon/pigeon_core/api/search/search_search_dictionaries_by_item.py
pypigeon/pigeon_core/api/search/search_search_dictionaries_by_item_inverse.py
pypigeon/pigeon_core/api/tables/__init__.py
pypigeon/pigeon_core/api/tables/collections_tables_get_table_data.py
pypigeon/pigeon_core/api/tables/collections_tables_get_table_data_elements.py
pypigeon/pigeon_core/api/tables/collections_tables_get_table_info.py
pypigeon/pigeon_core/api/tables/collections_tables_list_tables.py
pypigeon/pigeon_core/api/tables/collections_tables_preview_table_data.py
pypigeon/pigeon_core/api/user/__init__.py
pypigeon/pigeon_core/api/user/user_create_user.py
pypigeon/pigeon_core/api/user/user_delete_user.py
pypigeon/pigeon_core/api/user/user_get_outbox_activity.py
pypigeon/pigeon_core/api/user/user_get_user.py
pypigeon/pigeon_core/api/user/user_get_user_apc_inbox.py
pypigeon/pigeon_core/api/user/user_get_user_apc_liked.py
pypigeon/pigeon_core/api/user/user_get_user_apc_outbox.py
pypigeon/pigeon_core/api/user/user_get_users.py
pypigeon/pigeon_core/api/user/user_receive_in_user_inbox.py
pypigeon/pigeon_core/api/user/user_send_to_user_outbox.py
pypigeon/pigeon_core/models/__init__.py
pypigeon/pigeon_core/models/account.py
pypigeon/pigeon_core/models/account_create_account_body.py
pypigeon/pigeon_core/models/auth_activate_session_body.py
pypigeon/pigeon_core/models/auth_authenticate_user_authentication_request.py
pypigeon/pigeon_core/models/auth_authenticate_user_response_200.py
pypigeon/pigeon_core/models/auth_get_csrf_response_200.py
pypigeon/pigeon_core/models/auth_get_session_response_200.py
pypigeon/pigeon_core/models/auth_provider_authorized_provider.py
pypigeon/pigeon_core/models/auth_provider_login_provider.py
pypigeon/pigeon_core/models/auth_provider_signin_provider_provider.py
pypigeon/pigeon_core/models/auth_provider_signin_provider_response_200.py
pypigeon/pigeon_core/models/auth_providers_req_response_200.py
pypigeon/pigeon_core/models/cdes_list_data_elements_response_200.py
pypigeon/pigeon_core/models/cdes_new_cdeset_body.py
pypigeon/pigeon_core/models/cdeset.py
pypigeon/pigeon_core/models/cdeset_list.py
pypigeon/pigeon_core/models/collection.py
pypigeon/pigeon_core/models/collection_cde_stats.py
pypigeon/pigeon_core/models/collection_cde_stats_item_distrib_item.py
pypigeon/pigeon_core/models/collection_cde_stats_per_cde.py
pypigeon/pigeon_core/models/collection_metadata.py
pypigeon/pigeon_core/models/collection_stats.py
pypigeon/pigeon_core/models/collection_stats_item_stats.py
pypigeon/pigeon_core/models/collection_stats_item_stats_additional_property.py
pypigeon/pigeon_core/models/collections_dictionaries_copy_to_cdeset_body.py
pypigeon/pigeon_core/models/collections_dictionaries_create_a_new_data_element_data_element.py
pypigeon/pigeon_core/models/collections_dictionaries_create_a_new_data_element_data_element_data_type.py
pypigeon/pigeon_core/models/collections_dictionaries_create_new_data_element_version_data_element.py
pypigeon/pigeon_core/models/collections_dictionaries_create_new_data_element_version_data_element_data_type.py
pypigeon/pigeon_core/models/collections_dictionaries_list_data_element_refs_response_200.py
pypigeon/pigeon_core/models/collections_dictionaries_list_data_elements_response_200.py
pypigeon/pigeon_core/models/collections_dictionaries_list_dictionaries_response_200.py
pypigeon/pigeon_core/models/collections_get_collection_apc_members_filter.py
pypigeon/pigeon_core/models/collections_get_collections_collection_list.py
pypigeon/pigeon_core/models/collections_items_copy_item_body.py
pypigeon/pigeon_core/models/collections_items_create_item_files_form_style_upload.py
pypigeon/pigeon_core/models/collections_items_create_item_files_form_style_upload_metadata.py
pypigeon/pigeon_core/models/collections_items_create_item_json_new_item_request.py
pypigeon/pigeon_core/models/collections_items_create_item_json_new_item_request_content.py
pypigeon/pigeon_core/models/collections_items_create_item_json_new_item_request_content_checksum.py
pypigeon/pigeon_core/models/collections_items_list_items_response_200.py
pypigeon/pigeon_core/models/collections_items_put_item_body.py
pypigeon/pigeon_core/models/collections_items_put_item_body_content.py
pypigeon/pigeon_core/models/collections_items_put_item_body_content_checksum.py
pypigeon/pigeon_core/models/collections_tables_get_table_data_elements_response_200.py
pypigeon/pigeon_core/models/collections_tables_get_table_data_elements_response_200_element_map.py
pypigeon/pigeon_core/models/collections_tables_get_table_data_elements_response_200_error_map.py
pypigeon/pigeon_core/models/collections_tables_list_tables_response_200.py
pypigeon/pigeon_core/models/collections_tables_preview_table_data_body.py
pypigeon/pigeon_core/models/data_dictionary.py
pypigeon/pigeon_core/models/data_dictionary_source_item.py
pypigeon/pigeon_core/models/data_element.py
pypigeon/pigeon_core/models/data_element_concept.py
pypigeon/pigeon_core/models/data_element_concept_applies_to.py
pypigeon/pigeon_core/models/data_element_data_type.py
pypigeon/pigeon_core/models/data_element_definition.py
pypigeon/pigeon_core/models/data_element_definition_definition_type.py
pypigeon/pigeon_core/models/data_element_permissible_values_external_reference.py
pypigeon/pigeon_core/models/data_element_permissible_values_external_reference_external_reference.py
pypigeon/pigeon_core/models/data_element_permissible_values_number_range.py
pypigeon/pigeon_core/models/data_element_permissible_values_number_range_number_range.py
pypigeon/pigeon_core/models/data_element_permissible_values_text_range.py
pypigeon/pigeon_core/models/data_element_permissible_values_text_range_text_range.py
pypigeon/pigeon_core/models/data_element_permissible_values_value_set.py
pypigeon/pigeon_core/models/data_element_permissible_values_value_set_value_set_item.py
pypigeon/pigeon_core/models/data_element_reference.py
pypigeon/pigeon_core/models/datastore.py
pypigeon/pigeon_core/models/datastore_type.py
pypigeon/pigeon_core/models/dictionary_search_options.py
pypigeon/pigeon_core/models/dictionary_search_options_options.py
pypigeon/pigeon_core/models/dictionary_search_options_options_additional_property.py
pypigeon/pigeon_core/models/dictionary_search_options_options_additional_property_type.py
pypigeon/pigeon_core/models/error.py
pypigeon/pigeon_core/models/federation_activity.py
pypigeon/pigeon_core/models/federation_address_or_object_type_2.py
pypigeon/pigeon_core/models/federation_collection.py
pypigeon/pigeon_core/models/federation_collection_page.py
pypigeon/pigeon_core/models/federation_collection_page_type.py
pypigeon/pigeon_core/models/federation_collection_type.py
pypigeon/pigeon_core/models/federation_user.py
pypigeon/pigeon_core/models/federation_user_type.py
pypigeon/pigeon_core/models/group.py
pypigeon/pigeon_core/models/group_create_group_body.py
pypigeon/pigeon_core/models/group_get_groups_response_200.py
pypigeon/pigeon_core/models/group_role.py
pypigeon/pigeon_core/models/identity.py
pypigeon/pigeon_core/models/item.py
pypigeon/pigeon_core/models/item_column.py
pypigeon/pigeon_core/models/item_column_type.py
pypigeon/pigeon_core/models/item_metadata.py
pypigeon/pigeon_core/models/item_parser.py
pypigeon/pigeon_core/models/item_parser_options.py
pypigeon/pigeon_core/models/item_status.py
pypigeon/pigeon_core/models/item_status_additional_property.py
pypigeon/pigeon_core/models/item_status_detail.py
pypigeon/pigeon_core/models/item_status_detail_status.py
pypigeon/pigeon_core/models/item_status_details.py
pypigeon/pigeon_core/models/item_storage.py
pypigeon/pigeon_core/models/item_storage_checksum.py
pypigeon/pigeon_core/models/item_type.py
pypigeon/pigeon_core/models/new_collection.py
pypigeon/pigeon_core/models/new_collection_metadata.py
pypigeon/pigeon_core/models/new_collection_version.py
pypigeon/pigeon_core/models/new_collection_version_metadata.py
pypigeon/pigeon_core/models/new_user.py
pypigeon/pigeon_core/models/oauth_provider.py
pypigeon/pigeon_core/models/pagination.py
pypigeon/pigeon_core/models/parser.py
pypigeon/pigeon_core/models/parser_options.py
pypigeon/pigeon_core/models/parser_options_additional_property.py
pypigeon/pigeon_core/models/parser_options_additional_property_type.py
pypigeon/pigeon_core/models/root_get_datastores_response_200.py
pypigeon/pigeon_core/models/root_get_parsers_response_200.py
pypigeon/pigeon_core/models/search_collections_response.py
pypigeon/pigeon_core/models/search_collections_response_hits_item.py
pypigeon/pigeon_core/models/search_collections_response_hits_item_items_item.py
pypigeon/pigeon_core/models/search_dictionaries_by_item_column_hits.py
pypigeon/pigeon_core/models/search_dictionaries_by_item_column_hits_search_dictionaries_hit.py
pypigeon/pigeon_core/models/search_dictionaries_by_item_inverse_response.py
pypigeon/pigeon_core/models/search_dictionaries_by_item_response.py
pypigeon/pigeon_core/models/search_dictionaries_inverse_result.py
pypigeon/pigeon_core/models/search_dictionaries_inverse_result_queries_item.py
pypigeon/pigeon_core/models/search_dictionaries_response.py
pypigeon/pigeon_core/models/search_get_collection_terms_response_200.py
pypigeon/pigeon_core/models/search_get_dictionary_search_options_response_200.py
pypigeon/pigeon_core/models/search_search_collections_body.py
pypigeon/pigeon_core/models/search_search_collections_body_facets.py
pypigeon/pigeon_core/models/search_search_dictionaries_body.py
pypigeon/pigeon_core/models/search_search_dictionaries_body_options.py
pypigeon/pigeon_core/models/search_search_dictionaries_by_item_body.py
pypigeon/pigeon_core/models/search_search_dictionaries_by_item_body_method.py
pypigeon/pigeon_core/models/search_search_dictionaries_by_item_inverse_body.py
pypigeon/pigeon_core/models/search_search_dictionaries_by_item_inverse_body_method.py
pypigeon/pigeon_core/models/server_error.py
pypigeon/pigeon_core/models/session_token.py
pypigeon/pigeon_core/models/session_user.py
pypigeon/pigeon_core/models/system_configuration.py
pypigeon/pigeon_core/models/system_configuration_authentication.py
pypigeon/pigeon_core/models/system_configuration_authentication_additional_property_type_0.py
pypigeon/pigeon_core/models/system_configuration_authentication_additional_property_type_0_type.py
pypigeon/pigeon_core/models/system_configuration_authentication_additional_property_type_1.py
pypigeon/pigeon_core/models/system_configuration_authentication_additional_property_type_1_type.py
pypigeon/pigeon_core/models/system_configuration_authentication_additional_property_type_2.py
pypigeon/pigeon_core/models/system_configuration_authentication_additional_property_type_2_type.py
pypigeon/pigeon_core/models/system_configuration_cache.py
pypigeon/pigeon_core/models/system_configuration_cache_cache_type.py
pypigeon/pigeon_core/models/system_configuration_datastores.py
pypigeon/pigeon_core/models/system_configuration_datastores_additional_property_type_0.py
pypigeon/pigeon_core/models/system_configuration_datastores_additional_property_type_0_type.py
pypigeon/pigeon_core/models/system_configuration_datastores_additional_property_type_1.py
pypigeon/pigeon_core/models/system_configuration_datastores_additional_property_type_1_type.py
pypigeon/pigeon_core/models/system_configuration_workers.py
pypigeon/pigeon_core/models/system_configuration_workers_backend_type.py
pypigeon/pigeon_core/models/table.py
pypigeon/pigeon_core/models/table_data.py
pypigeon/pigeon_core/models/table_data_data_item.py
pypigeon/pigeon_core/models/table_data_data_model.py
pypigeon/pigeon_core/models/table_data_model.py
pypigeon/pigeon_core/models/table_error.py
pypigeon/pigeon_core/models/termset.py
pypigeon/pigeon_core/models/termset_additional_property_item.py
pypigeon/pigeon_core/models/update_collection.py
pypigeon/pigeon_core/models/update_collection_metadata.py
pypigeon/pigeon_core/models/user.py
pypigeon/pigeon_core/models/user_get_users_response_200.py
pypigeon/pigeon_core/models/user_membership.py
pypigeon/pigeon_core/models/user_membership_role_type_1.py
tests/client_test.py
tests/collections_test.py
tests/conftest.py
tests/pigeon_core/login_test.py
tests/pigeon_core/paginator_test.py