web3-wizzard-lib 1.2.2__py3-none-any.whl → 1.3.1__py3-none-any.whl

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.
@@ -134,6 +134,16 @@ class GoogleStatisticsWriter(StatisticsWriter):
134
134
  ).execute()
135
135
  logger.info(f'Row written: {row}')
136
136
 
137
+ def get_leftmost_sheet(self):
138
+ """
139
+ Returns the name of the leftmost sheet in the spreadsheet.
140
+ The leftmost sheet is the first sheet in the sheets collection.
141
+ """
142
+ spreadsheet = self.service.spreadsheets().get(spreadsheetId=self.sheet).execute()
143
+ if 'sheets' in spreadsheet and len(spreadsheet['sheets']) > 0:
144
+ return spreadsheet['sheets'][0]['properties']['title']
145
+ return None
146
+
137
147
 
138
148
  def get_statistic_writer():
139
149
  if get_config("STATISTICS_MODE") == "CSV":
@@ -0,0 +1 @@
1
+ sybil-engine==10.1.1
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: web3_wizzard_lib
3
- Version: 1.2.2
3
+ Version: 1.3.1
4
4
  Summary: Engine for web3 smart contracts automatization.
5
5
  Home-page: https://github.com/Indeoo/web3-wizzard-lib/
6
6
  Author: Indeoo
7
7
  Author-email: indeooars@gmail.com
8
8
  Description-Content-Type: text/markdown
9
- Requires-Dist: sybil-engine==10.0.10
9
+ Requires-Dist: sybil-engine==10.1.1
10
10
  Dynamic: author
11
11
  Dynamic: author-email
12
12
  Dynamic: description-content-type
@@ -259,7 +259,7 @@ web3_wizzard_lib/core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
259
259
  web3_wizzard_lib/core/utils/ai_utils.py,sha256=hNRgDbD363RNS35bOgYFlSo6P6yqU6ptZ6fIkoMkL44,1025
260
260
  web3_wizzard_lib/core/utils/benchmark_utils.py,sha256=3YBPXseWJb_BpBJtWWU6Dc5kydyhX4YWSvEWj4v6ekk,286
261
261
  web3_wizzard_lib/core/utils/module_memory.py,sha256=Ot-C3g9ax9frTTpWSLQqsbGcp7WMmmHKM9R7qI920xk,436
262
- web3_wizzard_lib/core/utils/statistic_utils.py,sha256=qZjLAnnyFuXV5xmfHaIdtWHzZJbNHmNx551k7-ziddw,5136
262
+ web3_wizzard_lib/core/utils/statistic_utils.py,sha256=LpeQIK6Ehrg3PJfPahcodFIAiTtl1_n-Y2s1c5ilNtY,5582
263
263
  web3_wizzard_lib/core/utils/sub_module.py,sha256=r7C89nhlOUAYtCI92JINapS_-5hUUYX7YnY9hQLgHKg,117
264
264
  web3_wizzard_lib/resources/banner.txt,sha256=SU35B1n9GopZLhMIwWFF6L2z4_kxz1N1ZhN8LZx49SA,666
265
265
  web3_wizzard_lib/resources/linea_appeal.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -361,8 +361,8 @@ web3_wizzard_lib/resources/main/contracts.json,sha256=jGeEoEiys1Itg7s5WFIeVFKis9
361
361
  web3_wizzard_lib/resources/main/networks.json,sha256=dmZLOsSaj2_CJwLqS4Deb4FgQrxPWpIQKGml6cXfKzI,6465
362
362
  web3_wizzard_lib/resources/main/pairs.json,sha256=uvIFvY46Ctiw8hjGd9e-1WE0qLf_duo3MuZncRMLqGg,8262
363
363
  web3_wizzard_lib/resources/main/tokens.json,sha256=AoZz_I6AVoZuecNdyX5L-SnGm6TREuPrsYd2i9PJr7U,5707
364
- web3_wizzard_lib-1.2.2.data/data/requirements.txt,sha256=t9n8T01EJ51Xg35D4jrLSpIA5fpMukAvtyZkT_5xV8U,21
365
- web3_wizzard_lib-1.2.2.dist-info/METADATA,sha256=VpkePo8gwKHHTTYbmnMsHZ7oXW1E3-5nmNW27O09ccw,429
366
- web3_wizzard_lib-1.2.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
367
- web3_wizzard_lib-1.2.2.dist-info/top_level.txt,sha256=8dD8S5HQo4dKtxogttWY_sh4n3yCVy0MwiTelYp6kug,28
368
- web3_wizzard_lib-1.2.2.dist-info/RECORD,,
364
+ web3_wizzard_lib-1.3.1.data/data/requirements.txt,sha256=DXHjJBGh1GCzjWykhFtn10uyzlNczftsar3JIbyPgUM,20
365
+ web3_wizzard_lib-1.3.1.dist-info/METADATA,sha256=IpUuuHUkS_n8EWVlMY10-JDF9swS5NaB19IxA_-t2J8,428
366
+ web3_wizzard_lib-1.3.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
367
+ web3_wizzard_lib-1.3.1.dist-info/top_level.txt,sha256=8dD8S5HQo4dKtxogttWY_sh4n3yCVy0MwiTelYp6kug,28
368
+ web3_wizzard_lib-1.3.1.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- sybil-engine==10.0.10