dao-treasury 0.0.45__tar.gz → 0.0.46__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.
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/PKG-INFO +2 -2
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury.egg-info/PKG-INFO +2 -2
- dao_treasury-0.0.46/dao_treasury.egg-info/requires.txt +1 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/pyproject.toml +2 -2
- dao_treasury-0.0.45/dao_treasury.egg-info/requires.txt +0 -1
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/MANIFEST.in +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/README.md +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/.grafana/provisioning/dashboards/treasury/Treasury.json +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/.grafana/provisioning/datasources/datasources.yaml +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/ENVIRONMENT_VARIABLES.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/__init__.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/_docker.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/_nicknames.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/_wallet.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/constants.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/db.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/docker-compose.yaml +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/main.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/py.typed +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/sorting/__init__.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/sorting/_matchers.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/sorting/_rules.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/sorting/factory.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/sorting/rule.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/sorting/rules/__init__.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/sorting/rules/ignore/__init__.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/sorting/rules/ignore/llamapay.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/streams/__init__.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/streams/llamapay.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/treasury.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury/types.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury.egg-info/SOURCES.txt +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury.egg-info/dependency_links.txt +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury.egg-info/not-zip-safe +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/dao_treasury.egg-info/top_level.txt +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/setup.cfg +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/setup.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/tests/test_treasury.py +0 -0
- {dao_treasury-0.0.45 → dao_treasury-0.0.46}/tests/test_wallet.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: dao_treasury
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.46
|
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.
|
17
|
+
Requires-Dist: eth-portfolio-temp<0.2,>=0.1.8.dev0
|
18
18
|
Dynamic: classifier
|
19
19
|
Dynamic: description
|
20
20
|
Dynamic: description-content-type
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: dao_treasury
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.46
|
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.
|
17
|
+
Requires-Dist: eth-portfolio-temp<0.2,>=0.1.8.dev0
|
18
18
|
Dynamic: classifier
|
19
19
|
Dynamic: description
|
20
20
|
Dynamic: description-content-type
|
@@ -0,0 +1 @@
|
|
1
|
+
eth-portfolio-temp<0.2,>=0.1.8.dev0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "dao-treasury"
|
3
|
-
version = "0.0.
|
3
|
+
version = "0.0.46"
|
4
4
|
description = "Produce comprehensive financial reports for your on-chain org"
|
5
5
|
authors = ["BobTheBuidler <bobthebuidlerdefi@gmail.com>"]
|
6
6
|
license = "MIT"
|
@@ -11,7 +11,7 @@ dao-treasury = "dao_treasury.main:main"
|
|
11
11
|
|
12
12
|
[tool.poetry.dependencies]
|
13
13
|
python = ">=3.10,<3.13"
|
14
|
-
eth-portfolio-temp = ">=0.1.
|
14
|
+
eth-portfolio-temp = ">=0.1.8.dev0,<0.2"
|
15
15
|
|
16
16
|
[tool.poetry.group.dev.dependencies]
|
17
17
|
pytest = "^6.2.5"
|
@@ -1 +0,0 @@
|
|
1
|
-
eth-portfolio-temp<0.2,>=0.1.7.dev0
|
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
|
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
|