graphsense-python 2.9.8__tar.gz → 2.9.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/PKG-INFO +3 -3
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/README.md +2 -2
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/__init__.py +1 -1
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/tags_api.py +0 -15
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api_client.py +1 -1
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/configuration.py +2 -2
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense_python.egg-info/PKG-INFO +3 -3
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/pyproject.toml +1 -1
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/__init__.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/addresses_api.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/blocks_api.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/bulk_api.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/entities_api.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/general_api.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/rates_api.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/tokens_api.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api/txs_api.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/api_response.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/compat.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/exceptions.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/__init__.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/actor.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/actor_context.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/address.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/address_tag.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/address_tags.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/address_tx.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/address_tx_utxo.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/address_txs.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/block.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/block_at_date.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/concept.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/currency_stats.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/entity.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/entity_addresses.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/external_conversion.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/http_validation_error.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/label_summary.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/labeled_item_ref.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/link.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/link_utxo.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/links.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/links_inner.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/location_inner.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/neighbor_address.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/neighbor_addresses.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/neighbor_entities.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/neighbor_entity.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/rate.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/rates.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/related_address.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/related_addresses.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_by_currency.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level1.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level2.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level3.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level4.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level5.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level6.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/stats.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/tag.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/tag_cloud_entry.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/tag_summary.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/taxonomy.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/token_config.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/token_configs.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/tx.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/tx_account.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/tx_ref.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/tx_summary.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/tx_utxo.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/tx_value.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/user_reported_tag.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/user_tag_report_response.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/validation_error.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/values.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/__init__.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/actor.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/actor_context.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/address.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/address_tag.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/address_tags.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/address_tx.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/address_tx_utxo.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/address_txs.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/block.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/block_at_date.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/concept.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/currency_stats.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/entity.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/entity_addresses.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/external_conversion.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/http_validation_error.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/label_summary.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/labeled_item_ref.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/link.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/link_utxo.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/links.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/links_inner.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/location_inner.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/neighbor_address.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/neighbor_addresses.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/neighbor_entities.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/neighbor_entity.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/rate.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/rates.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/related_address.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/related_addresses.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_by_currency.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level1.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level2.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level3.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level4.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level5.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level6.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/stats.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/tag.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/tag_cloud_entry.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/tag_summary.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/taxonomy.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/token_config.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/token_configs.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/tx.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/tx_account.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/tx_ref.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/tx_summary.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/tx_utxo.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/tx_value.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/user_reported_tag.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/user_tag_report_response.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/validation_error.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/values.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/py.typed +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/rest.py +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense_python.egg-info/SOURCES.txt +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense_python.egg-info/dependency_links.txt +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense_python.egg-info/requires.txt +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense_python.egg-info/top_level.txt +0 -0
- {graphsense_python-2.9.8 → graphsense_python-2.9.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.9
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@iknaio.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -21,8 +21,8 @@ GraphSense API provides programmatic access to blockchain analytics data across
|
|
|
21
21
|
|
|
22
22
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
23
23
|
|
|
24
|
-
- API version: 2.9.
|
|
25
|
-
- Package version: 2.9.
|
|
24
|
+
- API version: 2.9.9
|
|
25
|
+
- Package version: 2.9.9
|
|
26
26
|
- Generator version: 7.19.0
|
|
27
27
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
28
28
|
For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
|
|
@@ -3,8 +3,8 @@ GraphSense API provides programmatic access to blockchain analytics data across
|
|
|
3
3
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
|
-
- API version: 2.9.
|
|
7
|
-
- Package version: 2.9.
|
|
6
|
+
- API version: 2.9.9
|
|
7
|
+
- Package version: 2.9.9
|
|
8
8
|
- Generator version: 7.19.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
|
|
@@ -1507,7 +1507,6 @@ class TagsApi:
|
|
|
1507
1507
|
def report_tag(
|
|
1508
1508
|
self,
|
|
1509
1509
|
user_reported_tag: UserReportedTag,
|
|
1510
|
-
x_consumer_username: Optional[StrictStr] = None,
|
|
1511
1510
|
_request_timeout: Union[
|
|
1512
1511
|
None,
|
|
1513
1512
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1527,8 +1526,6 @@ class TagsApi:
|
|
|
1527
1526
|
|
|
1528
1527
|
:param user_reported_tag: (required)
|
|
1529
1528
|
:type user_reported_tag: UserReportedTag
|
|
1530
|
-
:param x_consumer_username:
|
|
1531
|
-
:type x_consumer_username: str
|
|
1532
1529
|
:param _request_timeout: timeout setting for this request. If one
|
|
1533
1530
|
number provided, it will be total request
|
|
1534
1531
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1553,7 +1550,6 @@ class TagsApi:
|
|
|
1553
1550
|
|
|
1554
1551
|
_param = self._report_tag_serialize(
|
|
1555
1552
|
user_reported_tag=user_reported_tag,
|
|
1556
|
-
x_consumer_username=x_consumer_username,
|
|
1557
1553
|
_request_auth=_request_auth,
|
|
1558
1554
|
_content_type=_content_type,
|
|
1559
1555
|
_headers=_headers,
|
|
@@ -1579,7 +1575,6 @@ class TagsApi:
|
|
|
1579
1575
|
def report_tag_with_http_info(
|
|
1580
1576
|
self,
|
|
1581
1577
|
user_reported_tag: UserReportedTag,
|
|
1582
|
-
x_consumer_username: Optional[StrictStr] = None,
|
|
1583
1578
|
_request_timeout: Union[
|
|
1584
1579
|
None,
|
|
1585
1580
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1599,8 +1594,6 @@ class TagsApi:
|
|
|
1599
1594
|
|
|
1600
1595
|
:param user_reported_tag: (required)
|
|
1601
1596
|
:type user_reported_tag: UserReportedTag
|
|
1602
|
-
:param x_consumer_username:
|
|
1603
|
-
:type x_consumer_username: str
|
|
1604
1597
|
:param _request_timeout: timeout setting for this request. If one
|
|
1605
1598
|
number provided, it will be total request
|
|
1606
1599
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1625,7 +1618,6 @@ class TagsApi:
|
|
|
1625
1618
|
|
|
1626
1619
|
_param = self._report_tag_serialize(
|
|
1627
1620
|
user_reported_tag=user_reported_tag,
|
|
1628
|
-
x_consumer_username=x_consumer_username,
|
|
1629
1621
|
_request_auth=_request_auth,
|
|
1630
1622
|
_content_type=_content_type,
|
|
1631
1623
|
_headers=_headers,
|
|
@@ -1651,7 +1643,6 @@ class TagsApi:
|
|
|
1651
1643
|
def report_tag_without_preload_content(
|
|
1652
1644
|
self,
|
|
1653
1645
|
user_reported_tag: UserReportedTag,
|
|
1654
|
-
x_consumer_username: Optional[StrictStr] = None,
|
|
1655
1646
|
_request_timeout: Union[
|
|
1656
1647
|
None,
|
|
1657
1648
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1671,8 +1662,6 @@ class TagsApi:
|
|
|
1671
1662
|
|
|
1672
1663
|
:param user_reported_tag: (required)
|
|
1673
1664
|
:type user_reported_tag: UserReportedTag
|
|
1674
|
-
:param x_consumer_username:
|
|
1675
|
-
:type x_consumer_username: str
|
|
1676
1665
|
:param _request_timeout: timeout setting for this request. If one
|
|
1677
1666
|
number provided, it will be total request
|
|
1678
1667
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1697,7 +1686,6 @@ class TagsApi:
|
|
|
1697
1686
|
|
|
1698
1687
|
_param = self._report_tag_serialize(
|
|
1699
1688
|
user_reported_tag=user_reported_tag,
|
|
1700
|
-
x_consumer_username=x_consumer_username,
|
|
1701
1689
|
_request_auth=_request_auth,
|
|
1702
1690
|
_content_type=_content_type,
|
|
1703
1691
|
_headers=_headers,
|
|
@@ -1718,7 +1706,6 @@ class TagsApi:
|
|
|
1718
1706
|
def _report_tag_serialize(
|
|
1719
1707
|
self,
|
|
1720
1708
|
user_reported_tag,
|
|
1721
|
-
x_consumer_username,
|
|
1722
1709
|
_request_auth,
|
|
1723
1710
|
_content_type,
|
|
1724
1711
|
_headers,
|
|
@@ -1742,8 +1729,6 @@ class TagsApi:
|
|
|
1742
1729
|
# process the path parameters
|
|
1743
1730
|
# process the query parameters
|
|
1744
1731
|
# process the header parameters
|
|
1745
|
-
if x_consumer_username is not None:
|
|
1746
|
-
_header_params['x-consumer-username'] = x_consumer_username
|
|
1747
1732
|
# process the form parameters
|
|
1748
1733
|
# process the body parameter
|
|
1749
1734
|
if user_reported_tag is not None:
|
|
@@ -95,7 +95,7 @@ class ApiClient:
|
|
|
95
95
|
self.default_headers[header_name] = header_value
|
|
96
96
|
self.cookie = cookie
|
|
97
97
|
# Set default User-Agent.
|
|
98
|
-
self.user_agent = 'OpenAPI-Generator/2.9.
|
|
98
|
+
self.user_agent = 'OpenAPI-Generator/2.9.9/python'
|
|
99
99
|
self.client_side_validation = configuration.client_side_validation
|
|
100
100
|
|
|
101
101
|
def __enter__(self):
|
|
@@ -533,8 +533,8 @@ conf = graphsense.Configuration(
|
|
|
533
533
|
return "Python SDK Debug Report:\n"\
|
|
534
534
|
"OS: {env}\n"\
|
|
535
535
|
"Python Version: {pyversion}\n"\
|
|
536
|
-
"Version of the API: 2.9.
|
|
537
|
-
"SDK Package Version: 2.9.
|
|
536
|
+
"Version of the API: 2.9.9\n"\
|
|
537
|
+
"SDK Package Version: 2.9.9".\
|
|
538
538
|
format(env=sys.platform, pyversion=sys.version)
|
|
539
539
|
|
|
540
540
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.9
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@iknaio.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -21,8 +21,8 @@ GraphSense API provides programmatic access to blockchain analytics data across
|
|
|
21
21
|
|
|
22
22
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
23
23
|
|
|
24
|
-
- API version: 2.9.
|
|
25
|
-
- Package version: 2.9.
|
|
24
|
+
- API version: 2.9.9
|
|
25
|
+
- Package version: 2.9.9
|
|
26
26
|
- Generator version: 7.19.0
|
|
27
27
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
28
28
|
For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/http_validation_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_by_currency.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level1.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level2.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level3.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level4.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level5.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/search_result_level6.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/model/user_tag_report_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/external_conversion.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/http_validation_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_by_currency.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level1.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level2.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level3.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level4.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level5.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/search_result_level6.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense/models/user_tag_report_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.8 → graphsense_python-2.9.9}/graphsense_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|