graphsense-python 1.15.4__tar.gz → 1.15.5__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.15.4 → graphsense_python-1.15.5}/PKG-INFO +3 -3
  2. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/README.md +2 -2
  3. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/__init__.py +1 -1
  4. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api_client.py +1 -1
  5. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/configuration.py +2 -2
  6. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense_python.egg-info/PKG-INFO +3 -3
  7. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/pyproject.toml +1 -1
  8. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/__init__.py +0 -0
  9. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/addresses_api.py +0 -0
  10. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/blocks_api.py +0 -0
  11. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/bulk_api.py +0 -0
  12. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/entities_api.py +0 -0
  13. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/general_api.py +0 -0
  14. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/rates_api.py +0 -0
  15. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/tags_api.py +0 -0
  16. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/tokens_api.py +0 -0
  17. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/api/txs_api.py +0 -0
  18. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/apis/__init__.py +0 -0
  19. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/exceptions.py +0 -0
  20. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/__init__.py +0 -0
  21. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/actor.py +0 -0
  22. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/actor_context.py +0 -0
  23. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/actors.py +0 -0
  24. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/address.py +0 -0
  25. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/address_tag.py +0 -0
  26. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/address_tag_all_of.py +0 -0
  27. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/address_tags.py +0 -0
  28. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/address_tx.py +0 -0
  29. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/address_tx_utxo.py +0 -0
  30. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/address_txs.py +0 -0
  31. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/block.py +0 -0
  32. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/block_at_date.py +0 -0
  33. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/concept.py +0 -0
  34. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/currency_stats.py +0 -0
  35. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/entity.py +0 -0
  36. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/entity_addresses.py +0 -0
  37. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/external_conversion.py +0 -0
  38. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/height.py +0 -0
  39. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/label_summary.py +0 -0
  40. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/labeled_item_ref.py +0 -0
  41. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/labeled_item_refs.py +0 -0
  42. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/link.py +0 -0
  43. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/link_utxo.py +0 -0
  44. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/links.py +0 -0
  45. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/neighbor_address.py +0 -0
  46. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/neighbor_addresses.py +0 -0
  47. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/neighbor_entities.py +0 -0
  48. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/neighbor_entity.py +0 -0
  49. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/rate.py +0 -0
  50. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/rates.py +0 -0
  51. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/related_address.py +0 -0
  52. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/related_addresses.py +0 -0
  53. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result.py +0 -0
  54. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result_by_currency.py +0 -0
  55. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result_labels.py +0 -0
  56. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result_leaf.py +0 -0
  57. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result_level1.py +0 -0
  58. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result_level2.py +0 -0
  59. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result_level3.py +0 -0
  60. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result_level4.py +0 -0
  61. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result_level5.py +0 -0
  62. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/search_result_level6.py +0 -0
  63. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/stats.py +0 -0
  64. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tag.py +0 -0
  65. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tag_cloud_entry.py +0 -0
  66. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tag_summary.py +0 -0
  67. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/taxonomy.py +0 -0
  68. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/token_config.py +0 -0
  69. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/token_configs.py +0 -0
  70. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/token_values.py +0 -0
  71. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tx.py +0 -0
  72. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tx_account.py +0 -0
  73. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tx_ref.py +0 -0
  74. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tx_summary.py +0 -0
  75. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tx_utxo.py +0 -0
  76. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tx_value.py +0 -0
  77. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/tx_values.py +0 -0
  78. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/txs.py +0 -0
  79. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/txs_account.py +0 -0
  80. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/user_reported_tag.py +0 -0
  81. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/user_tag_report_response.py +0 -0
  82. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model/values.py +0 -0
  83. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/model_utils.py +0 -0
  84. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/models/__init__.py +0 -0
  85. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense/rest.py +0 -0
  86. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense_python.egg-info/SOURCES.txt +0 -0
  87. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense_python.egg-info/dependency_links.txt +0 -0
  88. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense_python.egg-info/requires.txt +0 -0
  89. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/graphsense_python.egg-info/top_level.txt +0 -0
  90. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/scripts/openapi_spec_add_auth.py +0 -0
  91. {graphsense_python-1.15.4 → graphsense_python-1.15.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphsense-python
3
- Version: 1.15.4
3
+ Version: 1.15.5
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>
@@ -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.15.4
23
- - Package version: 1.15.4
22
+ - API version: 1.15.5
23
+ - Package version: 1.15.5
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.15.4
7
- - Package version: 1.15.4
6
+ - API version: 1.15.5
7
+ - Package version: 1.15.5
8
8
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
9
9
 
10
10
  ## Requirements.
@@ -10,7 +10,7 @@
10
10
  """
11
11
 
12
12
 
13
- __version__ = "1.15.4"
13
+ __version__ = "1.15.5"
14
14
 
15
15
  # import ApiClient
16
16
  from graphsense.api_client import ApiClient
@@ -76,7 +76,7 @@ class ApiClient(object):
76
76
  self.default_headers[header_name] = header_value
77
77
  self.cookie = cookie
78
78
  # Set default User-Agent.
79
- self.user_agent = 'OpenAPI-Generator/1.15.4/python'
79
+ self.user_agent = 'OpenAPI-Generator/1.15.5/python'
80
80
 
81
81
  def __enter__(self):
82
82
  return self
@@ -405,8 +405,8 @@ conf = graphsense.Configuration(
405
405
  return "Python SDK Debug Report:\n"\
406
406
  "OS: {env}\n"\
407
407
  "Python Version: {pyversion}\n"\
408
- "Version of the API: 1.15.4\n"\
409
- "SDK Package Version: 1.15.4".\
408
+ "Version of the API: 1.15.5\n"\
409
+ "SDK Package Version: 1.15.5".\
410
410
  format(env=sys.platform, pyversion=sys.version)
411
411
 
412
412
  def get_host_settings(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphsense-python
3
- Version: 1.15.4
3
+ Version: 1.15.5
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>
@@ -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.15.4
23
- - Package version: 1.15.4
22
+ - API version: 1.15.5
23
+ - Package version: 1.15.5
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.15.4"
3
+ version = "1.15.5"
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"