dao-treasury 0.0.64__cp311-cp311-win_amd64.whl → 0.0.66__cp311-cp311-win_amd64.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.
- dao_treasury/_docker.cp311-win_amd64.pyd +0 -0
- dao_treasury/_nicknames.cp311-win_amd64.pyd +0 -0
- dao_treasury/_wallet.cp311-win_amd64.pyd +0 -0
- dao_treasury/constants.cp311-win_amd64.pyd +0 -0
- dao_treasury/db.py +4 -0
- dao_treasury/sorting/__init__.cp311-win_amd64.pyd +0 -0
- dao_treasury/sorting/_matchers.cp311-win_amd64.pyd +0 -0
- dao_treasury/sorting/_rules.cp311-win_amd64.pyd +0 -0
- dao_treasury/sorting/factory.cp311-win_amd64.pyd +0 -0
- dao_treasury/sorting/rule.cp311-win_amd64.pyd +0 -0
- dao_treasury/sorting/rules/__init__.cp311-win_amd64.pyd +0 -0
- dao_treasury/sorting/rules/ignore/__init__.cp311-win_amd64.pyd +0 -0
- dao_treasury/sorting/rules/ignore/llamapay.cp311-win_amd64.pyd +0 -0
- dao_treasury/streams/__init__.cp311-win_amd64.pyd +0 -0
- dao_treasury/streams/llamapay.cp311-win_amd64.pyd +0 -0
- dao_treasury/types.cp311-win_amd64.pyd +0 -0
- {dao_treasury-0.0.64.dist-info → dao_treasury-0.0.66.dist-info}/METADATA +2 -2
- {dao_treasury-0.0.64.dist-info → dao_treasury-0.0.66.dist-info}/RECORD +21 -21
- dao_treasury__mypyc.cp311-win_amd64.pyd +0 -0
- {dao_treasury-0.0.64.dist-info → dao_treasury-0.0.66.dist-info}/WHEEL +0 -0
- {dao_treasury-0.0.64.dist-info → dao_treasury-0.0.66.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
dao_treasury/db.py
CHANGED
|
@@ -746,6 +746,10 @@ class TreasuryTx(DbEntity):
|
|
|
746
746
|
"""Human-readable label for the sender address."""
|
|
747
747
|
return self.from_address.nickname or self.from_address.address # type: ignore [union-attr]
|
|
748
748
|
|
|
749
|
+
@property
|
|
750
|
+
def token_address(self) -> ChecksumAddress:
|
|
751
|
+
return self.token.address.address
|
|
752
|
+
|
|
749
753
|
@property
|
|
750
754
|
def symbol(self) -> str:
|
|
751
755
|
"""Ticker symbol for the transferred token."""
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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.
|
|
3
|
+
Version: 0.0.66
|
|
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.
|
|
17
|
+
Requires-Dist: eth-portfolio-temp==0.2.17
|
|
18
18
|
Dynamic: classifier
|
|
19
19
|
Dynamic: description
|
|
20
20
|
Dynamic: description-content-type
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
dao_treasury__mypyc.cp311-win_amd64.pyd,sha256=
|
|
1
|
+
dao_treasury__mypyc.cp311-win_amd64.pyd,sha256=jQY3vPEXRmpmR7rOxBkCp5AVp1xnIkA0Ete_kXFxkiQ,453120
|
|
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-win_amd64.pyd,sha256=
|
|
4
|
+
dao_treasury/_docker.cp311-win_amd64.pyd,sha256=AHr2TMWoe5wvfgz2Ud8ZmqsJ24mJzcyyBgZw5WORvHg,10752
|
|
5
5
|
dao_treasury/_docker.py,sha256=Rki3eLKOmsNxN3nF-gmbM9UQV49SY7ToEHZboL_HYvA,6118
|
|
6
|
-
dao_treasury/_nicknames.cp311-win_amd64.pyd,sha256=
|
|
6
|
+
dao_treasury/_nicknames.cp311-win_amd64.pyd,sha256=BqRRNMwNx8Dj8mlhM7aDINWx6jXjkS0ZLeRJpGwNWhg,10752
|
|
7
7
|
dao_treasury/_nicknames.py,sha256=n8c-JZhORYymCMv6jsC96IthAzAhpslyEn-KCk_YiSM,1049
|
|
8
|
-
dao_treasury/_wallet.cp311-win_amd64.pyd,sha256=
|
|
8
|
+
dao_treasury/_wallet.cp311-win_amd64.pyd,sha256=tPhFcF6NdeW6S5Y5klHigJYxZPk4dXZHFF4DSHdATHs,10752
|
|
9
9
|
dao_treasury/_wallet.py,sha256=nHBAKFJstdKuYbvpskGVx2KU80YrZHGHsEh5V3TwIHs,10712
|
|
10
|
-
dao_treasury/constants.cp311-win_amd64.pyd,sha256=
|
|
10
|
+
dao_treasury/constants.cp311-win_amd64.pyd,sha256=eFkd_g9JF6PGjvj0NOhU8iZr97StBh8EnnO1xHVMtRI,10752
|
|
11
11
|
dao_treasury/constants.py,sha256=-T0oPw7lC5YeaiplHAtYL-2ss7knvKrJKQ1LCc8kX8g,1483
|
|
12
|
-
dao_treasury/db.py,sha256=
|
|
12
|
+
dao_treasury/db.py,sha256=4Vc_U3mmrG8hOpsuDcgCQQuwGyL3pyfYH2jjktDXx48,50734
|
|
13
13
|
dao_treasury/docker-compose.yaml,sha256=wNNE9xmkchcV-nJxzrmUkbUA0CW1qgdGQKJ7uw2P8nU,1350
|
|
14
14
|
dao_treasury/main.py,sha256=w7VBmBwNBYjOkz2LpT4_9FZ1CI8AVcr4vyfr1wZVk5Q,8458
|
|
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-win_amd64.pyd,sha256=
|
|
17
|
+
dao_treasury/types.cp311-win_amd64.pyd,sha256=YAO1X-vIe9Yt-34I5v7CDgDmEA_QfeQpdC71kgp9bMQ,10752
|
|
18
18
|
dao_treasury/types.py,sha256=KFz4WKPp4t_RBwIT6YGwOcgbzw8tdHIOcXTFsUA0pJA,3818
|
|
19
19
|
dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml,sha256=NfmmICGLVfIrI8ulzUTUYc7wFetk2v-x6eaoYHnCvQc,1914
|
|
20
20
|
dao_treasury/.grafana/provisioning/dashboards/breakdowns/Expenses.json,sha256=gxfPI4eO3PDPe70Yx7_dN0Yx5isvgy-MKe-fizBClMw,16879
|
|
@@ -28,27 +28,27 @@ dao_treasury/.grafana/provisioning/dashboards/treasury/Current Treasury Assets.j
|
|
|
28
28
|
dao_treasury/.grafana/provisioning/dashboards/treasury/Historical Treasury Balances.json,sha256=7qVXn2PjeBIp2pFRbVfxA4PeWxhhVKQCr4qIPZoIj90,133963
|
|
29
29
|
dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json,sha256=fYkiZ37Eg2vu9dPJavCZXPPtX6-rTDbJwE_Ougpo2Mk,15828
|
|
30
30
|
dao_treasury/.grafana/provisioning/datasources/datasources.yaml,sha256=gLmJsOkEXNzWRDibShfHFySWeuExW-dSB_U0OSfH868,344
|
|
31
|
-
dao_treasury/sorting/__init__.cp311-win_amd64.pyd,sha256=
|
|
31
|
+
dao_treasury/sorting/__init__.cp311-win_amd64.pyd,sha256=N702DEWV_V9wj2zS7QV8BkrhT0vY2vto1iaVMyFWX6A,10752
|
|
32
32
|
dao_treasury/sorting/__init__.py,sha256=_uxM_FE1paM8oDAhDdHSyhDwnrlxCYX_lGn2DOqCaHU,10666
|
|
33
|
-
dao_treasury/sorting/_matchers.cp311-win_amd64.pyd,sha256=
|
|
33
|
+
dao_treasury/sorting/_matchers.cp311-win_amd64.pyd,sha256=jwqb-VwuaNINWXC15bbXaQZN0IqjG61cBDzJpcqPVg4,10752
|
|
34
34
|
dao_treasury/sorting/_matchers.py,sha256=ACi6aXZCKW5OTiztsID7CXCGJounj5c6ivhOCg2436M,14392
|
|
35
|
-
dao_treasury/sorting/_rules.cp311-win_amd64.pyd,sha256=
|
|
35
|
+
dao_treasury/sorting/_rules.cp311-win_amd64.pyd,sha256=IMw6Po-lHDjCyg_McQGCbX2cB4O3t5UQjweVbz2X1c0,10752
|
|
36
36
|
dao_treasury/sorting/_rules.py,sha256=DxhdUgpS0q0LWeLl9W1Bjn5LZz9z4OLA03vQllPMH9k,9229
|
|
37
|
-
dao_treasury/sorting/factory.cp311-win_amd64.pyd,sha256=
|
|
37
|
+
dao_treasury/sorting/factory.cp311-win_amd64.pyd,sha256=qKNetoviPxXd2cBQPGZ5F31FXa0bLmAGoXWEOYrFka8,10752
|
|
38
38
|
dao_treasury/sorting/factory.py,sha256=zlJ18xlMTxv8ACV6_MimCVIDsw3K5AZcyvKaNYY7R14,10484
|
|
39
|
-
dao_treasury/sorting/rule.cp311-win_amd64.pyd,sha256=
|
|
39
|
+
dao_treasury/sorting/rule.cp311-win_amd64.pyd,sha256=MyQNo16Nygxo059S6485DQ7AW2uMtqN9QpSPEhkZjo4,10752
|
|
40
40
|
dao_treasury/sorting/rule.py,sha256=wbL8s0-6dxcCKghUtEDSkLDBnyvggsJ3gt_RawQ6kB4,11972
|
|
41
|
-
dao_treasury/sorting/rules/__init__.cp311-win_amd64.pyd,sha256=
|
|
41
|
+
dao_treasury/sorting/rules/__init__.cp311-win_amd64.pyd,sha256=FilOPvA0un21-_yO3-vVOLSbUwcjdcG4M9b-XJreBgc,10752
|
|
42
42
|
dao_treasury/sorting/rules/__init__.py,sha256=hcLfejOEwD8RaM2RE-38Ej6_WkvL9BVGvIIGY848E6E,49
|
|
43
|
-
dao_treasury/sorting/rules/ignore/__init__.cp311-win_amd64.pyd,sha256=
|
|
43
|
+
dao_treasury/sorting/rules/ignore/__init__.cp311-win_amd64.pyd,sha256=aKJKSnah-zEhOuN9sxMLtWozPubEeyUDretBgzbCEfI,10752
|
|
44
44
|
dao_treasury/sorting/rules/ignore/__init__.py,sha256=16THKoGdj6qfkkytuCFVG_R1M6KSErMI4AVE1p0ukS4,58
|
|
45
|
-
dao_treasury/sorting/rules/ignore/llamapay.cp311-win_amd64.pyd,sha256=
|
|
45
|
+
dao_treasury/sorting/rules/ignore/llamapay.cp311-win_amd64.pyd,sha256=iYdAv4mMhX2xdy3YXZ3rM4JwamSBXuNe67kp-Aae03E,10752
|
|
46
46
|
dao_treasury/sorting/rules/ignore/llamapay.py,sha256=aYyAJRlmv419IeaqkcV5o3ffx0UVfteU0lTl80j0BGo,783
|
|
47
|
-
dao_treasury/streams/__init__.cp311-win_amd64.pyd,sha256=
|
|
47
|
+
dao_treasury/streams/__init__.cp311-win_amd64.pyd,sha256=mJYhEXX5yp4bRJynQtFs3N-L2h58-IHqzRts7bt35m0,10752
|
|
48
48
|
dao_treasury/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
|
-
dao_treasury/streams/llamapay.cp311-win_amd64.pyd,sha256=
|
|
49
|
+
dao_treasury/streams/llamapay.cp311-win_amd64.pyd,sha256=l1YSg7s18mrDwelt64Aybw5uIv4g0v-3nrhirQU9B1M,10752
|
|
50
50
|
dao_treasury/streams/llamapay.py,sha256=rO1Mh2ndTziR6pnRkKHnQ22a_Yx9PM_-BG7I4dspEZ8,13535
|
|
51
|
-
dao_treasury-0.0.
|
|
52
|
-
dao_treasury-0.0.
|
|
53
|
-
dao_treasury-0.0.
|
|
54
|
-
dao_treasury-0.0.
|
|
51
|
+
dao_treasury-0.0.66.dist-info/METADATA,sha256=nRELLkqPXQ9txn_xT6V8ozMHyivB-Hr6QrR7eEUXG2o,7231
|
|
52
|
+
dao_treasury-0.0.66.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
|
|
53
|
+
dao_treasury-0.0.66.dist-info/top_level.txt,sha256=CV8aYytuSYplDhLVY4n0GphckdysXCd1lHmbqfsPxNk,33
|
|
54
|
+
dao_treasury-0.0.66.dist-info/RECORD,,
|
|
Binary file
|
|
File without changes
|
|
File without changes
|