LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
acondbs/__init__.py
acondbs/_logging.py
acondbs/_version.py
acondbs/_warnings.py
acondbs.egg-info/PKG-INFO
acondbs.egg-info/SOURCES.txt
acondbs.egg-info/dependency_links.txt
acondbs.egg-info/requires.txt
acondbs.egg-info/top_level.txt
acondbs/auth/__init__.py
acondbs/blueprint/__init__.py
acondbs/blueprint/graphql_ide/__init__.py
acondbs/blueprint/graphql_ide/graphiql_newer.py
acondbs/blueprint/graphql_ide/graphql_playground.py
acondbs/db/__init__.py
acondbs/db/backup.py
acondbs/db/cmds.py
acondbs/db/conn.py
acondbs/db/ops.py
acondbs/db/sa.py
acondbs/github/__init__.py
acondbs/github/call.py
acondbs/github/ops.py
acondbs/github/query.py
acondbs/migrations/README.md
acondbs/migrations/alembic.ini
acondbs/migrations/env.py
acondbs/migrations/script.py.mako
acondbs/migrations/versions/2023-06-14_14:41-2ed9841987be.py
acondbs/misc/__init__.py
acondbs/misc/cap.py
acondbs/misc/gitb.py
acondbs/misc/lock.py
acondbs/models/__init__.py
acondbs/models/funcs.py
acondbs/models/account/__init__.py
acondbs/models/account/account_admin.py
acondbs/models/github/__init__.py
acondbs/models/github/github_org.py
acondbs/models/github/github_org_membership.py
acondbs/models/github/github_token.py
acondbs/models/github/github_user.py
acondbs/models/misc/__init__.py
acondbs/models/misc/log.py
acondbs/models/product/__init__.py
acondbs/models/product/attribute.py
acondbs/models/product/field.py
acondbs/models/product/product.py
acondbs/models/product/product_file_path.py
acondbs/models/product/product_relation.py
acondbs/models/product/product_relation_type.py
acondbs/models/product/product_type.py
acondbs/models/product/type_field_association.py
acondbs/models/web/__init__.py
acondbs/models/web/web_config.py
acondbs/ops/__init__.py
acondbs/ops/field.py
acondbs/ops/log.py
acondbs/ops/misc.py
acondbs/ops/product.py
acondbs/ops/product_file_path.py
acondbs/ops/product_relation.py
acondbs/ops/product_relation_type.py
acondbs/ops/product_type.py
acondbs/ops/web_config.py
acondbs/schema/__init__.py
acondbs/schema/connection.py
acondbs/schema/filter_.py
acondbs/schema/funcs.py
acondbs/schema/version.py
acondbs/schema/auth/__init__.py
acondbs/schema/auth/query.py
acondbs/schema/github/__init__.py
acondbs/schema/github/mutation.py
acondbs/schema/github/query.py
acondbs/schema/github/type_.py
acondbs/schema/misc/__init__.py
acondbs/schema/misc/mutation.py
acondbs/schema/misc/query.py
acondbs/schema/misc/type_.py
acondbs/schema/product/__init__.py
acondbs/schema/product/query.py
acondbs/schema/product/type_.py
acondbs/schema/product/mutation/__init__.py
acondbs/schema/product/mutation/field.py
acondbs/schema/product/mutation/product.py
acondbs/schema/product/mutation/product_file_path.py
acondbs/schema/product/mutation/product_relation.py
acondbs/schema/product/mutation/product_relation_type.py
acondbs/schema/product/mutation/product_type.py
acondbs/schema/web/__init__.py
acondbs/schema/web/mutation.py
acondbs/schema/web/query.py
acondbs/schema/web/type_.py
tests/auth/__init__.py
tests/auth/conftest.py
tests/auth/test_get_token_from_http_headers.py
tests/auth/test_is_admin.py
tests/auth/test_is_signed_in.py
tests/blueprint/__init__.py
tests/blueprint/test_graphiql.py
tests/blueprint/test_schema_based_on_auth.py
tests/blueprint/test_url_path_graphql.py
tests/blueprint/snapshots/__init__.py
tests/blueprint/snapshots/snap_test_schema_based_on_auth.py
tests/blueprint/snapshots/snap_test_url_path_graphql.py
tests/db/__init__.py
tests/db/test_cmds.py
tests/db/test_conn.py
tests/db/test_db.py
tests/db/test_sa.py
tests/db/backup/__init__.py
tests/db/backup/test_as_csv_to_github.py
tests/db/backup/test_as_csv_to_github_.py
tests/db/backup/test_backup_db.py
tests/db/backup/test_request_backup_db.py
tests/db/backup/test_to_github.py
tests/db/ops/__init__.py
tests/db/ops/test_csv_specification.py
tests/db/ops/test_define_tables.py
tests/db/ops/test_export_csv.py
tests/db/ops/test_export_dict.py
tests/db/ops/test_import_convert_str.py
tests/db/ops/test_import_csv.py
tests/db/ops/test_import_csv_encrypted.py
tests/db/ops/snapshots/__init__.py
tests/db/ops/snapshots/snap_test_define_tables.py
tests/db/ops/snapshots/snap_test_export_csv.py
tests/db/ops/snapshots/snap_test_export_dict.py
tests/db/ops/snapshots/snap_test_import_csv.py
tests/github/__init__.py
tests/github/call/__init__.py
tests/github/call/test_call_graphql_api.py
tests/github/call/test_exchange_code_for_token.py
tests/github/call/snapshots/__init__.py
tests/github/call/snapshots/snap_test_call_graphql_api.py
tests/github/call/snapshots/snap_test_exchange_code_for_token.py
tests/github/ops/__init__.py
tests/github/ops/conftest.py
tests/github/ops/test_exchange_code_for_token.py
tests/github/ops/test_get_github_oauth_app_info.py
tests/github/ops/test_get_user_for_token.py
tests/github/ops/test_update_org_member_lists.py
tests/github/ops/snapshots/__init__.py
tests/github/ops/snapshots/snap_test_exchange_code_for_token.py
tests/github/ops/snapshots/snap_test_get_github_oauth_app_info.py
tests/github/query/__init__.py
tests/github/query/test_viewer.py
tests/misc/__init__.py
tests/misc/test_cap.py
tests/misc/test_lock.py
tests/misc/gitb/__init__.py
tests/misc/gitb/conftest.py
tests/misc/gitb/test_commit.py
tests/misc/gitb/test_pull.py
tests/misc/gitb/test_push.py
tests/models/__init__.py
tests/models/conftest.py
tests/models/test_add_owners.py
tests/models/test_models.py
tests/models/account/__init__.py
tests/models/account/test_account_admin.py
tests/models/examples/__init__.py
tests/models/examples/conftest.py
tests/models/examples/test_add.py
tests/models/examples/test_date_time.py
tests/models/examples/test_delete.py
tests/models/examples/test_query.py
tests/models/funcs/__init__.py
tests/models/funcs/test_shorten.py
tests/models/github/__init__.py
tests/models/github/github_org/__init__.py
tests/models/github/github_org/test_entry.py
tests/models/github/github_org_membership/__init__.py
tests/models/github/github_org_membership/conftest.py
tests/models/github/github_org_membership/test_entry.py
tests/models/github/github_token/__init__.py
tests/models/github/github_token/conftest.py
tests/models/github/github_token/test_model.py
tests/models/github/github_user/__init__.py
tests/models/github/github_user/test_entry.py
tests/models/misc/__init__.py
tests/models/misc/log/__init__.py
tests/models/misc/log/test_model.py
tests/models/product/__init__.py
tests/models/product/test_product_file_paths.py
tests/models/product/attribute/__init__.py
tests/models/product/attribute/conftest.py
tests/models/product/attribute/test_attribute.py
tests/models/product/field/__init__.py
tests/models/product/field/test_field.py
tests/models/product/field/test_field_type.py
tests/models/product/product_relation_types/__init__.py
tests/models/product/product_relation_types/test_model.py
tests/models/product/product_relation_types/test_relations.py
tests/models/product/product_relations/__init__.py
tests/models/product/product_relations/conftest.py
tests/models/product/product_relations/test_add_reverse_automatically.py
tests/models/product/product_relations/test_constraint.py
tests/models/product/product_relations/test_delete_cascade.py
tests/models/product/product_relations/test_delete_nullable.py
tests/models/product/product_relations/test_example_how_to_query.py
tests/models/product/product_relations/test_relations.py
tests/models/product/product_relations/test_repr.py
tests/models/product/product_type/__init__.py
tests/models/product/product_type/test_model.py
tests/models/product/products/__init__.py
tests/models/product/products/test_products.py
tests/models/product/type_field_association/__init__.py
tests/models/product/type_field_association/conftest.py
tests/models/product/type_field_association/test_model.py
tests/models/snapshots/__init__.py
tests/models/snapshots/snap_test_models.py
tests/models/web/__init__.py
tests/models/web/web_config/__init__.py
tests/models/web/web_config/test_model.py
tests/ops/__init__.py
tests/ops/conftest.py
tests/ops/test_field.py
tests/ops/test_log.py
tests/ops/test_product.py
tests/ops/test_product_file_path.py
tests/ops/test_product_relation.py
tests/ops/test_product_relation_type.py
tests/ops/test_product_type.py
tests/ops/test_web_config.py
tests/schema/__init__.py
tests/schema/conftest.py
tests/schema/funcs.py
tests/schema/test_alembic_version.py
tests/schema/test_error.py
tests/schema/test_schema.py
tests/schema/test_version.py
tests/schema/auth/__init__.py
tests/schema/auth/conftest.py
tests/schema/auth/query/__init__.py
tests/schema/auth/query/test_admin.py
tests/schema/auth/query/test_is_signed_in.py
tests/schema/auth/query/snapshots/__init__.py
tests/schema/auth/query/snapshots/snap_test_admin.py
tests/schema/auth/query/snapshots/snap_test_is_signed_in.py
tests/schema/github/__init__.py
tests/schema/github/conftest.py
tests/schema/github/mutation/__init__.py
tests/schema/github/mutation/test_add_git_hub_admin_app_token.py
tests/schema/github/mutation/test_authenticate_with_git_hub.py
tests/schema/github/mutation/test_delete_git_hub_admin_app_token.py
tests/schema/github/mutation/snapshots/__init__.py
tests/schema/github/mutation/snapshots/snap_test_add_git_hub_admin_app_token.py
tests/schema/github/mutation/snapshots/snap_test_delete_git_hub_admin_app_token.py
tests/schema/github/query/__init__.py
tests/schema/github/query/test_all_git_hub_orgs.py
tests/schema/github/query/test_all_git_hub_tokens.py
tests/schema/github/query/test_all_git_hub_users.py
tests/schema/github/query/test_git_hub_o_auth_app_info.py
tests/schema/github/query/test_git_hub_viewer.py
tests/schema/github/query/snapshots/__init__.py
tests/schema/github/query/snapshots/snap_test_all_git_hub_orgs.py
tests/schema/github/query/snapshots/snap_test_all_git_hub_tokens.py
tests/schema/github/query/snapshots/snap_test_all_git_hub_users.py
tests/schema/github/query/snapshots/snap_test_git_hub_o_auth_app_info.py
tests/schema/github/query/snapshots/snap_test_git_hub_viewer.py
tests/schema/misc/__init__.py
tests/schema/misc/gql/__init__.py
tests/schema/misc/gql/fragments/__init__.py
tests/schema/misc/gql/fragments/fragment_log.py
tests/schema/misc/gql/fragments/fragment_log_connection.py
tests/schema/misc/gql/mutations/__init__.py
tests/schema/misc/gql/mutations/mutation_create_log.py
tests/schema/misc/gql/mutations/mutation_delete_log.py
tests/schema/misc/gql/queries/__init__.py
tests/schema/misc/gql/queries/query_all_logs.py
tests/schema/misc/gql/queries/query_log.py
tests/schema/misc/mutation/__init__.py
tests/schema/misc/mutation/log/__init__.py
tests/schema/misc/mutation/log/conftest.py
tests/schema/misc/mutation/log/test_create.py
tests/schema/misc/mutation/log/test_delete.py
tests/schema/misc/mutation/log/snapshots/__init__.py
tests/schema/misc/mutation/log/snapshots/snap_test_create.py
tests/schema/misc/mutation/log/snapshots/snap_test_delete.py
tests/schema/misc/query/__init__.py
tests/schema/misc/query/conftest.py
tests/schema/misc/query/test_all_logs.py
tests/schema/misc/query/test_log.py
tests/schema/misc/query/snapshots/__init__.py
tests/schema/misc/query/snapshots/snap_test_all_logs.py
tests/schema/misc/query/snapshots/snap_test_log.py
tests/schema/product/__init__.py
tests/schema/product/gql/__init__.py
tests/schema/product/gql/fragments/__init__.py
tests/schema/product/gql/fragments/fragment_field.py
tests/schema/product/gql/fragments/fragment_field_connection.py
tests/schema/product/gql/fragments/fragment_product.py
tests/schema/product/gql/fragments/fragment_product_connection.py
tests/schema/product/gql/fragments/fragment_product_connection_shallow.py
tests/schema/product/gql/fragments/fragment_product_relation.py
tests/schema/product/gql/fragments/fragment_product_relation_connection.py
tests/schema/product/gql/fragments/fragment_product_relation_type.py
tests/schema/product/gql/fragments/fragment_product_relation_type_connection.py
tests/schema/product/gql/fragments/fragment_product_shallow.py
tests/schema/product/gql/fragments/fragment_product_type.py
tests/schema/product/gql/fragments/fragment_product_type_connection.py
tests/schema/product/gql/mutations/__init__.py
tests/schema/product/gql/mutations/mutation_convert_product_type.py
tests/schema/product/gql/mutations/mutation_create_field.py
tests/schema/product/gql/mutations/mutation_create_product.py
tests/schema/product/gql/mutations/mutation_create_product_relation.py
tests/schema/product/gql/mutations/mutation_create_product_relation_types.py
tests/schema/product/gql/mutations/mutation_create_product_type.py
tests/schema/product/gql/mutations/mutation_delete_field.py
tests/schema/product/gql/mutations/mutation_delete_product.py
tests/schema/product/gql/mutations/mutation_delete_product_relation.py
tests/schema/product/gql/mutations/mutation_delete_product_relation_types.py
tests/schema/product/gql/mutations/mutation_delete_product_type.py
tests/schema/product/gql/mutations/mutation_update_field.py
tests/schema/product/gql/mutations/mutation_update_product.py
tests/schema/product/gql/mutations/mutation_update_product_relation_type.py
tests/schema/product/gql/mutations/mutation_update_product_type.py
tests/schema/product/gql/queries/__init__.py
tests/schema/product/gql/queries/query_all_fields.py
tests/schema/product/gql/queries/query_all_product_file_paths.py
tests/schema/product/gql/queries/query_all_product_relation_types.py
tests/schema/product/gql/queries/query_all_product_relation_types_total_count.py
tests/schema/product/gql/queries/query_all_product_relations.py
tests/schema/product/gql/queries/query_all_product_relations_total_count.py
tests/schema/product/gql/queries/query_all_product_types.py
tests/schema/product/gql/queries/query_all_products.py
tests/schema/product/gql/queries/query_all_products_shallow.py
tests/schema/product/gql/queries/query_all_products_total_count.py
tests/schema/product/gql/queries/query_field.py
tests/schema/product/gql/queries/query_product.py
tests/schema/product/gql/queries/query_product_relation.py
tests/schema/product/gql/queries/query_product_relation_type.py
tests/schema/product/gql/queries/query_product_shallow.py
tests/schema/product/gql/queries/query_product_type.py
tests/schema/product/mutation/__init__.py
tests/schema/product/mutation/field/__init__.py
tests/schema/product/mutation/field/conftest.py
tests/schema/product/mutation/field/test_create_field.py
tests/schema/product/mutation/field/test_delete_field.py
tests/schema/product/mutation/field/test_update_field.py
tests/schema/product/mutation/field/snapshots/__init__.py
tests/schema/product/mutation/field/snapshots/snap_test_create_field.py
tests/schema/product/mutation/field/snapshots/snap_test_delete_field.py
tests/schema/product/mutation/field/snapshots/snap_test_update_field.py
tests/schema/product/mutation/product/__init__.py
tests/schema/product/mutation/product/conftest.py
tests/schema/product/mutation/product/test_convert_product_type.py
tests/schema/product/mutation/product/test_create_product.py
tests/schema/product/mutation/product/test_delete_product.py
tests/schema/product/mutation/product/test_update_product.py
tests/schema/product/mutation/product/snapshots/__init__.py
tests/schema/product/mutation/product/snapshots/snap_test_convert_product_type.py
tests/schema/product/mutation/product/snapshots/snap_test_create_product.py
tests/schema/product/mutation/product/snapshots/snap_test_delete_product.py
tests/schema/product/mutation/product/snapshots/snap_test_update_product.py
tests/schema/product/mutation/product_file_path/__init__.py
tests/schema/product/mutation/product_file_path/test_create_product_file_path.py
tests/schema/product/mutation/product_file_path/test_delete_product_file_path.py
tests/schema/product/mutation/product_file_path/test_update_product_file_path.py
tests/schema/product/mutation/product_file_path/snapshots/__init__.py
tests/schema/product/mutation/product_file_path/snapshots/snap_test_create_product_file_path.py
tests/schema/product/mutation/product_file_path/snapshots/snap_test_delete_product_file_path.py
tests/schema/product/mutation/product_file_path/snapshots/snap_test_update_product_file_path.py
tests/schema/product/mutation/product_relation/__init__.py
tests/schema/product/mutation/product_relation/conftest.py
tests/schema/product/mutation/product_relation/test_create_product_relation.py
tests/schema/product/mutation/product_relation/test_delete_product_relation.py
tests/schema/product/mutation/product_relation/snapshots/__init__.py
tests/schema/product/mutation/product_relation/snapshots/snap_test_create_product_relation.py
tests/schema/product/mutation/product_relation/snapshots/snap_test_delete_product_relation.py
tests/schema/product/mutation/product_relation_type/__init__.py
tests/schema/product/mutation/product_relation_type/conftest.py
tests/schema/product/mutation/product_relation_type/test_create_product_relation_types.py
tests/schema/product/mutation/product_relation_type/test_delete_product_relation_types.py
tests/schema/product/mutation/product_relation_type/test_update_product_relation_type.py
tests/schema/product/mutation/product_relation_type/snapshots/__init__.py
tests/schema/product/mutation/product_relation_type/snapshots/snap_test_create_product_relation_types.py
tests/schema/product/mutation/product_relation_type/snapshots/snap_test_delete_product_relation_types.py
tests/schema/product/mutation/product_relation_type/snapshots/snap_test_update_product_relation_type.py
tests/schema/product/mutation/product_type/__init__.py
tests/schema/product/mutation/product_type/conftest.py
tests/schema/product/mutation/product_type/test_create_product_type.py
tests/schema/product/mutation/product_type/test_delete_product_type.py
tests/schema/product/mutation/product_type/test_update_product_type.py
tests/schema/product/mutation/product_type/snapshots/__init__.py
tests/schema/product/mutation/product_type/snapshots/snap_test_create_product_type.py
tests/schema/product/mutation/product_type/snapshots/snap_test_delete_product_type.py
tests/schema/product/mutation/product_type/snapshots/snap_test_update_product_type.py
tests/schema/product/query/__init__.py
tests/schema/product/query/conftest.py
tests/schema/product/query/test_all_fields.py
tests/schema/product/query/test_all_product_file_paths.py
tests/schema/product/query/test_all_product_relation_types.py
tests/schema/product/query/test_all_product_relations.py
tests/schema/product/query/test_all_product_types.py
tests/schema/product/query/test_all_products.py
tests/schema/product/query/test_field.py
tests/schema/product/query/test_product.py
tests/schema/product/query/test_product_relation.py
tests/schema/product/query/test_product_relation_type.py
tests/schema/product/query/test_product_type.py
tests/schema/product/query/snapshots/__init__.py
tests/schema/product/query/snapshots/snap_test_all_fields.py
tests/schema/product/query/snapshots/snap_test_all_product_file_paths.py
tests/schema/product/query/snapshots/snap_test_all_product_relation_types.py
tests/schema/product/query/snapshots/snap_test_all_product_relations.py
tests/schema/product/query/snapshots/snap_test_all_product_types.py
tests/schema/product/query/snapshots/snap_test_all_products.py
tests/schema/product/query/snapshots/snap_test_field.py
tests/schema/product/query/snapshots/snap_test_product.py
tests/schema/product/query/snapshots/snap_test_product_relation.py
tests/schema/product/query/snapshots/snap_test_product_relation_type.py
tests/schema/product/query/snapshots/snap_test_product_type.py
tests/schema/snapshots/__init__.py
tests/schema/snapshots/snap_test_alembic_version.py
tests/schema/snapshots/snap_test_error.py
tests/schema/snapshots/snap_test_schema.py
tests/schema/web/__init__.py
tests/schema/web/gql/__init__.py
tests/schema/web/gql/mutations/__init__.py
tests/schema/web/gql/mutations/mutation_save_web_config.py
tests/schema/web/gql/queries/__init__.py
tests/schema/web/gql/queries/query_web_config.py
tests/schema/web/mutation/__init__.py
tests/schema/web/mutation/web_config/__init__.py
tests/schema/web/mutation/web_config/conftest.py
tests/schema/web/mutation/web_config/test_save.py
tests/schema/web/mutation/web_config/snapshots/__init__.py
tests/schema/web/mutation/web_config/snapshots/snap_test_save.py
tests/schema/web/query/__init__.py
tests/schema/web/query/conftest.py
tests/schema/web/query/test_web_config.py
tests/schema/web/query/snapshots/__init__.py
tests/schema/web/query/snapshots/snap_test_web_config.py