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.
Files changed (91) hide show
  1. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/PKG-INFO +6 -6
  2. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/README.md +2 -2
  3. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/__init__.py +2 -2
  4. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/addresses_api.py +1 -1
  5. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/blocks_api.py +1 -1
  6. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/bulk_api.py +1 -1
  7. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/entities_api.py +1 -1
  8. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/general_api.py +1 -1
  9. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/rates_api.py +1 -1
  10. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/tags_api.py +1 -1
  11. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/tokens_api.py +1 -1
  12. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/txs_api.py +1 -1
  13. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api_client.py +2 -2
  14. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/configuration.py +3 -3
  15. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/exceptions.py +1 -1
  16. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/actor.py +1 -1
  17. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/actor_context.py +1 -1
  18. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/actors.py +1 -1
  19. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address.py +1 -1
  20. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tag.py +1 -1
  21. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tag_all_of.py +1 -1
  22. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tags.py +1 -1
  23. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tx.py +1 -1
  24. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_tx_utxo.py +1 -1
  25. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/address_txs.py +1 -1
  26. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/block.py +1 -1
  27. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/block_at_date.py +1 -1
  28. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/concept.py +1 -1
  29. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/currency_stats.py +1 -1
  30. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/entity.py +1 -1
  31. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/entity_addresses.py +1 -1
  32. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/external_conversion.py +1 -1
  33. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/height.py +1 -1
  34. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/label_summary.py +1 -1
  35. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/labeled_item_ref.py +1 -1
  36. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/labeled_item_refs.py +1 -1
  37. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/link.py +1 -1
  38. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/link_utxo.py +1 -1
  39. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/links.py +1 -1
  40. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/neighbor_address.py +1 -1
  41. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/neighbor_addresses.py +1 -1
  42. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/neighbor_entities.py +1 -1
  43. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/neighbor_entity.py +1 -1
  44. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/rate.py +1 -1
  45. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/rates.py +1 -1
  46. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/related_address.py +1 -1
  47. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/related_addresses.py +1 -1
  48. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result.py +1 -1
  49. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_by_currency.py +1 -1
  50. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_labels.py +1 -1
  51. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_leaf.py +1 -1
  52. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level1.py +1 -1
  53. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level2.py +1 -1
  54. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level3.py +1 -1
  55. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level4.py +1 -1
  56. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level5.py +1 -1
  57. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/search_result_level6.py +1 -1
  58. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/stats.py +1 -1
  59. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tag.py +1 -1
  60. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tag_cloud_entry.py +1 -1
  61. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tag_summary.py +1 -1
  62. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/taxonomy.py +1 -1
  63. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/token_config.py +1 -1
  64. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/token_configs.py +1 -1
  65. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/token_values.py +1 -1
  66. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx.py +1 -1
  67. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_account.py +1 -1
  68. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_ref.py +1 -1
  69. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_summary.py +1 -1
  70. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_utxo.py +1 -1
  71. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_value.py +1 -1
  72. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/tx_values.py +1 -1
  73. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/txs.py +1 -1
  74. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/txs_account.py +1 -1
  75. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/user_reported_tag.py +1 -1
  76. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/user_tag_report_response.py +1 -1
  77. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/values.py +1 -1
  78. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model_utils.py +1 -1
  79. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/rest.py +1 -1
  80. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/PKG-INFO +6 -6
  81. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/pyproject.toml +4 -4
  82. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/api/__init__.py +0 -0
  83. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/apis/__init__.py +0 -0
  84. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/model/__init__.py +0 -0
  85. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense/models/__init__.py +0 -0
  86. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/SOURCES.txt +0 -0
  87. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/dependency_links.txt +0 -0
  88. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/requires.txt +0 -0
  89. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/graphsense_python.egg-info/top_level.txt +0 -0
  90. {graphsense_python-1.14.0 → graphsense_python-1.14.3}/scripts/openapi_spec_add_auth.py +0 -0
  91. {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.0
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/blob/master/CHANGELOG.md
10
- Project-URL: Bug Tracker, https://github.com/graphsense/graphsense-python/issues
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.0
23
- - Package version: 1.14.0
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.0
7
- - Package version: 1.14.0
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.0
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.0"
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0/python'
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.0
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.0\n"\
410
- "SDK Package Version: 1.14.0".\
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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.0
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/blob/master/CHANGELOG.md
10
- Project-URL: Bug Tracker, https://github.com/graphsense/graphsense-python/issues
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.0
23
- - Package version: 1.14.0
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.0"
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/blob/master/CHANGELOG.md"
23
- "Bug Tracker" = "https://github.com/graphsense/graphsense-python/issues"
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"]