dao-scripts 1.5.1__py3-none-any.whl → 1.5.2.post2__py3-none-any.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_analyzer/cache_scripts/_version.py +2 -2
- {dao_scripts-1.5.1.dist-info → dao_scripts-1.5.2.post2.dist-info}/METADATA +4 -4
- {dao_scripts-1.5.1.dist-info → dao_scripts-1.5.2.post2.dist-info}/RECORD +9 -9
- {dao_scripts-1.5.1.dist-info → dao_scripts-1.5.2.post2.dist-info}/WHEEL +1 -1
- /dao_scripts-1.5.1-py3.12-nspkg.pth → /dao_scripts-1.5.2.post2-py3.12-nspkg.pth +0 -0
- {dao_scripts-1.5.1.dist-info → dao_scripts-1.5.2.post2.dist-info}/LICENSE +0 -0
- {dao_scripts-1.5.1.dist-info → dao_scripts-1.5.2.post2.dist-info}/entry_points.txt +0 -0
- {dao_scripts-1.5.1.dist-info → dao_scripts-1.5.2.post2.dist-info}/namespace_packages.txt +0 -0
- {dao_scripts-1.5.1.dist-info → dao_scripts-1.5.2.post2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dao-scripts
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.2.post2
|
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ó
|
@@ -42,7 +42,7 @@ Requires-Dist: flake8 ; extra == 'dev'
|
|
42
42
|
Requires-Dist: pandas-vet ; extra == 'dev'
|
43
43
|
Requires-Dist: twine ; extra == 'dev'
|
44
44
|
Provides-Extra: upload
|
45
|
-
Requires-Dist: kaggle
|
45
|
+
Requires-Dist: kaggle <=1.6.15,>=1.5.12 ; extra == 'upload'
|
46
46
|
Requires-Dist: zenodo-client >=0.3.4 ; extra == 'upload'
|
47
47
|
|
48
48
|
<p align="center">
|
@@ -179,10 +179,10 @@ daoa-cache-scripts --networks xdai
|
|
179
179
|
>
|
180
180
|
</div>
|
181
181
|
|
182
|
-
DAO-Analyzer is
|
182
|
+
DAO-Analyzer is developed under the umbrella of multiple research projects:
|
183
183
|
- Chain Community, funded by the Spanish Ministry of Science and Innovation ([RTI2018‐096820‐A‐I00](https://produccioncientifica.ucm.es/proyectos/48103/detalle)) and led by Javier Arroyo and Samer Hassan
|
184
184
|
- P2P Models, funded by the European Research Council (ERC-2017-STG 625 grant no.: 75920), led by Samer Hassan.
|
185
|
-
- DAOapplications, funded by the Spanish Ministry of Science and Innovation ([PID2021-127956OB-I00](https://produccioncientifica.ucm.es/proyectos/551171/detalle)) and led by Javier Arroyo
|
185
|
+
- DAOapplications, funded by the Spanish Ministry of Science and Innovation ([PID2021-127956OB-I00](https://produccioncientifica.ucm.es/proyectos/551171/detalle)) and led by Javier Arroyo and Samer Hassan
|
186
186
|
|
187
187
|
## Cite as
|
188
188
|
|
@@ -1,7 +1,7 @@
|
|
1
|
-
dao_scripts-1.5.
|
1
|
+
dao_scripts-1.5.2.post2-py3.12-nspkg.pth,sha256=_0DzrHlnOxaQL5l1mMdHT1BtXZwXuB6MitMF5phpOhk,497
|
2
2
|
dao_analyzer/cache_scripts/__init__.py,sha256=Urg-J2hvyzGcgE2Z-ba71XpcHi1YlPZgex86OFSd_0A,116
|
3
3
|
dao_analyzer/cache_scripts/__main__.py,sha256=aNVhgUXjB4rzTefrX3d6dKeLOX3G_Ezs82pI8QCpwx0,61
|
4
|
-
dao_analyzer/cache_scripts/_version.py,sha256=
|
4
|
+
dao_analyzer/cache_scripts/_version.py,sha256=XWOFJVw3ePNbWcJdSQWWnhk2wveLWKu77IYx8fXbDEM,417
|
5
5
|
dao_analyzer/cache_scripts/argparser.py,sha256=uOBVdRxmgR8H0dZMu2AQyvro6WvkZFKUrf7vJ6Mvw48,3574
|
6
6
|
dao_analyzer/cache_scripts/config.py,sha256=6Ooh-SpTtNCHcl2sE637-XMCCCNZBmATJRyD_eguWr0,2180
|
7
7
|
dao_analyzer/cache_scripts/endpoints.json,sha256=JLkXgE7P7ZXpAsorIq0jCVCoPoK4_YeyfTgCmtPdo14,1278
|
@@ -23,10 +23,10 @@ dao_analyzer/cache_scripts/daostack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQ
|
|
23
23
|
dao_analyzer/cache_scripts/daostack/runner.py,sha256=emjzhZzGMTRGHKljll_lX-uMsGwaIsZBSi4jV1Lsh8Y,10144
|
24
24
|
dao_analyzer/cache_scripts/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
25
|
dao_analyzer/cache_scripts/utils/uploadDataWarehouse.py,sha256=dBI_XKCWqblhCh-w0-ewoP82zHZBLxAH8SH44y8nxoU,4698
|
26
|
-
dao_scripts-1.5.
|
27
|
-
dao_scripts-1.5.
|
28
|
-
dao_scripts-1.5.
|
29
|
-
dao_scripts-1.5.
|
30
|
-
dao_scripts-1.5.
|
31
|
-
dao_scripts-1.5.
|
32
|
-
dao_scripts-1.5.
|
26
|
+
dao_scripts-1.5.2.post2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
27
|
+
dao_scripts-1.5.2.post2.dist-info/METADATA,sha256=eW9iLQQcQ9rSCtwxMAYnrXwrQTbN2ZvwE0u5PVsRmG0,8189
|
28
|
+
dao_scripts-1.5.2.post2.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
29
|
+
dao_scripts-1.5.2.post2.dist-info/entry_points.txt,sha256=dHhgA8pcQ2YbIlMuqPPSh7fiQkfHE8ioFPUcbBvXWDc,207
|
30
|
+
dao_scripts-1.5.2.post2.dist-info/namespace_packages.txt,sha256=gbsNupMgtHQXOyBinbeLMo06f278s8My_9N-CrZh3Bk,13
|
31
|
+
dao_scripts-1.5.2.post2.dist-info/top_level.txt,sha256=gbsNupMgtHQXOyBinbeLMo06f278s8My_9N-CrZh3Bk,13
|
32
|
+
dao_scripts-1.5.2.post2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|