dao-scripts 1.1.12.post3.dev1__tar.gz → 1.1.12.post3.dev2__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-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/PKG-INFO +36 -1
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/README.md +16 -1
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/PKG-INFO +36 -1
- dao-scripts-1.1.12.post3.dev2/src/_version.py +4 -0
- dao-scripts-1.1.12.post3.dev1/src/_version.py +0 -4
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/.envrc +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/.github/workflows/ci.yml +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/.github/workflows/update-datasets.yml +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/.gitignore +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/CHANGELOG.md +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/SOURCES.txt +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/dependency_links.txt +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/entry_points.txt +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/namespace_packages.txt +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/requires.txt +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/top_level.txt +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/pyproject.toml +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/setup.cfg +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/setup.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/__init__.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/__main__.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/aragon/__init__.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/aragon/dao_names.json +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/aragon/runner.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/argparser.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/common/__init__.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/common/api_requester.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/common/blockscout.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/common/common.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/common/cryptocompare.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/common/graphql.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/config.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/daohaus/__init__.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/daohaus/runner.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/daostack/__init__.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/daostack/runner.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/endpoints.json +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/main.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/metadata.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/utils/__init__.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/utils/uploadDataWarehouse.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/test/daohaus/test_verify_daohaus_collectors.py +0 -0
- {dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/test/test_placeholder.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dao-scripts
|
3
|
-
Version: 1.1.12.post3.
|
3
|
+
Version: 1.1.12.post3.dev2
|
4
4
|
Summary: "A tool to download data to monitor DAO activity"
|
5
5
|
Home-page: https://github.com/Grasia/dao-scripts
|
6
6
|
Author: David Davó
|
@@ -22,8 +22,28 @@ Classifier: Typing :: Typed
|
|
22
22
|
Classifier: Topic :: Utilities
|
23
23
|
Requires-Python: >=3.8
|
24
24
|
Description-Content-Type: text/markdown
|
25
|
+
Requires-Dist: gql>=3.0.0a1
|
26
|
+
Requires-Dist: numpy>=1.17.3
|
27
|
+
Requires-Dist: pandas>=1.3.4
|
28
|
+
Requires-Dist: portalocker>=2.3.2
|
29
|
+
Requires-Dist: pyarrow>=6.0.0
|
30
|
+
Requires-Dist: requests>=2.26.0
|
31
|
+
Requires-Dist: requests-cache>=0.8.1
|
32
|
+
Requires-Dist: requests-toolbelt>=0.9.1
|
33
|
+
Requires-Dist: tenacity>=8.0.0
|
34
|
+
Requires-Dist: tqdm>=4.62.3
|
25
35
|
Provides-Extra: upload
|
36
|
+
Requires-Dist: kaggle>=1.5.12; extra == "upload"
|
37
|
+
Requires-Dist: zenodo-client>=0.3.0; extra == "upload"
|
26
38
|
Provides-Extra: dev
|
39
|
+
Requires-Dist: build; extra == "dev"
|
40
|
+
Requires-Dist: pytest; extra == "dev"
|
41
|
+
Requires-Dist: hypothesis; extra == "dev"
|
42
|
+
Requires-Dist: flake8; extra == "dev"
|
43
|
+
Requires-Dist: pandas-vet; extra == "dev"
|
44
|
+
Requires-Dist: twine; extra == "dev"
|
45
|
+
Requires-Dist: hypothesis; extra == "dev"
|
46
|
+
Requires-Dist: pandas-vet; extra == "dev"
|
27
47
|
|
28
48
|
# DAO-Analyzer's cache-scripts
|
29
49
|
|
@@ -127,3 +147,18 @@ You can select the chain to get data from with the `--networks` switch. For exam
|
|
127
147
|
```
|
128
148
|
daoa-cache-scripts --networks xdai
|
129
149
|
```
|
150
|
+
|
151
|
+
## Acknowledgements
|
152
|
+
|
153
|
+
DAO-Analyzer is created under the umbrella of two research projects: Chain Community, funded by the Spanish Ministry of Science and Innovation (RTI2018‐096820‐A‐I00) and led by Javier Arroyo and Samer Hassan; and P2P Models, funded by the European Research Council (ERC-2017-STG 625 grant no.: 75920), led by Samer Hassan.
|
154
|
+
|
155
|
+
## Cite as
|
156
|
+
|
157
|
+
You can just cite one of our publications:
|
158
|
+
|
159
|
+
> Javier Arroyo, David Davó, Elena Martínez-Vicente, Youssef Faqir-Rhazoui, and Samer Hassan (2022). "DAO-Analyzer: Exploring Activity and Participation in Blockchain Organizations.". Companion Publication of the 2022 Conference on Computer Supported Cooperative Work and Social Computing (CSCW'22 Companion). ACM, 193–196.
|
160
|
+
|
161
|
+
Or, if you want to explicitly cite the application:
|
162
|
+
|
163
|
+
> Arroyo, Javier, Davó, David, Faqir-Rhazoui, Youssef, & Martínez Vicente, Elena. (2023). DAO Analyzer. Zenodo. https://doi.org/10.5281/zenodo.7669689
|
164
|
+
|
@@ -99,4 +99,19 @@ You can select the chain to get data from with the `--networks` switch. For exam
|
|
99
99
|
|
100
100
|
```
|
101
101
|
daoa-cache-scripts --networks xdai
|
102
|
-
```
|
102
|
+
```
|
103
|
+
|
104
|
+
## Acknowledgements
|
105
|
+
|
106
|
+
DAO-Analyzer is created under the umbrella of two research projects: Chain Community, funded by the Spanish Ministry of Science and Innovation (RTI2018‐096820‐A‐I00) and led by Javier Arroyo and Samer Hassan; and P2P Models, funded by the European Research Council (ERC-2017-STG 625 grant no.: 75920), led by Samer Hassan.
|
107
|
+
|
108
|
+
## Cite as
|
109
|
+
|
110
|
+
You can just cite one of our publications:
|
111
|
+
|
112
|
+
> Javier Arroyo, David Davó, Elena Martínez-Vicente, Youssef Faqir-Rhazoui, and Samer Hassan (2022). "DAO-Analyzer: Exploring Activity and Participation in Blockchain Organizations.". Companion Publication of the 2022 Conference on Computer Supported Cooperative Work and Social Computing (CSCW'22 Companion). ACM, 193–196.
|
113
|
+
|
114
|
+
Or, if you want to explicitly cite the application:
|
115
|
+
|
116
|
+
> Arroyo, Javier, Davó, David, Faqir-Rhazoui, Youssef, & Martínez Vicente, Elena. (2023). DAO Analyzer. Zenodo. https://doi.org/10.5281/zenodo.7669689
|
117
|
+
|
{dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dao-scripts
|
3
|
-
Version: 1.1.12.post3.
|
3
|
+
Version: 1.1.12.post3.dev2
|
4
4
|
Summary: "A tool to download data to monitor DAO activity"
|
5
5
|
Home-page: https://github.com/Grasia/dao-scripts
|
6
6
|
Author: David Davó
|
@@ -22,8 +22,28 @@ Classifier: Typing :: Typed
|
|
22
22
|
Classifier: Topic :: Utilities
|
23
23
|
Requires-Python: >=3.8
|
24
24
|
Description-Content-Type: text/markdown
|
25
|
+
Requires-Dist: gql>=3.0.0a1
|
26
|
+
Requires-Dist: numpy>=1.17.3
|
27
|
+
Requires-Dist: pandas>=1.3.4
|
28
|
+
Requires-Dist: portalocker>=2.3.2
|
29
|
+
Requires-Dist: pyarrow>=6.0.0
|
30
|
+
Requires-Dist: requests>=2.26.0
|
31
|
+
Requires-Dist: requests-cache>=0.8.1
|
32
|
+
Requires-Dist: requests-toolbelt>=0.9.1
|
33
|
+
Requires-Dist: tenacity>=8.0.0
|
34
|
+
Requires-Dist: tqdm>=4.62.3
|
25
35
|
Provides-Extra: upload
|
36
|
+
Requires-Dist: kaggle>=1.5.12; extra == "upload"
|
37
|
+
Requires-Dist: zenodo-client>=0.3.0; extra == "upload"
|
26
38
|
Provides-Extra: dev
|
39
|
+
Requires-Dist: build; extra == "dev"
|
40
|
+
Requires-Dist: pytest; extra == "dev"
|
41
|
+
Requires-Dist: hypothesis; extra == "dev"
|
42
|
+
Requires-Dist: flake8; extra == "dev"
|
43
|
+
Requires-Dist: pandas-vet; extra == "dev"
|
44
|
+
Requires-Dist: twine; extra == "dev"
|
45
|
+
Requires-Dist: hypothesis; extra == "dev"
|
46
|
+
Requires-Dist: pandas-vet; extra == "dev"
|
27
47
|
|
28
48
|
# DAO-Analyzer's cache-scripts
|
29
49
|
|
@@ -127,3 +147,18 @@ You can select the chain to get data from with the `--networks` switch. For exam
|
|
127
147
|
```
|
128
148
|
daoa-cache-scripts --networks xdai
|
129
149
|
```
|
150
|
+
|
151
|
+
## Acknowledgements
|
152
|
+
|
153
|
+
DAO-Analyzer is created under the umbrella of two research projects: Chain Community, funded by the Spanish Ministry of Science and Innovation (RTI2018‐096820‐A‐I00) and led by Javier Arroyo and Samer Hassan; and P2P Models, funded by the European Research Council (ERC-2017-STG 625 grant no.: 75920), led by Samer Hassan.
|
154
|
+
|
155
|
+
## Cite as
|
156
|
+
|
157
|
+
You can just cite one of our publications:
|
158
|
+
|
159
|
+
> Javier Arroyo, David Davó, Elena Martínez-Vicente, Youssef Faqir-Rhazoui, and Samer Hassan (2022). "DAO-Analyzer: Exploring Activity and Participation in Blockchain Organizations.". Companion Publication of the 2022 Conference on Computer Supported Cooperative Work and Social Computing (CSCW'22 Companion). ACM, 193–196.
|
160
|
+
|
161
|
+
Or, if you want to explicitly cite the application:
|
162
|
+
|
163
|
+
> Arroyo, Javier, Davó, David, Faqir-Rhazoui, Youssef, & Martínez Vicente, Elena. (2023). DAO Analyzer. Zenodo. https://doi.org/10.5281/zenodo.7669689
|
164
|
+
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/requires.txt
RENAMED
File without changes
|
{dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/dao_scripts.egg-info/top_level.txt
RENAMED
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
|
{dao-scripts-1.1.12.post3.dev1 → dao-scripts-1.1.12.post3.dev2}/src/utils/uploadDataWarehouse.py
RENAMED
File without changes
|
File without changes
|
File without changes
|