graphsense-python 2.13.0__tar.gz → 2.13.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/PKG-INFO +3 -3
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/README.md +2 -2
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/__init__.py +1 -1
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api_client.py +1 -1
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/configuration.py +2 -2
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/gs_files/__init__.py +2 -2
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/gs_files/parser.py +24 -24
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/gs_files/summary.py +2 -2
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/PKG-INFO +3 -3
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/pyproject.toml +1 -1
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/__init__.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/addresses_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/blocks_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/bulk_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/clusters_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/entities_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/general_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/rates_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/tags_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/tokens_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api/txs_api.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/api_response.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/cli/__init__.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/cli/__main__.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/cli/bulk_cmd.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/cli/context.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/cli/convenience.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/cli/errors.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/cli/gs.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/cli/main.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/cli/raw.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/compat.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/exceptions.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/ext/__init__.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/ext/bulk.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/ext/client.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/ext/deprecation.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/ext/io.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/ext/output.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/ext/selectors.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/gs_files/encoder.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/gs_files/writer.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/__init__.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/actor.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/actor_context.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/address.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/address_tag.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/address_tags.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/address_tx.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/address_tx_utxo.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/address_txs.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/block.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/block_at_date.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/concept.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/currency_stats.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/entity.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/entity_addresses.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/external_conversion.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/http_validation_error.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/label_summary.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/labeled_item_ref.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/link.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/link_utxo.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/links.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/links_inner.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/location_inner.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/neighbor_address.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/neighbor_addresses.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/neighbor_entities.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/neighbor_entity.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/rate.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/rates.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/related_address.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/related_addresses.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_by_currency.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level1.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level2.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level3.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level4.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level5.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level6.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/stats.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/tag.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/tag_cloud_entry.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/tag_summary.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/taxonomy.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/token_config.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/token_configs.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/tx.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/tx_account.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/tx_ref.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/tx_summary.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/tx_utxo.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/tx_value.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/user_reported_tag.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/user_tag_report_response.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/validation_error.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/values.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/__init__.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/actor.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/actor_context.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/address.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/address_output.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/address_tag.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/address_tags.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/address_tx.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/address_tx_utxo.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/address_txs.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/block.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/block_at_date.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/change_heuristics.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/cluster.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/cluster_addresses.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/coin_join_consensus.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/coin_join_heuristics.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/concept.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/consensus_entry.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/currency_stats.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/direct_change_heuristic.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/entity.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/entity_addresses.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/external_conversion.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/http_validation_error.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/join_market_heuristic.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/label_summary.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/labeled_item_ref.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/link.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/link_utxo.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/links.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/links_inner.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/location_inner.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/multi_input_change_heuristic.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/neighbor_address.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/neighbor_addresses.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/neighbor_cluster.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/neighbor_clusters.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/neighbor_entities.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/neighbor_entity.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/one_time_change_heuristic.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/rate.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/rates.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/related_address.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/related_addresses.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_by_currency.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level1.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level2.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level3.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level4.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level5.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level6.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/stats.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/tag.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/tag_cloud_entry.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/tag_summary.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/taxonomy.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/token_config.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/token_configs.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/tx.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/tx_account.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/tx_ref.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/tx_summary.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/tx_utxo.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/tx_value.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/user_reported_tag.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/user_tag_report_response.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/utxo_heuristics.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/validation_error.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/values.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/wasabi_heuristic.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/whirlpool_coin_join_heuristic.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/whirlpool_tx0_heuristic.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/py.typed +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/rest.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/SOURCES.txt +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/dependency_links.txt +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/entry_points.txt +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/requires.txt +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/top_level.txt +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/setup.cfg +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_cli_bulk.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_cli_convenience.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_cli_errors.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_cli_gs.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_cli_io_pipes.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_cli_raw_mirror.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_cli_tags_and_dates.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_ext_bulk.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_ext_client.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_ext_io.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_ext_output.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_ext_selectors.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_readme_template.py +0 -0
- {graphsense_python-2.13.0 → graphsense_python-2.13.2}/tests/test_regen_survives.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 2.13.
|
|
3
|
+
Version: 2.13.2
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@iknaio.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -45,8 +45,8 @@ for details.
|
|
|
45
45
|
|
|
46
46
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
47
47
|
|
|
48
|
-
- API version: 2.13.
|
|
49
|
-
- Package version: 2.13.
|
|
48
|
+
- API version: 2.13.2
|
|
49
|
+
- Package version: 2.13.2
|
|
50
50
|
- Generator version: 7.19.0
|
|
51
51
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
52
52
|
For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
|
|
@@ -23,8 +23,8 @@ for details.
|
|
|
23
23
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
|
-
- API version: 2.13.
|
|
27
|
-
- Package version: 2.13.
|
|
26
|
+
- API version: 2.13.2
|
|
27
|
+
- Package version: 2.13.2
|
|
28
28
|
- Generator version: 7.19.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
|
|
@@ -95,7 +95,7 @@ class ApiClient:
|
|
|
95
95
|
self.default_headers[header_name] = header_value
|
|
96
96
|
self.cookie = cookie
|
|
97
97
|
# Set default User-Agent.
|
|
98
|
-
self.user_agent = 'OpenAPI-Generator/2.13.
|
|
98
|
+
self.user_agent = 'OpenAPI-Generator/2.13.2/python'
|
|
99
99
|
self.client_side_validation = configuration.client_side_validation
|
|
100
100
|
|
|
101
101
|
def __enter__(self):
|
|
@@ -533,8 +533,8 @@ conf = graphsense.Configuration(
|
|
|
533
533
|
return "Python SDK Debug Report:\n"\
|
|
534
534
|
"OS: {env}\n"\
|
|
535
535
|
"Python Version: {pyversion}\n"\
|
|
536
|
-
"Version of the API: 2.13.
|
|
537
|
-
"SDK Package Version: 2.13.
|
|
536
|
+
"Version of the API: 2.13.2\n"\
|
|
537
|
+
"SDK Package Version: 2.13.2".\
|
|
538
538
|
format(env=sys.platform, pyversion=sys.version)
|
|
539
539
|
|
|
540
540
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -24,8 +24,8 @@ from .encoder import (
|
|
|
24
24
|
from .parser import (
|
|
25
25
|
Color,
|
|
26
26
|
GraphAddress,
|
|
27
|
+
GraphCluster,
|
|
27
28
|
GraphData,
|
|
28
|
-
GraphEntity,
|
|
29
29
|
Highlight,
|
|
30
30
|
PathfinderAggEdge,
|
|
31
31
|
PathfinderAnnotation,
|
|
@@ -45,8 +45,8 @@ from .writer import to_jsonable, write_decoded, write_json
|
|
|
45
45
|
__all__ = [
|
|
46
46
|
"Color",
|
|
47
47
|
"GraphAddress",
|
|
48
|
+
"GraphCluster",
|
|
48
49
|
"GraphData",
|
|
49
|
-
"GraphEntity",
|
|
50
50
|
"GsBuilder",
|
|
51
51
|
"Highlight",
|
|
52
52
|
"PathfinderAggEdge",
|
|
@@ -11,7 +11,7 @@ The inner payload's first element is a discriminator used by the dashboard
|
|
|
11
11
|
to pick a decoder (src/Update/Graph.elm, src/Update/Pathfinder.elm):
|
|
12
12
|
|
|
13
13
|
Pathfinder : ["pathfinder", "<version>", name, addrs, txs, annots, aggEdges?]
|
|
14
|
-
Graph 1.0.x: ["1.0.x", addrs,
|
|
14
|
+
Graph 1.0.x: ["1.0.x", addrs, clusters, highlights]
|
|
15
15
|
Graph 0.5.x: ["0.5.x", tagsPair, layers, highlightsWrap]
|
|
16
16
|
Graph 0.4.x: ["0.4.x", tagsPair, layers]
|
|
17
17
|
"""
|
|
@@ -144,10 +144,10 @@ class GraphAddress:
|
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
@dataclass
|
|
147
|
-
class
|
|
147
|
+
class GraphCluster:
|
|
148
148
|
currency: str
|
|
149
149
|
layer: int
|
|
150
|
-
|
|
150
|
+
cluster_id: int
|
|
151
151
|
root_address: str | None
|
|
152
152
|
x: float
|
|
153
153
|
y: float
|
|
@@ -169,7 +169,7 @@ class GraphData:
|
|
|
169
169
|
kind: str = field(default="graph", init=False)
|
|
170
170
|
version: str = ""
|
|
171
171
|
addresses: list[GraphAddress] = field(default_factory=list)
|
|
172
|
-
|
|
172
|
+
clusters: list[GraphCluster] = field(default_factory=list)
|
|
173
173
|
highlights: list[Highlight] = field(default_factory=list)
|
|
174
174
|
|
|
175
175
|
|
|
@@ -299,14 +299,14 @@ def _graph100_address(v: list) -> GraphAddress:
|
|
|
299
299
|
)
|
|
300
300
|
|
|
301
301
|
|
|
302
|
-
def
|
|
303
|
-
# v = [[currency, layer,
|
|
304
|
-
cur, layer,
|
|
302
|
+
def _graph100_cluster(v: list) -> GraphCluster:
|
|
303
|
+
# v = [[currency, layer, clusterId(int)], rootAddress, x, y, color?, userTag?]
|
|
304
|
+
cur, layer, cid = v[0]
|
|
305
305
|
color_raw = _get(v, 4)
|
|
306
|
-
return
|
|
306
|
+
return GraphCluster(
|
|
307
307
|
currency=cur,
|
|
308
308
|
layer=int(layer),
|
|
309
|
-
|
|
309
|
+
cluster_id=int(cid),
|
|
310
310
|
root_address=str(v[1]) if v[1] is not None else None,
|
|
311
311
|
x=float(v[2]),
|
|
312
312
|
y=float(v[3]),
|
|
@@ -317,11 +317,11 @@ def _graph100_entity(v: list) -> GraphEntity:
|
|
|
317
317
|
|
|
318
318
|
|
|
319
319
|
def decode_graph_v100(raw: list) -> GraphData:
|
|
320
|
-
# [version, addresses,
|
|
320
|
+
# [version, addresses, clusters, highlights]
|
|
321
321
|
return GraphData(
|
|
322
322
|
version=raw[0],
|
|
323
323
|
addresses=[_graph100_address(x) for x in raw[1]],
|
|
324
|
-
|
|
324
|
+
clusters=[_graph100_cluster(x) for x in raw[2]],
|
|
325
325
|
highlights=[
|
|
326
326
|
Highlight(title=h[0], color=Color.from_rgba_array(h[1])) for h in raw[3]
|
|
327
327
|
],
|
|
@@ -332,10 +332,10 @@ def decode_graph_v100(raw: list) -> GraphData:
|
|
|
332
332
|
#
|
|
333
333
|
# Shape summary from Decode/Graph04x.elm + Decode/Graph050.elm:
|
|
334
334
|
# raw = [version, tagsPair, layers, highlightsWrap?]
|
|
335
|
-
# tagsPair = [addressTags,
|
|
336
|
-
# layers = [ ..., addressesAt5,
|
|
337
|
-
# each addr
|
|
338
|
-
# each
|
|
335
|
+
# tagsPair = [addressTags, clusterTags] (ignored here)
|
|
336
|
+
# layers = [ ..., addressesAt5, clustersAt4 ]
|
|
337
|
+
# each addr = [[address, layer, currency], [x, y, dx, dy, colorHex?, ...], ...]
|
|
338
|
+
# each cluster = [[address, layer, currency], [x, y, dx, dy, memberAddrs, colorHex?, ...]]
|
|
339
339
|
# highlightsWrap (v0.5 only) = [_, _, [[colorHex, title], ...]]
|
|
340
340
|
|
|
341
341
|
|
|
@@ -348,8 +348,8 @@ def _old_address_id(v: list) -> tuple[str, int, str]:
|
|
|
348
348
|
return str(v[2]), _old_int(v[1]), str(v[0])
|
|
349
349
|
|
|
350
350
|
|
|
351
|
-
def
|
|
352
|
-
# [
|
|
351
|
+
def _old_cluster_id(v: list) -> tuple[str, int, int]:
|
|
352
|
+
# [clusterId, layer, currency]
|
|
353
353
|
return str(v[2]), _old_int(v[1]), _old_int(v[0])
|
|
354
354
|
|
|
355
355
|
|
|
@@ -376,18 +376,18 @@ def _old_address(v: list) -> GraphAddress:
|
|
|
376
376
|
)
|
|
377
377
|
|
|
378
378
|
|
|
379
|
-
def
|
|
379
|
+
def _old_cluster(v: list) -> GraphCluster | None:
|
|
380
380
|
try:
|
|
381
|
-
cur, layer,
|
|
381
|
+
cur, layer, cid = _old_cluster_id(v[0])
|
|
382
382
|
except (TypeError, ValueError):
|
|
383
383
|
return None
|
|
384
384
|
meta = v[1]
|
|
385
385
|
x, y = _old_coords(meta)
|
|
386
386
|
members = _get(meta, 4, []) or []
|
|
387
|
-
return
|
|
387
|
+
return GraphCluster(
|
|
388
388
|
currency=cur,
|
|
389
389
|
layer=layer,
|
|
390
|
-
|
|
390
|
+
cluster_id=cid,
|
|
391
391
|
root_address=None,
|
|
392
392
|
x=x,
|
|
393
393
|
y=y,
|
|
@@ -399,7 +399,7 @@ def _old_entity(v: list) -> GraphEntity | None:
|
|
|
399
399
|
def decode_graph_old(raw: list, version: str) -> GraphData:
|
|
400
400
|
layers = raw[2]
|
|
401
401
|
addresses_raw = layers[5] if len(layers) > 5 else []
|
|
402
|
-
|
|
402
|
+
clusters_raw = layers[4] if len(layers) > 4 else []
|
|
403
403
|
highlights: list[Highlight] = []
|
|
404
404
|
if version.startswith("0.5.") and len(raw) > 3:
|
|
405
405
|
hl_wrap = raw[3]
|
|
@@ -409,11 +409,11 @@ def decode_graph_old(raw: list, version: str) -> GraphData:
|
|
|
409
409
|
if color is not None:
|
|
410
410
|
highlights.append(Highlight(title=item[1], color=color))
|
|
411
411
|
|
|
412
|
-
|
|
412
|
+
clusters = [c for c in (_old_cluster(x) for x in clusters_raw) if c is not None]
|
|
413
413
|
return GraphData(
|
|
414
414
|
version=version,
|
|
415
415
|
addresses=[_old_address(x) for x in addresses_raw],
|
|
416
|
-
|
|
416
|
+
clusters=clusters,
|
|
417
417
|
highlights=highlights,
|
|
418
418
|
)
|
|
419
419
|
|
|
@@ -12,7 +12,7 @@ from .parser import GraphData, PathfinderData
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
def summarize(data: PathfinderData | GraphData) -> dict[str, Any]:
|
|
15
|
-
"""Return a concise summary (kind, version,
|
|
15
|
+
"""Return a concise summary (kind, version, cluster counts) as a dict."""
|
|
16
16
|
if isinstance(data, PathfinderData):
|
|
17
17
|
return {
|
|
18
18
|
"kind": "pathfinder",
|
|
@@ -28,7 +28,7 @@ def summarize(data: PathfinderData | GraphData) -> dict[str, Any]:
|
|
|
28
28
|
"kind": "graph",
|
|
29
29
|
"version": data.version,
|
|
30
30
|
"n_addresses": len(data.addresses),
|
|
31
|
-
"
|
|
31
|
+
"n_clusters": len(data.clusters),
|
|
32
32
|
"n_highlights": len(data.highlights),
|
|
33
33
|
}
|
|
34
34
|
raise TypeError(f"unknown structured type: {type(data).__name__}")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 2.13.
|
|
3
|
+
Version: 2.13.2
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@iknaio.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -45,8 +45,8 @@ for details.
|
|
|
45
45
|
|
|
46
46
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
47
47
|
|
|
48
|
-
- API version: 2.13.
|
|
49
|
-
- Package version: 2.13.
|
|
48
|
+
- API version: 2.13.2
|
|
49
|
+
- Package version: 2.13.2
|
|
50
50
|
- Generator version: 7.19.0
|
|
51
51
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
52
52
|
For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/external_conversion.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/http_validation_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/neighbor_addresses.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_by_currency.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level1.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level2.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level3.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level4.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level5.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/search_result_level6.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/model/user_tag_report_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/change_heuristics.py
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/cluster_addresses.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/coin_join_consensus.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/coin_join_heuristics.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/direct_change_heuristic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/external_conversion.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/http_validation_error.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/join_market_heuristic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/neighbor_addresses.py
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/neighbor_clusters.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/neighbor_entities.py
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/one_time_change_heuristic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/related_addresses.py
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_by_currency.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level1.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level2.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level3.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level4.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level5.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/search_result_level6.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/user_reported_tag.py
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/user_tag_report_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense/models/whirlpool_tx0_heuristic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{graphsense_python-2.13.0 → graphsense_python-2.13.2}/graphsense_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|