graphsense-python 1.14.0__tar.gz → 1.14.3__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-1.14.0 → graphsense_python-1.14.3}/PKG-INFO +6 -6
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/README.md +2 -2
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/__init__.py +2 -2
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/addresses_api.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/blocks_api.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/bulk_api.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/entities_api.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/general_api.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/rates_api.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/tags_api.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/tokens_api.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/txs_api.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api_client.py +2 -2
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/configuration.py +3 -3
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/exceptions.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/actor.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/actor_context.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/actors.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tag.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tag_all_of.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tags.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tx.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tx_utxo.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_txs.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/block.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/block_at_date.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/concept.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/currency_stats.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/entity.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/entity_addresses.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/external_conversion.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/height.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/label_summary.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/labeled_item_ref.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/labeled_item_refs.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/link.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/link_utxo.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/links.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/neighbor_address.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/neighbor_addresses.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/neighbor_entities.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/neighbor_entity.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/rate.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/rates.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/related_address.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/related_addresses.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_by_currency.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_labels.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_leaf.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level1.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level2.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level3.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level4.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level5.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level6.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/stats.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tag.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tag_cloud_entry.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tag_summary.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/taxonomy.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/token_config.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/token_configs.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/token_values.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_account.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_ref.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_summary.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_utxo.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_value.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_values.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/txs.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/txs_account.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/user_reported_tag.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/user_tag_report_response.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/values.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model_utils.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/rest.py +1 -1
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/PKG-INFO +6 -6
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/pyproject.toml +4 -4
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/__init__.py +0 -0
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/apis/__init__.py +0 -0
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/__init__.py +0 -0
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/models/__init__.py +0 -0
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/SOURCES.txt +0 -0
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/dependency_links.txt +0 -0
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/requires.txt +0 -0
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/top_level.txt +0 -0
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/scripts/openapi_spec_add_auth.py +0 -0
- {graphsense_python-1.14.0 → graphsense_python-1.14.3}/setup.cfg +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 1.14.
|
|
3
|
+
Version: 1.14.3
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@ikna.io>
|
|
6
6
|
Maintainer-email: Iknaio Cryptoasset Analytics GmbH <contact@ikna.io>
|
|
7
7
|
Project-URL: Homepage, https://graphsense.github.io/
|
|
8
|
-
Project-URL: Source, https://github.com/graphsense/graphsense-REST/clients/python
|
|
9
|
-
Project-URL: Changelog, https://github.com/graphsense/
|
|
10
|
-
Project-URL: Bug Tracker, https://github.com/graphsense/graphsense-
|
|
8
|
+
Project-URL: Source, https://github.com/graphsense/graphsense-REST/tree/master/clients/python
|
|
9
|
+
Project-URL: Changelog, https://github.com/graphsense/graphsense-REST/tree/master/CHANGELOG.md
|
|
10
|
+
Project-URL: Bug Tracker, https://github.com/graphsense/graphsense-rest/issues
|
|
11
11
|
Keywords: OpenAPI,OpenAPI-Generator,GraphSense API
|
|
12
12
|
Requires-Python: >=3.6
|
|
13
13
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
@@ -19,8 +19,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit
|
|
|
19
19
|
|
|
20
20
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
21
21
|
|
|
22
|
-
- API version: 1.14.
|
|
23
|
-
- Package version: 1.14.
|
|
22
|
+
- API version: 1.14.3
|
|
23
|
+
- Package version: 1.14.3
|
|
24
24
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
25
25
|
|
|
26
26
|
## Requirements.
|
|
@@ -3,8 +3,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit
|
|
|
3
3
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
|
-
- API version: 1.14.
|
|
7
|
-
- Package version: 1.14.
|
|
6
|
+
- API version: 1.14.3
|
|
7
|
+
- Package version: 1.14.3
|
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
9
9
|
|
|
10
10
|
## Requirements.
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.14.
|
|
8
|
+
The version of the OpenAPI document: 1.14.3
|
|
9
9
|
Contact: contact@ikna.io
|
|
10
10
|
Generated by: https://openapi-generator.tech
|
|
11
11
|
"""
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
__version__ = "1.14.
|
|
14
|
+
__version__ = "1.14.3"
|
|
15
15
|
|
|
16
16
|
# import ApiClient
|
|
17
17
|
from graphsense.api_client import ApiClient
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
|
77
77
|
self.default_headers[header_name] = header_value
|
|
78
78
|
self.cookie = cookie
|
|
79
79
|
# Set default User-Agent.
|
|
80
|
-
self.user_agent = 'OpenAPI-Generator/1.14.
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/1.14.3/python'
|
|
81
81
|
|
|
82
82
|
def __enter__(self):
|
|
83
83
|
return self
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -406,8 +406,8 @@ conf = graphsense.Configuration(
|
|
|
406
406
|
return "Python SDK Debug Report:\n"\
|
|
407
407
|
"OS: {env}\n"\
|
|
408
408
|
"Python Version: {pyversion}\n"\
|
|
409
|
-
"Version of the API: 1.14.
|
|
410
|
-
"SDK Package Version: 1.14.
|
|
409
|
+
"Version of the API: 1.14.3\n"\
|
|
410
|
+
"SDK Package Version: 1.14.3".\
|
|
411
411
|
format(env=sys.platform, pyversion=sys.version)
|
|
412
412
|
|
|
413
413
|
def get_host_settings(self):
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tag_all_of.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/external_conversion.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/neighbor_addresses.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_by_currency.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_labels.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_leaf.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level1.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level2.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level3.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level4.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level5.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level6.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/user_tag_report_response.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.
|
|
6
|
+
The version of the OpenAPI document: 1.14.3
|
|
7
7
|
Contact: contact@ikna.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 1.14.
|
|
3
|
+
Version: 1.14.3
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@ikna.io>
|
|
6
6
|
Maintainer-email: Iknaio Cryptoasset Analytics GmbH <contact@ikna.io>
|
|
7
7
|
Project-URL: Homepage, https://graphsense.github.io/
|
|
8
|
-
Project-URL: Source, https://github.com/graphsense/graphsense-REST/clients/python
|
|
9
|
-
Project-URL: Changelog, https://github.com/graphsense/
|
|
10
|
-
Project-URL: Bug Tracker, https://github.com/graphsense/graphsense-
|
|
8
|
+
Project-URL: Source, https://github.com/graphsense/graphsense-REST/tree/master/clients/python
|
|
9
|
+
Project-URL: Changelog, https://github.com/graphsense/graphsense-REST/tree/master/CHANGELOG.md
|
|
10
|
+
Project-URL: Bug Tracker, https://github.com/graphsense/graphsense-rest/issues
|
|
11
11
|
Keywords: OpenAPI,OpenAPI-Generator,GraphSense API
|
|
12
12
|
Requires-Python: >=3.6
|
|
13
13
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
@@ -19,8 +19,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit
|
|
|
19
19
|
|
|
20
20
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
21
21
|
|
|
22
|
-
- API version: 1.14.
|
|
23
|
-
- Package version: 1.14.
|
|
22
|
+
- API version: 1.14.3
|
|
23
|
+
- Package version: 1.14.3
|
|
24
24
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
25
25
|
|
|
26
26
|
## Requirements.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "graphsense-python"
|
|
3
|
-
version = "1.14.
|
|
3
|
+
version = "1.14.3"
|
|
4
4
|
description = "GraphSense API"
|
|
5
5
|
readme = { file = "README.md", content-type = "text/markdown; charset=UTF-8; variant=GFM" }
|
|
6
6
|
requires-python = ">=3.6"
|
|
@@ -18,9 +18,9 @@ maintainers = [
|
|
|
18
18
|
|
|
19
19
|
[project.urls]
|
|
20
20
|
Homepage = "https://graphsense.github.io/"
|
|
21
|
-
Source = "https://github.com/graphsense/graphsense-REST/clients/python"
|
|
22
|
-
Changelog = "https://github.com/graphsense/
|
|
23
|
-
"Bug Tracker" = "https://github.com/graphsense/graphsense-
|
|
21
|
+
Source = "https://github.com/graphsense/graphsense-REST/tree/master/clients/python"
|
|
22
|
+
Changelog = "https://github.com/graphsense/graphsense-REST/tree/master/CHANGELOG.md"
|
|
23
|
+
"Bug Tracker" = "https://github.com/graphsense/graphsense-rest/issues"
|
|
24
24
|
|
|
25
25
|
[build-system]
|
|
26
26
|
requires = ["setuptools", "wheel"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|