dao-treasury 0.0.46__cp311-cp311-win32.whl → 0.0.47__cp311-cp311-win32.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.
Binary file
Binary file
Binary file
Binary file
Binary file
dao_treasury/constants.py CHANGED
@@ -17,6 +17,7 @@ This is the single source of truth for system-wide constants.
17
17
  from typing import Final
18
18
 
19
19
  import y.constants
20
+ from eth_portfolio import _utils as eth_portfolio_utils
20
21
 
21
22
 
22
23
  CHAINID: Final = y.constants.CHAINID
@@ -32,3 +33,7 @@ DISPERSE_APP: Final = (
32
33
  )
33
34
  """If your treasury sends funds to disperse.app, we create additional txs in the db so each individual send can be accounted for."""
34
35
  # TODO: all crosslink to disperse.py once ready
36
+
37
+
38
+ SUPPRESS_ERROR_LOGS: Final = eth_portfolio_utils.SUPPRESS_ERROR_LOGS
39
+ """Append tokens here when you don't expect them to price successfully and do not want to see the associated error logs."""
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.46
3
+ Version: 0.0.47
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
@@ -14,7 +14,7 @@ Classifier: Operating System :: OS Independent
14
14
  Classifier: Topic :: Software Development :: Libraries
15
15
  Requires-Python: >=3.10,<3.13
16
16
  Description-Content-Type: text/markdown
17
- Requires-Dist: eth-portfolio-temp<0.2,>=0.1.8.dev0
17
+ Requires-Dist: eth-portfolio-temp<0.3,>=0.2.1.dev0
18
18
  Dynamic: classifier
19
19
  Dynamic: description
20
20
  Dynamic: description-content-type
@@ -1,20 +1,20 @@
1
- bf2b4fe1f86ad2ea158b__mypyc.cp311-win32.pyd,sha256=8b85L7ZJRGqPWW8VMDR1TD1AoEk0QbzauObPauGoUkU,381440
1
+ bf2b4fe1f86ad2ea158b__mypyc.cp311-win32.pyd,sha256=fvWkdTuCsevejhUMD1wBuRxyamyI2RWl1g4sJ3I2a7E,382464
2
2
  dao_treasury/ENVIRONMENT_VARIABLES.py,sha256=LS_D4ALB3BO-vYKyh1tzRHi10QBE6f654Zy8pmJ_xPY,656
3
3
  dao_treasury/__init__.py,sha256=ai8iALE_Zv43O9cH1jkNJ39bzhr60kBDX6L7C4Nj9FA,1539
4
- dao_treasury/_docker.cp311-win32.pyd,sha256=LFIFkUO4eMr9uaDqiplKX52yc6bNlZ1LPbH1mw7MpUE,9216
4
+ dao_treasury/_docker.cp311-win32.pyd,sha256=g8vnAxWaD4RFUT-VW1C6JW0VvjYe5BpUC8YgDAUgWAQ,9216
5
5
  dao_treasury/_docker.py,sha256=UFMN-TIBUQBheMIhIhSMhaq7UFgt6ubUcfzwPNap_6o,6098
6
- dao_treasury/_nicknames.cp311-win32.pyd,sha256=mZ0j8CyEvHUZGCRYxuVfJDFTBENdNGlYtZ0NNDtQSrw,9216
6
+ dao_treasury/_nicknames.cp311-win32.pyd,sha256=Pnwnrdi9r48TDzikAYJISJB1m_gbP_xxgPW5VrM-9JA,9216
7
7
  dao_treasury/_nicknames.py,sha256=n8c-JZhORYymCMv6jsC96IthAzAhpslyEn-KCk_YiSM,1049
8
- dao_treasury/_wallet.cp311-win32.pyd,sha256=L15KgIn8C2U7aNMWHRm41G-jrEemPa2SsywkmFGH_Yw,9216
8
+ dao_treasury/_wallet.cp311-win32.pyd,sha256=0fW1fs7ad31uhwGwXd-baO7e0CyjWQiUsourWn5QeeA,9216
9
9
  dao_treasury/_wallet.py,sha256=nHBAKFJstdKuYbvpskGVx2KU80YrZHGHsEh5V3TwIHs,10712
10
- dao_treasury/constants.cp311-win32.pyd,sha256=rFRil6slWrTzAh7_7c0pZoE6wnxkJfF6ghhDOzUlpHE,9216
11
- dao_treasury/constants.py,sha256=PYKWO-TiUrROAawAsIdyuPvRwUMJSWWpgPQdoqoZYcQ,1254
10
+ dao_treasury/constants.cp311-win32.pyd,sha256=vbidCFKrKOLslKya20H9nW4lnkmZzQPogr38lZ1ero0,9216
11
+ dao_treasury/constants.py,sha256=3duoW2NCE8y3biwRgfnaXcjxa--VEo7kkgRbR_2numg,1510
12
12
  dao_treasury/db.py,sha256=1PED8ebDycMa99sZ1VDhFsi3dodxOBCgYjR4n_yURVA,49952
13
13
  dao_treasury/docker-compose.yaml,sha256=_BKGJYZUhg8iEcLfgn2t6-bAurdMpYzXBsHoY3mtXBs,1350
14
14
  dao_treasury/main.py,sha256=yVQGwDgO4XKcxV6tQQPxEcLcZPSEEK1yJS8Djfq3Esc,8294
15
15
  dao_treasury/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  dao_treasury/treasury.py,sha256=wh4wESLbYSHjcfpa-sW5TIqa5pSC9Y_7Id8tzLzJLaw,7414
17
- dao_treasury/types.cp311-win32.pyd,sha256=T4npFHuj6sA3DC4XmVgmxCeVsTZgv8J2csEWOi_xSJk,9216
17
+ dao_treasury/types.cp311-win32.pyd,sha256=-oBKXYBwBb1idJiUsBXK2RlL-pfvmI12CIOH8QOEpZU,9216
18
18
  dao_treasury/types.py,sha256=KFz4WKPp4t_RBwIT6YGwOcgbzw8tdHIOcXTFsUA0pJA,3818
19
19
  dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml,sha256=PwGrxPA5snT37bmpCuP9WE9T7weACm39N9lEsudr7f0,1337
20
20
  dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json,sha256=Q0QTL1UIYQCsqj8GQuZMt81Ick-FMhYphbBo8XV1TQs,7248
@@ -25,27 +25,27 @@ dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json,sha256=TDDh
25
25
  dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json,sha256=_W5Zt-J0YTVGAKPbM5kbMnv0EC3K_eZgJbqLgzkanS4,14844
26
26
  dao_treasury/.grafana/provisioning/dashboards/treasury/Treasury.json,sha256=6y7Fp-2g1iRanRBtWKKN13sXjaKxBvqld7416ZJu4YI,72196
27
27
  dao_treasury/.grafana/provisioning/datasources/datasources.yaml,sha256=gLmJsOkEXNzWRDibShfHFySWeuExW-dSB_U0OSfH868,344
28
- dao_treasury/sorting/__init__.cp311-win32.pyd,sha256=jtKNDPAU0AiJxw3RDwqW_Il1SFW6J5mzfAj3felRmHc,9216
28
+ dao_treasury/sorting/__init__.cp311-win32.pyd,sha256=VYb4aou1UPsf52VUUqgZuVkl_rk3bQF4DfMI9Mnfp1M,9216
29
29
  dao_treasury/sorting/__init__.py,sha256=_uxM_FE1paM8oDAhDdHSyhDwnrlxCYX_lGn2DOqCaHU,10666
30
- dao_treasury/sorting/_matchers.cp311-win32.pyd,sha256=dqT-HUrOlAx6ZVBJwY3ZIvo0Q5ZBR1ShFADJWtR9Ka0,9216
30
+ dao_treasury/sorting/_matchers.cp311-win32.pyd,sha256=Xvx4lz0-5fOPB0vWOq0oG1u0JN2toNEMYHENgJkcPFA,9216
31
31
  dao_treasury/sorting/_matchers.py,sha256=ACi6aXZCKW5OTiztsID7CXCGJounj5c6ivhOCg2436M,14392
32
- dao_treasury/sorting/_rules.cp311-win32.pyd,sha256=mDz_73mza_GBblB1EXMMR8nIUrSgRkMQCuYP1CB60YA,9216
32
+ dao_treasury/sorting/_rules.cp311-win32.pyd,sha256=QmoaM5wdSzSk2-siyYYjH2olGRlFe2f7K51wTZ_fa34,9216
33
33
  dao_treasury/sorting/_rules.py,sha256=DxhdUgpS0q0LWeLl9W1Bjn5LZz9z4OLA03vQllPMH9k,9229
34
- dao_treasury/sorting/factory.cp311-win32.pyd,sha256=TkIGGl3MxGajpwndrPU8bDR_llTEFmz8_MZXiAgmNLs,9216
34
+ dao_treasury/sorting/factory.cp311-win32.pyd,sha256=TYFBSn5gZT8R4HsjrTf0vFM_vXoJRw67VYBoY2SCJQk,9216
35
35
  dao_treasury/sorting/factory.py,sha256=zlJ18xlMTxv8ACV6_MimCVIDsw3K5AZcyvKaNYY7R14,10484
36
- dao_treasury/sorting/rule.cp311-win32.pyd,sha256=8pqppVZr5b2UnenUqfCP8187zq5mpJuQEHKdxWDAHBw,9216
36
+ dao_treasury/sorting/rule.cp311-win32.pyd,sha256=6Qu5TF210T9_XFOxZSi6leQf_jlWtREqBW-RynDKbEU,9216
37
37
  dao_treasury/sorting/rule.py,sha256=TsSlaU4UlYr4QWJBdUY7EOAfC_SK6_VA3wEFOFNUUrU,11837
38
- dao_treasury/sorting/rules/__init__.cp311-win32.pyd,sha256=fM4pBsLH7ZopSG4slILPy4Yg0lvsiE8-EZ2fYSTKT5g,9216
38
+ dao_treasury/sorting/rules/__init__.cp311-win32.pyd,sha256=vmwyc9if8aq4M_udxCjmiqV3AejHx8SAZIccSV1UiBk,9216
39
39
  dao_treasury/sorting/rules/__init__.py,sha256=hcLfejOEwD8RaM2RE-38Ej6_WkvL9BVGvIIGY848E6E,49
40
- dao_treasury/sorting/rules/ignore/__init__.cp311-win32.pyd,sha256=GCrSOWH4wdZCxHV_7LzqpH87Z9iByRORho-esCkjRVs,9216
40
+ dao_treasury/sorting/rules/ignore/__init__.cp311-win32.pyd,sha256=By463FshJtVsxClRgMFqzpA9_wt5v-eGOCBMb5qvxJY,9216
41
41
  dao_treasury/sorting/rules/ignore/__init__.py,sha256=16THKoGdj6qfkkytuCFVG_R1M6KSErMI4AVE1p0ukS4,58
42
- dao_treasury/sorting/rules/ignore/llamapay.cp311-win32.pyd,sha256=KjeANpD0sLqeXS1EsfW7D0I2wTMAEMGoSom9zfmU56Q,9216
42
+ dao_treasury/sorting/rules/ignore/llamapay.cp311-win32.pyd,sha256=BS8Eb9yfsFlg-JwZlq1ORZW0E4S-R4sPjItggwbEo7Y,9216
43
43
  dao_treasury/sorting/rules/ignore/llamapay.py,sha256=aYyAJRlmv419IeaqkcV5o3ffx0UVfteU0lTl80j0BGo,783
44
- dao_treasury/streams/__init__.cp311-win32.pyd,sha256=Zv9bNmFbJczKMiLhQs3D42K-Shdsbwv5QLSNbYLd83Y,9216
44
+ dao_treasury/streams/__init__.cp311-win32.pyd,sha256=d2q3D7iFvSQKwP1XAq15mTljwTLN--acqEiFUuulV9A,9216
45
45
  dao_treasury/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
- dao_treasury/streams/llamapay.cp311-win32.pyd,sha256=BKPaCus6zkvm54fB58itIYv0d-vntgm7JgNUQvcm9yo,9216
46
+ dao_treasury/streams/llamapay.cp311-win32.pyd,sha256=H8dkr7nJOs15G4OQXZGOHJFjNJiXyOk7Nz_81y1DYGQ,9216
47
47
  dao_treasury/streams/llamapay.py,sha256=rO1Mh2ndTziR6pnRkKHnQ22a_Yx9PM_-BG7I4dspEZ8,13535
48
- dao_treasury-0.0.46.dist-info/METADATA,sha256=OYa7SEtzWObZfQmWduhizFFYty-MwvfDFzjApj5juJc,7148
49
- dao_treasury-0.0.46.dist-info/WHEEL,sha256=Ri8zddKrjGdgjlj1OpSsvpDnvHfnQhMQWi3E_v2pqng,97
50
- dao_treasury-0.0.46.dist-info/top_level.txt,sha256=Gw-ri_26lZA_3hwhnOX48mffUbmBGr8NhtoQ0XoMeF8,41
51
- dao_treasury-0.0.46.dist-info/RECORD,,
48
+ dao_treasury-0.0.47.dist-info/METADATA,sha256=PVFNwkgM_m0K-MrZDbQFg9FCy_rhxSpuOpphi1L5zao,7148
49
+ dao_treasury-0.0.47.dist-info/WHEEL,sha256=Ri8zddKrjGdgjlj1OpSsvpDnvHfnQhMQWi3E_v2pqng,97
50
+ dao_treasury-0.0.47.dist-info/top_level.txt,sha256=Gw-ri_26lZA_3hwhnOX48mffUbmBGr8NhtoQ0XoMeF8,41
51
+ dao_treasury-0.0.47.dist-info/RECORD,,