dao-treasury 0.0.55__cp310-cp310-macosx_11_0_arm64.whl → 0.0.56__cp310-cp310-macosx_11_0_arm64.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.

Potentially problematic release.


This version of dao-treasury might be problematic. Click here for more details.

Files changed (23) hide show
  1. bf2b4fe1f86ad2ea158b__mypyc.cpython-310-darwin.so +0 -0
  2. dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml +9 -1
  3. dao_treasury/.grafana/provisioning/dashboards/treasury/Current Treasury Assets.json +517 -0
  4. dao_treasury/.grafana/provisioning/dashboards/treasury/{Treasury.json → Historical Treasury Balances.json } +3 -3
  5. dao_treasury/_docker.cpython-310-darwin.so +0 -0
  6. dao_treasury/_nicknames.cpython-310-darwin.so +0 -0
  7. dao_treasury/_wallet.cpython-310-darwin.so +0 -0
  8. dao_treasury/constants.cpython-310-darwin.so +0 -0
  9. dao_treasury/sorting/__init__.cpython-310-darwin.so +0 -0
  10. dao_treasury/sorting/_matchers.cpython-310-darwin.so +0 -0
  11. dao_treasury/sorting/_rules.cpython-310-darwin.so +0 -0
  12. dao_treasury/sorting/factory.cpython-310-darwin.so +0 -0
  13. dao_treasury/sorting/rule.cpython-310-darwin.so +0 -0
  14. dao_treasury/sorting/rules/__init__.cpython-310-darwin.so +0 -0
  15. dao_treasury/sorting/rules/ignore/__init__.cpython-310-darwin.so +0 -0
  16. dao_treasury/sorting/rules/ignore/llamapay.cpython-310-darwin.so +0 -0
  17. dao_treasury/streams/__init__.cpython-310-darwin.so +0 -0
  18. dao_treasury/streams/llamapay.cpython-310-darwin.so +0 -0
  19. dao_treasury/types.cpython-310-darwin.so +0 -0
  20. {dao_treasury-0.0.55.dist-info → dao_treasury-0.0.56.dist-info}/METADATA +1 -1
  21. {dao_treasury-0.0.55.dist-info → dao_treasury-0.0.56.dist-info}/RECORD +23 -22
  22. {dao_treasury-0.0.55.dist-info → dao_treasury-0.0.56.dist-info}/WHEEL +0 -0
  23. {dao_treasury-0.0.55.dist-info → dao_treasury-0.0.56.dist-info}/top_level.txt +0 -0
@@ -11,7 +11,7 @@ providers:
11
11
  path: /etc/grafana/provisioning/dashboards/summary
12
12
 
13
13
  # Dashboards
14
- - name: 'Treasury'
14
+ - name: 'Current Treasury Assets'
15
15
  folder: 'Treasury'
16
16
  type: file
17
17
  disableDeletion: true
@@ -42,6 +42,14 @@ providers:
42
42
  editable: false
43
43
  options:
44
44
  path: /etc/grafana/provisioning/dashboards/treasury
45
+
46
+ - name: 'Historical Treasury Balances'
47
+ folder: 'Treasury'
48
+ type: file
49
+ disableDeletion: true
50
+ editable: false
51
+ options:
52
+ path: /etc/grafana/provisioning/dashboards/treasury
45
53
 
46
54
  - name: 'Treasury Transactions'
47
55
  folder: 'Transactions'
@@ -0,0 +1,517 @@
1
+ {
2
+ "annotations": {
3
+ "list": [
4
+ {
5
+ "builtIn": 1,
6
+ "datasource": {
7
+ "type": "grafana",
8
+ "uid": "-- Grafana --"
9
+ },
10
+ "enable": true,
11
+ "hide": true,
12
+ "iconColor": "rgba(0, 211, 255, 1)",
13
+ "name": "Annotations & Alerts",
14
+ "type": "dashboard"
15
+ }
16
+ ]
17
+ },
18
+ "editable": true,
19
+ "fiscalYearStartMonth": 0,
20
+ "graphTooltip": 0,
21
+ "id": 0,
22
+ "links": [],
23
+ "panels": [
24
+ {
25
+ "datasource": "PROMETHEUS",
26
+ "fieldConfig": {
27
+ "defaults": {
28
+ "color": {
29
+ "mode": "thresholds"
30
+ },
31
+ "mappings": [],
32
+ "thresholds": {
33
+ "mode": "absolute",
34
+ "steps": [
35
+ {
36
+ "color": "green",
37
+ "value": 0
38
+ },
39
+ {
40
+ "color": "red",
41
+ "value": 80
42
+ }
43
+ ]
44
+ },
45
+ "unit": "currencyUSD"
46
+ },
47
+ "overrides": []
48
+ },
49
+ "gridPos": {
50
+ "h": 3,
51
+ "w": 18,
52
+ "x": 0,
53
+ "y": 0
54
+ },
55
+ "id": 3,
56
+ "options": {
57
+ "colorMode": "value",
58
+ "graphMode": "area",
59
+ "justifyMode": "auto",
60
+ "orientation": "auto",
61
+ "percentChangeColorMode": "standard",
62
+ "reduceOptions": {
63
+ "calcs": [
64
+ "last"
65
+ ],
66
+ "fields": "",
67
+ "values": false
68
+ },
69
+ "showPercentChange": false,
70
+ "textMode": "auto",
71
+ "wideLayout": true
72
+ },
73
+ "pluginVersion": "12.2.0",
74
+ "targets": [
75
+ {
76
+ "datasource": "PROMETHEUS",
77
+ "editorMode": "code",
78
+ "expr": "sum(treasury_assets{param=\"usd value\"}<500_000_000)",
79
+ "format": "table",
80
+ "instant": false,
81
+ "legendFormat": "__auto",
82
+ "range": true,
83
+ "refId": "A"
84
+ }
85
+ ],
86
+ "title": "Total Balance (dont trust this yet)",
87
+ "transformations": [
88
+ {
89
+ "id": "reduce",
90
+ "options": {
91
+ "includeTimeField": false,
92
+ "mode": "reduceFields",
93
+ "reducers": [
94
+ "last"
95
+ ]
96
+ }
97
+ }
98
+ ],
99
+ "type": "stat"
100
+ },
101
+ {
102
+ "datasource": "PROMETHEUS",
103
+ "fieldConfig": {
104
+ "defaults": {
105
+ "color": {
106
+ "mode": "thresholds"
107
+ },
108
+ "custom": {
109
+ "align": "auto",
110
+ "cellOptions": {
111
+ "type": "auto"
112
+ },
113
+ "footer": {
114
+ "reducers": []
115
+ },
116
+ "hideFrom": {
117
+ "viz": false
118
+ },
119
+ "inspect": false
120
+ },
121
+ "mappings": [],
122
+ "thresholds": {
123
+ "mode": "absolute",
124
+ "steps": [
125
+ {
126
+ "color": "green",
127
+ "value": 0
128
+ },
129
+ {
130
+ "color": "red",
131
+ "value": 80
132
+ }
133
+ ]
134
+ }
135
+ },
136
+ "overrides": []
137
+ },
138
+ "gridPos": {
139
+ "h": 3,
140
+ "w": 6,
141
+ "x": 18,
142
+ "y": 0
143
+ },
144
+ "id": 2,
145
+ "options": {
146
+ "cellHeight": "sm",
147
+ "showHeader": true
148
+ },
149
+ "pluginVersion": "12.2.0",
150
+ "targets": [
151
+ {
152
+ "datasource": "PROMETHEUS",
153
+ "editorMode": "code",
154
+ "expr": "sum(treasury_assets{param=\"usd value\"}<500_000_000)",
155
+ "format": "table",
156
+ "instant": false,
157
+ "legendFormat": "__auto",
158
+ "range": true,
159
+ "refId": "A"
160
+ }
161
+ ],
162
+ "title": "Last Update",
163
+ "transformations": [
164
+ {
165
+ "id": "reduce",
166
+ "options": {
167
+ "includeTimeField": true,
168
+ "mode": "reduceFields",
169
+ "reducers": [
170
+ "last"
171
+ ]
172
+ }
173
+ },
174
+ {
175
+ "id": "filterFieldsByName",
176
+ "options": {
177
+ "byVariable": false,
178
+ "include": {
179
+ "names": [
180
+ "Time"
181
+ ]
182
+ }
183
+ }
184
+ },
185
+ {
186
+ "id": "renameByRegex",
187
+ "options": {
188
+ "regex": "Time",
189
+ "renamePattern": "The last snapshot was taken at:"
190
+ }
191
+ }
192
+ ],
193
+ "type": "table"
194
+ },
195
+ {
196
+ "datasource": "PROMETHEUS",
197
+ "fieldConfig": {
198
+ "defaults": {
199
+ "color": {
200
+ "mode": "thresholds"
201
+ },
202
+ "custom": {
203
+ "align": "auto",
204
+ "cellOptions": {
205
+ "type": "auto"
206
+ },
207
+ "footer": {
208
+ "reducers": []
209
+ },
210
+ "inspect": false
211
+ },
212
+ "mappings": [],
213
+ "thresholds": {
214
+ "mode": "absolute",
215
+ "steps": [
216
+ {
217
+ "color": "green",
218
+ "value": 0
219
+ },
220
+ {
221
+ "color": "red",
222
+ "value": 80
223
+ }
224
+ ]
225
+ },
226
+ "unit": "currencyUSD"
227
+ },
228
+ "overrides": []
229
+ },
230
+ "gridPos": {
231
+ "h": 6,
232
+ "w": 24,
233
+ "x": 0,
234
+ "y": 3
235
+ },
236
+ "id": 1,
237
+ "options": {
238
+ "cellHeight": "sm",
239
+ "showHeader": true,
240
+ "sortBy": [
241
+ {
242
+ "desc": true,
243
+ "displayName": "Last Known Value USD"
244
+ }
245
+ ]
246
+ },
247
+ "pluginVersion": "12.2.0",
248
+ "targets": [
249
+ {
250
+ "datasource": "PROMETHEUS",
251
+ "editorMode": "code",
252
+ "exemplar": false,
253
+ "expr": "sum(treasury_assets{param=\"usd value\"}<500_000_000) by (bucket)",
254
+ "format": "table",
255
+ "instant": false,
256
+ "interval": "",
257
+ "legendFormat": "__auto",
258
+ "range": true,
259
+ "refId": "A"
260
+ },
261
+ {
262
+ "datasource": "PROMETHEUS",
263
+ "editorMode": "code",
264
+ "expr": "sum(treasury_assets{param=\"value\"}<500_000_000) by (token, bucket)",
265
+ "hide": true,
266
+ "instant": false,
267
+ "legendFormat": "__auto",
268
+ "range": true,
269
+ "refId": "B"
270
+ }
271
+ ],
272
+ "title": "Current Asset Summary",
273
+ "transformations": [
274
+ {
275
+ "id": "groupBy",
276
+ "options": {
277
+ "fields": {
278
+ "BTC": {
279
+ "aggregations": []
280
+ },
281
+ "Cash & cash equivalents": {
282
+ "aggregations": []
283
+ },
284
+ "ETH": {
285
+ "aggregations": []
286
+ },
287
+ "Other short term assets": {
288
+ "aggregations": []
289
+ },
290
+ "Time": {
291
+ "aggregations": [
292
+ "last"
293
+ ],
294
+ "operation": "aggregate"
295
+ },
296
+ "Value": {
297
+ "aggregations": [
298
+ "last"
299
+ ],
300
+ "operation": "aggregate"
301
+ },
302
+ "bucket": {
303
+ "aggregations": [],
304
+ "operation": "groupby"
305
+ },
306
+ "token": {
307
+ "aggregations": [],
308
+ "operation": "groupby"
309
+ }
310
+ }
311
+ }
312
+ },
313
+ {
314
+ "disabled": true,
315
+ "id": "filterFieldsByName",
316
+ "options": {
317
+ "include": {
318
+ "names": [
319
+ "bucket",
320
+ "token",
321
+ "Value (last)"
322
+ ]
323
+ }
324
+ }
325
+ },
326
+ {
327
+ "id": "organize",
328
+ "options": {
329
+ "excludeByName": {},
330
+ "includeByName": {},
331
+ "indexByName": {
332
+ "Time (last)": 3,
333
+ "Value (last)": 2,
334
+ "bucket": 0,
335
+ "token": 1
336
+ },
337
+ "renameByName": {
338
+ "Time (last)": "Last Seen",
339
+ "Value (last)": "Last Known Value USD",
340
+ "bucket": "Bucket",
341
+ "token": "Token"
342
+ }
343
+ }
344
+ }
345
+ ],
346
+ "type": "table"
347
+ },
348
+ {
349
+ "datasource": "PROMETHEUS",
350
+ "fieldConfig": {
351
+ "defaults": {
352
+ "color": {
353
+ "mode": "thresholds"
354
+ },
355
+ "custom": {
356
+ "align": "auto",
357
+ "cellOptions": {
358
+ "type": "auto"
359
+ },
360
+ "footer": {
361
+ "reducers": []
362
+ },
363
+ "inspect": false
364
+ },
365
+ "mappings": [],
366
+ "thresholds": {
367
+ "mode": "absolute",
368
+ "steps": [
369
+ {
370
+ "color": "green",
371
+ "value": 0
372
+ },
373
+ {
374
+ "color": "red",
375
+ "value": 80
376
+ }
377
+ ]
378
+ },
379
+ "unit": "currencyUSD"
380
+ },
381
+ "overrides": []
382
+ },
383
+ "gridPos": {
384
+ "h": 13,
385
+ "w": 24,
386
+ "x": 0,
387
+ "y": 9
388
+ },
389
+ "id": 4,
390
+ "options": {
391
+ "cellHeight": "sm",
392
+ "showHeader": true,
393
+ "sortBy": [
394
+ {
395
+ "desc": true,
396
+ "displayName": "Last Known Value USD"
397
+ }
398
+ ]
399
+ },
400
+ "pluginVersion": "12.2.0",
401
+ "targets": [
402
+ {
403
+ "datasource": "PROMETHEUS",
404
+ "editorMode": "code",
405
+ "exemplar": false,
406
+ "expr": "sum(treasury_assets{param=\"usd value\"}<500_000_000) by (token, bucket)",
407
+ "format": "table",
408
+ "instant": false,
409
+ "interval": "",
410
+ "legendFormat": "__auto",
411
+ "range": true,
412
+ "refId": "A"
413
+ },
414
+ {
415
+ "datasource": "PROMETHEUS",
416
+ "editorMode": "code",
417
+ "expr": "sum(treasury_assets{param=\"value\"}<500_000_000) by (token, bucket)",
418
+ "hide": true,
419
+ "instant": false,
420
+ "legendFormat": "__auto",
421
+ "range": true,
422
+ "refId": "B"
423
+ }
424
+ ],
425
+ "title": "Asset Breakdown",
426
+ "transformations": [
427
+ {
428
+ "id": "groupBy",
429
+ "options": {
430
+ "fields": {
431
+ "BTC": {
432
+ "aggregations": []
433
+ },
434
+ "Cash & cash equivalents": {
435
+ "aggregations": []
436
+ },
437
+ "ETH": {
438
+ "aggregations": []
439
+ },
440
+ "Other short term assets": {
441
+ "aggregations": []
442
+ },
443
+ "Time": {
444
+ "aggregations": [
445
+ "last"
446
+ ],
447
+ "operation": "aggregate"
448
+ },
449
+ "Value": {
450
+ "aggregations": [
451
+ "last"
452
+ ],
453
+ "operation": "aggregate"
454
+ },
455
+ "bucket": {
456
+ "aggregations": [],
457
+ "operation": "groupby"
458
+ },
459
+ "token": {
460
+ "aggregations": [],
461
+ "operation": "groupby"
462
+ }
463
+ }
464
+ }
465
+ },
466
+ {
467
+ "disabled": true,
468
+ "id": "filterFieldsByName",
469
+ "options": {
470
+ "include": {
471
+ "names": [
472
+ "bucket",
473
+ "token",
474
+ "Value (last)"
475
+ ]
476
+ }
477
+ }
478
+ },
479
+ {
480
+ "id": "organize",
481
+ "options": {
482
+ "excludeByName": {},
483
+ "includeByName": {},
484
+ "indexByName": {
485
+ "Time (last)": 3,
486
+ "Value (last)": 2,
487
+ "bucket": 0,
488
+ "token": 1
489
+ },
490
+ "renameByName": {
491
+ "Time (last)": "Last Seen",
492
+ "Value (last)": "Last Known Value USD",
493
+ "bucket": "Bucket",
494
+ "token": "Token"
495
+ }
496
+ }
497
+ }
498
+ ],
499
+ "type": "table"
500
+ }
501
+ ],
502
+ "preload": false,
503
+ "schemaVersion": 42,
504
+ "tags": [],
505
+ "templating": {
506
+ "list": []
507
+ },
508
+ "time": {
509
+ "from": "now-7d",
510
+ "to": "now"
511
+ },
512
+ "timepicker": {},
513
+ "timezone": "browser",
514
+ "title": "Current Treasury Assets",
515
+ "uid": "ad47zqk",
516
+ "version": 1
517
+ }
@@ -2992,8 +2992,8 @@
2992
2992
  },
2993
2993
  "timepicker": {},
2994
2994
  "timezone": "",
2995
- "title": "Treasury Balances",
2995
+ "title": "Historical Treasury Balances",
2996
2996
  "description": "Displays real-time balances of the DAO's treasury assets, including YFI, ETH, BTC, \"cash\" (stablecoins), and other assets, as well as liabilities and debt. Useful for monitoring the DAO's current financial position and asset allocation.",
2997
2997
  "uid": "9_ppKhd7z",
2998
- "version": 4
2999
- }
2998
+ "version": 5
2999
+ }
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dao_treasury
3
- Version: 0.0.55
3
+ Version: 0.0.56
4
4
  Summary: Produce comprehensive financial reports for your on-chain org
5
5
  Classifier: Development Status :: 3 - Alpha
6
6
  Classifier: Intended Audience :: Developers
@@ -1,53 +1,54 @@
1
- bf2b4fe1f86ad2ea158b__mypyc.cpython-310-darwin.so,sha256=mj-feccN6C8PXzIwnfnUwn8zpXSrKkRr61pcZ4ud0pE,1247248
1
+ bf2b4fe1f86ad2ea158b__mypyc.cpython-310-darwin.so,sha256=kOKW4_G1PEJpE3wDd5cn_AoTKurU04I4l3Leev4hkec,1247248
2
2
  dao_treasury/_wallet.py,sha256=epV8LVuwHlOzc9UkA66js7HfEiZBOSAGJMtWbDTzmjU,10462
3
- dao_treasury/_wallet.cpython-310-darwin.so,sha256=j9rQ14rpvp5bzvYaOfzqHMfJIAlVECbfwH1Y_y-5qao,50640
3
+ dao_treasury/_wallet.cpython-310-darwin.so,sha256=5Hp_8AvWhNaHXZw2lMGm-FDlSv_X2rl80crGkMSUBv4,50640
4
4
  dao_treasury/db.py,sha256=wJi8-Zh2EO0F4A2ZabSt1ftcUTY6eCfF3FaChpjsTmg,48824
5
5
  dao_treasury/docker-compose.yaml,sha256=0epL6OjrW8cIwtqWerzB5c1Y_txLwvGMuHWUTIGtlsA,1309
6
- dao_treasury/types.cpython-310-darwin.so,sha256=V5AFQjiQr6nBe0P8l-PaKqAd-SHI0EQ3OqD_H7wsyQk,50616
6
+ dao_treasury/types.cpython-310-darwin.so,sha256=2GWs9gj2JDUGI6uyjfj16W073tHCtNHTnGhL30fOUtc,50616
7
7
  dao_treasury/ENVIRONMENT_VARIABLES.py,sha256=LEczR1MSWTY00sLHnFs3j_Jm8WZNJCxjwEzrvjbwl2E,636
8
- dao_treasury/_nicknames.cpython-310-darwin.so,sha256=3IN0qQ6HSUCfTu-A7r9LVKzJZFkEa0RuKuD05pErGIA,50656
8
+ dao_treasury/_nicknames.cpython-310-darwin.so,sha256=jOi7664NpZe-sx2AafCI2gZr1b_sQDJ9t2XGo7dMobk,50656
9
9
  dao_treasury/constants.py,sha256=BGWVeN4KqpxWDGLG-DjPmdXmyVEb2C9KpMig9RaGJws,1444
10
10
  dao_treasury/__init__.py,sha256=W4syl9-cNhHOdD25ye9U7aBJTLE_R-uP49FXC_6CUOE,1477
11
11
  dao_treasury/_nicknames.py,sha256=bvz0b8C31tFQ0pGtpSJW86OwjUF_qMBal4VXVT5UyLo,1017
12
12
  dao_treasury/types.py,sha256=dJDx0hYfDDL3slcUzRnCgrzFFsgCzoqg8uaTtLaT4kk,3685
13
13
  dao_treasury/_docker.py,sha256=b3exLlhtaC9S3osrLQsL8SIOLKUtSoop2uue0cSP9WM,5908
14
14
  dao_treasury/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- dao_treasury/constants.cpython-310-darwin.so,sha256=FImBRp_8krZVbSWonx3Y7Sd2sF3fWSsRPuX5CgkyMA0,50656
16
- dao_treasury/_docker.cpython-310-darwin.so,sha256=N2_jkjIVAg2yjl50M-sDkzVY4aGEDOsRVfrgpZiwoDs,50640
15
+ dao_treasury/constants.cpython-310-darwin.so,sha256=ln1_9vjWK21lvnA7pLMwNhE6a3btbrlVdxwZBAS5yWs,50656
16
+ dao_treasury/_docker.cpython-310-darwin.so,sha256=Q9TW99z9G3gHUmJT7t5hwYLs68-GCO64B23vdxQYcI8,50640
17
17
  dao_treasury/treasury.py,sha256=taTvwTH_Zdu2M61TrUCENcIUjxdQO3vryrZ2iVb6suM,7223
18
18
  dao_treasury/main.py,sha256=j1O2dUk6PTBCI3H50YBV6sQesKdhttLFi9-DzENBKkY,8205
19
19
  dao_treasury/.grafana/provisioning/datasources/datasources.yaml,sha256=mjQs8or651NgD_bZnKBm8vSghzjw_g3enL01YPt0dik,327
20
- dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml,sha256=m88qOlOV_KfGYDR5VYQN8m8zy152dADUkQQw64ggWmk,1630
20
+ dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml,sha256=mop3_BaSxm68HvYRNrAUXJa_LevFD8j4uZBhyc6v44g,1830
21
21
  dao_treasury/.grafana/provisioning/dashboards/breakdowns/Revenue.json,sha256=UdJPmqz6AP0KmePWVHuHB6ibjaW3pRzw539Qr5iwnaA,14187
22
22
  dao_treasury/.grafana/provisioning/dashboards/breakdowns/Expenses.json,sha256=aKDEnqq_lX1vQ-cgl7tLIjqfcDHD-B-O5R9bZHzPGIQ,14556
23
23
  dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json,sha256=R1mUD-am1JzTkkZdQqc84q76uIB8FNSiEBOG1wBPVBU,7195
24
24
  dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json,sha256=wTVhrkKfBqegq0pOHcqlLAvwoIv9rsr5nnxulLawXzA,12774
25
25
  dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json,sha256=GM9UMel6r2spV5eF9dg9cEY18SYK5XBscml5RDGerQE,26958
26
- dao_treasury/.grafana/provisioning/dashboards/treasury/Treasury.json,sha256=ZP-Qs8P_SioIIJJWAnn_W1NMlVtFjRipEtAJU2eFJe0,130952
26
+ dao_treasury/.grafana/provisioning/dashboards/treasury/Historical Treasury Balances.json,sha256=biPG7z1tsRLZiZGhTqVMwnqGmRruO38gkFwj751O-ak,130964
27
+ dao_treasury/.grafana/provisioning/dashboards/treasury/Current Treasury Assets.json,sha256=1czUW5Ti9LMRd-SjrI2_KFX1HSaPDnXLUGiWYJGiqF0,12154
27
28
  dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json,sha256=1m12vjNBprwvInq1sPXRxQRqY2a_mqTqCvvGEPHIHgs,15159
28
29
  dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json,sha256=KrfcMx_8lsx0nx2bPnGWNsTWEuj_IzkqE_fv1kjiGrU,19146
29
30
  dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json,sha256=3ILVMAN0M2QKDKIypdFk895tSIdFomvgtawYAJPO4Bk,6752
30
31
  dao_treasury/streams/llamapay.py,sha256=yn37gwVfqGFF9fOhHuj9_t7KlHGyrdekF2TUmVDyg64,13147
31
32
  dao_treasury/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
- dao_treasury/streams/__init__.cpython-310-darwin.so,sha256=0pBEYkd0gtN15PK68GVshtMUGPeGaGO2KKXcXwrRo6Q,50640
33
- dao_treasury/streams/llamapay.cpython-310-darwin.so,sha256=ci1XPOI7buOeKDpIHf5GT-SRXPOYt-g-cZrPSCP-Ykg,50656
34
- dao_treasury/sorting/factory.cpython-310-darwin.so,sha256=hb8X3p_0Tw4woM7jwka1y9bQskbCMvn8VqQZVzAr_G0,50656
33
+ dao_treasury/streams/__init__.cpython-310-darwin.so,sha256=PUJBmjAP17k5wUXIrMEXJodDbN_9SYv3w6I2Lnu1XXo,50640
34
+ dao_treasury/streams/llamapay.cpython-310-darwin.so,sha256=vWFd7haSQKRCnpmRYDLHquG4PmFx_Aagn66RZhu29GE,50656
35
+ dao_treasury/sorting/factory.cpython-310-darwin.so,sha256=bIRfKumJDZGNLqNkvL1fR8KQizN1WIiq8Z1yGvtOT9o,50656
35
36
  dao_treasury/sorting/_rules.py,sha256=vWkqJVA8yCHKRv9sw872Jq6G0zpM-v_J1jCz-Mgleec,8994
36
- dao_treasury/sorting/rule.cpython-310-darwin.so,sha256=gBjHEvNT-K_0ivmN8Zq0_i_qZ_2KP78ppvwmxUKjO4c,50632
37
- dao_treasury/sorting/_matchers.cpython-310-darwin.so,sha256=HcxlQPMzp-APRe0ZO6zXG0oBNl12Lm2ImyjEXcBZ22E,50656
37
+ dao_treasury/sorting/rule.cpython-310-darwin.so,sha256=o_hJBv-pbZKj2rnFDSO04z4scv2zI0k0AbaNqXhMjpY,50632
38
+ dao_treasury/sorting/_matchers.cpython-310-darwin.so,sha256=g_BE0RJZ1waECrON7AdajzIxBxe6jPzKSbK3Bcaws7U,50656
38
39
  dao_treasury/sorting/__init__.py,sha256=vKj3NPB7EWbX7_fSUWKXk-NsyPasOkFhJvJVGclBOAE,10371
39
40
  dao_treasury/sorting/factory.py,sha256=pFD6luc0bKxOTT1hlAp3ZwJw6R0wN8pjIZrqMZwhsko,10185
40
- dao_treasury/sorting/__init__.cpython-310-darwin.so,sha256=BpMjlBAhfzLR744moJDUJ81LfbSL9oCosbZe0DGDDDo,50640
41
+ dao_treasury/sorting/__init__.cpython-310-darwin.so,sha256=6BitxO_GcesUtRf4LA0Fkw_HUebzFT7kBF5vijpH2OY,50640
41
42
  dao_treasury/sorting/rule.py,sha256=WtGGN5mOd6S2Bhk7v5lsBWSSzVGKON7V10ImrUN79Y4,11628
42
- dao_treasury/sorting/_rules.cpython-310-darwin.so,sha256=Q0mRdfdP82DAW2Cae0C41drT2zmN7IhI587oioRKo0c,50640
43
+ dao_treasury/sorting/_rules.cpython-310-darwin.so,sha256=w5gqmP3TrU9wimlHiou0yHVdG4pe-hcYYOdulMPE7a0,50640
43
44
  dao_treasury/sorting/_matchers.py,sha256=u0GfPYiODr_NtzbfyLxEKDuXmWRiaeuZulDj9FPDOH8,14005
44
45
  dao_treasury/sorting/rules/__init__.py,sha256=ofzIsW0P74kuKr6DlScZIF8p7hBh6guRpe1uOq6oLLA,48
45
- dao_treasury/sorting/rules/__init__.cpython-310-darwin.so,sha256=8LTZwGo3Km8TYPUtV2uuGjBBaP3g9rI6lCo-7oIyncQ,50640
46
+ dao_treasury/sorting/rules/__init__.cpython-310-darwin.so,sha256=UUkk9Yt-Q6K6nkhYAk52oWbWe5-YTDgS5Y7cs_EakcA,50640
46
47
  dao_treasury/sorting/rules/ignore/llamapay.py,sha256=NgiVt9MRtI-f4mw9U5_gqttdPqDa3vt_z5XWJP_UYWs,763
47
48
  dao_treasury/sorting/rules/ignore/__init__.py,sha256=dJ4oKSLe7fal1Ct7XtMCfVJAtvZXcyIomf8HF3gWUhQ,57
48
- dao_treasury/sorting/rules/ignore/__init__.cpython-310-darwin.so,sha256=cofF7gVUP5MSsLmxDU4PTWgNVlb67aD6VSzvw4hpZ3c,50656
49
- dao_treasury/sorting/rules/ignore/llamapay.cpython-310-darwin.so,sha256=T1yF_wegbC0TSmapdeaiqQ3tsBD2__PbFs_asomtuHs,50672
50
- dao_treasury-0.0.55.dist-info/RECORD,,
51
- dao_treasury-0.0.55.dist-info/WHEEL,sha256=11kMdE9gzbsaQG30fRcsAYxBLEVRsqJo098Y5iL60Xo,136
52
- dao_treasury-0.0.55.dist-info/top_level.txt,sha256=Gw-ri_26lZA_3hwhnOX48mffUbmBGr8NhtoQ0XoMeF8,41
53
- dao_treasury-0.0.55.dist-info/METADATA,sha256=b31v82Bu72jshmpVUGWbUPVoonqUGinqdYoEKvlGJc8,7029
49
+ dao_treasury/sorting/rules/ignore/__init__.cpython-310-darwin.so,sha256=9-SY81wIgEmfaePerd4jnjwtL82AvkROArrIhvlMUF0,50656
50
+ dao_treasury/sorting/rules/ignore/llamapay.cpython-310-darwin.so,sha256=N2PC6CJezCzfM4nFbT7siABxHWN_5E1lsqK7V1LuVak,50672
51
+ dao_treasury-0.0.56.dist-info/RECORD,,
52
+ dao_treasury-0.0.56.dist-info/WHEEL,sha256=11kMdE9gzbsaQG30fRcsAYxBLEVRsqJo098Y5iL60Xo,136
53
+ dao_treasury-0.0.56.dist-info/top_level.txt,sha256=Gw-ri_26lZA_3hwhnOX48mffUbmBGr8NhtoQ0XoMeF8,41
54
+ dao_treasury-0.0.56.dist-info/METADATA,sha256=8SNluOqYucDn1pSamhenKbsN7EPiK-K72Kw6X5ljr0g,7029