grimoirelab 1.16.0rc1__py3-none-any.whl → 1.16.0rc5__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.
- grimoirelab/_version.py +2 -2
- {grimoirelab-1.16.0rc1.dist-info → grimoirelab-1.16.0rc5.dist-info}/METADATA +62 -51
- grimoirelab-1.16.0rc5.dist-info/RECORD +8 -0
- grimoirelab-1.16.0rc1.dist-info/RECORD +0 -8
- {grimoirelab-1.16.0rc1.dist-info → grimoirelab-1.16.0rc5.dist-info}/LICENSE +0 -0
- {grimoirelab-1.16.0rc1.dist-info → grimoirelab-1.16.0rc5.dist-info}/WHEEL +0 -0
- {grimoirelab-1.16.0rc1.dist-info → grimoirelab-1.16.0rc5.dist-info}/entry_points.txt +0 -0
grimoirelab/_version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
# File auto-generated by semverup on 2025-
|
2
|
-
__version__ = "1.16.0-rc.
|
1
|
+
# File auto-generated by semverup on 2025-09-15 14:50:35.473852
|
2
|
+
__version__ = "1.16.0-rc.5"
|
@@ -1,48 +1,46 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: grimoirelab
|
3
|
-
Version: 1.16.
|
3
|
+
Version: 1.16.0rc5
|
4
4
|
Summary: Tool set for software development analytics
|
5
5
|
Home-page: https://chaoss.github.io/grimoirelab/
|
6
6
|
License: GPL-3.0+
|
7
7
|
Keywords: development,grimoirelab
|
8
8
|
Author: GrimoireLab Developers
|
9
|
-
Requires-Python: >=3.
|
9
|
+
Requires-Python: >=3.10,<4.0
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
|
-
Classifier: Programming Language :: Python :: 3.9
|
15
14
|
Classifier: Programming Language :: Python :: 3.10
|
16
15
|
Classifier: Programming Language :: Python :: 3.11
|
17
16
|
Classifier: Topic :: Software Development
|
18
|
-
Requires-Dist: aniso8601 (==7.0.0)
|
19
17
|
Requires-Dist: asgiref (==3.9.1)
|
20
18
|
Requires-Dist: astroid (==3.3.11)
|
21
19
|
Requires-Dist: async-timeout (==5.0.1)
|
22
20
|
Requires-Dist: bandit (==1.8.6)
|
23
21
|
Requires-Dist: beautifulsoup4 (==4.13.5)
|
24
22
|
Requires-Dist: cachetools (==5.5.2)
|
25
|
-
Requires-Dist: cereslib (==1.
|
23
|
+
Requires-Dist: cereslib (==1.1.0rc2)
|
26
24
|
Requires-Dist: certifi (==2025.8.3)
|
27
|
-
Requires-Dist: cffi (==
|
25
|
+
Requires-Dist: cffi (==2.0.0)
|
28
26
|
Requires-Dist: charset-normalizer (==3.4.3)
|
29
|
-
Requires-Dist: click (==8.1
|
27
|
+
Requires-Dist: click (==8.2.1)
|
30
28
|
Requires-Dist: cloc (==0.2.5)
|
31
29
|
Requires-Dist: colored (==2.3.1)
|
32
30
|
Requires-Dist: colorlog (==6.9.0)
|
33
|
-
Requires-Dist:
|
31
|
+
Requires-Dist: croniter (==6.0.0)
|
32
|
+
Requires-Dist: cryptography (==45.0.7)
|
34
33
|
Requires-Dist: dill (==0.4.0)
|
35
|
-
Requires-Dist: django (==
|
36
|
-
Requires-Dist: django-cors-headers (==4.
|
37
|
-
Requires-Dist: django-graphql-jwt (==0.
|
38
|
-
Requires-Dist: django-rq (==
|
34
|
+
Requires-Dist: django (==5.2.6)
|
35
|
+
Requires-Dist: django-cors-headers (==4.8.0)
|
36
|
+
Requires-Dist: django-graphql-jwt (==0.4.0)
|
37
|
+
Requires-Dist: django-rq (==3.1)
|
39
38
|
Requires-Dist: django-storages (==1.14.6)
|
40
39
|
Requires-Dist: django-treebeard (==4.7.1)
|
41
40
|
Requires-Dist: dulwich (==0.22.8)
|
42
|
-
Requires-Dist:
|
43
|
-
Requires-Dist:
|
44
|
-
Requires-Dist:
|
45
|
-
Requires-Dist: feedparser (==6.0.11)
|
41
|
+
Requires-Dist: events (==0.5)
|
42
|
+
Requires-Dist: execnet (==2.1.1)
|
43
|
+
Requires-Dist: feedparser (==6.0.12)
|
46
44
|
Requires-Dist: file-read-backwards (==3.2.0)
|
47
45
|
Requires-Dist: flake8 (==7.3.0)
|
48
46
|
Requires-Dist: geographiclib (==2.1)
|
@@ -50,71 +48,68 @@ Requires-Dist: geopy (==2.4.1)
|
|
50
48
|
Requires-Dist: google-api-core (==2.25.1)
|
51
49
|
Requires-Dist: google-auth (==2.40.3)
|
52
50
|
Requires-Dist: google-cloud-core (==2.4.3)
|
53
|
-
Requires-Dist: google-cloud-storage (==3.
|
51
|
+
Requires-Dist: google-cloud-storage (==3.4.0)
|
54
52
|
Requires-Dist: google-crc32c (==1.7.1)
|
55
53
|
Requires-Dist: google-resumable-media (==2.7.2)
|
56
54
|
Requires-Dist: googleapis-common-protos (==1.70.0)
|
57
|
-
Requires-Dist: graal (==1.
|
58
|
-
Requires-Dist: graphene (==
|
59
|
-
Requires-Dist: graphene-django (==2.
|
60
|
-
Requires-Dist: graphql-core (==
|
61
|
-
Requires-Dist: graphql-relay (==2.0
|
62
|
-
Requires-Dist: grimoire-elk (==1.
|
63
|
-
Requires-Dist: grimoirelab-panels (==1.
|
64
|
-
Requires-Dist: grimoirelab-toolkit (==1.
|
55
|
+
Requires-Dist: graal (==1.2.0rc2)
|
56
|
+
Requires-Dist: graphene (==3.4.3)
|
57
|
+
Requires-Dist: graphene-django (==3.2.3)
|
58
|
+
Requires-Dist: graphql-core (==3.2.6)
|
59
|
+
Requires-Dist: graphql-relay (==3.2.0)
|
60
|
+
Requires-Dist: grimoire-elk (==1.4.0rc2)
|
61
|
+
Requires-Dist: grimoirelab-panels (==1.2.0rc1)
|
62
|
+
Requires-Dist: grimoirelab-toolkit (==1.1.0rc1)
|
65
63
|
Requires-Dist: idna (==3.10)
|
66
|
-
Requires-Dist: importlib-resources (==5.13.0)
|
67
64
|
Requires-Dist: isort (==6.0.1)
|
68
65
|
Requires-Dist: jinja2 (==3.1.6)
|
69
|
-
Requires-Dist: kidash (==1.
|
66
|
+
Requires-Dist: kidash (==1.1.0rc1)
|
70
67
|
Requires-Dist: lizard (==1.17.31)
|
71
68
|
Requires-Dist: markdown-it-py (==2.2.0)
|
72
69
|
Requires-Dist: markupsafe (==3.0.2)
|
73
70
|
Requires-Dist: mccabe (==0.7.0)
|
74
71
|
Requires-Dist: mdurl (==0.1.2)
|
75
|
-
Requires-Dist: mysqlclient (==2.
|
76
|
-
Requires-Dist: networkx (==3.2
|
77
|
-
Requires-Dist: numpy (==2.
|
72
|
+
Requires-Dist: mysqlclient (==2.2.7)
|
73
|
+
Requires-Dist: networkx (==3.4.2)
|
74
|
+
Requires-Dist: numpy (==2.2.6)
|
75
|
+
Requires-Dist: opensearch-py (==3.0.0)
|
78
76
|
Requires-Dist: packaging (==25.0)
|
79
77
|
Requires-Dist: pandas (==2.3.2)
|
80
78
|
Requires-Dist: pathspec (==0.12.1)
|
81
79
|
Requires-Dist: patsy (==1.0.1)
|
82
|
-
Requires-Dist: perceval (==1.3.
|
83
|
-
Requires-Dist: perceval-mozilla (==1.
|
84
|
-
Requires-Dist: perceval-opnfv (==1.
|
85
|
-
Requires-Dist: perceval-puppet (==1.
|
86
|
-
Requires-Dist: perceval-weblate (==1.
|
80
|
+
Requires-Dist: perceval (==1.3.4rc2)
|
81
|
+
Requires-Dist: perceval-mozilla (==1.2.0rc1)
|
82
|
+
Requires-Dist: perceval-opnfv (==1.1.0rc1)
|
83
|
+
Requires-Dist: perceval-puppet (==1.1.0rc1)
|
84
|
+
Requires-Dist: perceval-weblate (==1.1.0rc1)
|
87
85
|
Requires-Dist: platformdirs (==4.4.0)
|
88
86
|
Requires-Dist: promise (==2.3)
|
89
87
|
Requires-Dist: proto-plus (==1.26.1)
|
90
|
-
Requires-Dist: protobuf (==6.32.
|
88
|
+
Requires-Dist: protobuf (==6.32.1)
|
91
89
|
Requires-Dist: pyasn1 (==0.6.1)
|
92
90
|
Requires-Dist: pyasn1-modules (==0.4.2)
|
93
91
|
Requires-Dist: pycodestyle (==2.14.0)
|
94
|
-
Requires-Dist: pycparser (==2.
|
92
|
+
Requires-Dist: pycparser (==2.23)
|
95
93
|
Requires-Dist: pydot (==4.0.1)
|
96
94
|
Requires-Dist: pyflakes (==3.4.0)
|
97
95
|
Requires-Dist: pygments (==2.19.2)
|
98
96
|
Requires-Dist: pyjwt (==2.10.1)
|
99
97
|
Requires-Dist: pylint (==3.3.8)
|
100
|
-
Requires-Dist: pyparsing (==3.2.
|
98
|
+
Requires-Dist: pyparsing (==3.2.4)
|
101
99
|
Requires-Dist: python-dateutil (==2.9.0.post0)
|
102
100
|
Requires-Dist: pytz (==2025.2)
|
103
101
|
Requires-Dist: pyyaml (==6.0.2)
|
104
102
|
Requires-Dist: redis (==6.4.0)
|
105
103
|
Requires-Dist: requests (==2.32.5)
|
106
104
|
Requires-Dist: rich (==14.1.0)
|
107
|
-
Requires-Dist: rq (==
|
105
|
+
Requires-Dist: rq (==2.6.0)
|
108
106
|
Requires-Dist: rsa (==4.9.1)
|
109
|
-
Requires-Dist:
|
110
|
-
Requires-Dist: scipy (==1.13.1)
|
111
|
-
Requires-Dist: setuptools (==80.9.0)
|
107
|
+
Requires-Dist: scipy (==1.15.3)
|
112
108
|
Requires-Dist: sgmllib3k (==1.0.0)
|
113
|
-
Requires-Dist: sgqlc (==16.
|
114
|
-
Requires-Dist:
|
115
|
-
Requires-Dist: sirmordred (==1.1.15rc1)
|
109
|
+
Requires-Dist: sgqlc (==16.5)
|
110
|
+
Requires-Dist: sirmordred (==1.2.0rc2)
|
116
111
|
Requires-Dist: six (==1.17.0)
|
117
|
-
Requires-Dist: sortinghat (==1.11.
|
112
|
+
Requires-Dist: sortinghat (==1.11.0rc3)
|
118
113
|
Requires-Dist: soupsieve (==2.8)
|
119
114
|
Requires-Dist: sqlparse (==0.5.3)
|
120
115
|
Requires-Dist: statsmodels (==0.14.5)
|
@@ -126,7 +121,6 @@ Requires-Dist: typing-extensions (==4.15.0)
|
|
126
121
|
Requires-Dist: tzdata (==2025.2)
|
127
122
|
Requires-Dist: urllib3 (==2.5.0)
|
128
123
|
Requires-Dist: uwsgi (==2.0.30)
|
129
|
-
Requires-Dist: zipp (==3.23.0)
|
130
124
|
Project-URL: Bug Tracker, https://github.com/chaoss/grimoirelab/issues
|
131
125
|
Project-URL: Repository, https://github.com/chaoss/grimoirelab
|
132
126
|
Description-Content-Type: text/markdown
|
@@ -174,7 +168,19 @@ cd grimoirelab/docker-compose
|
|
174
168
|
docker-compose up -d
|
175
169
|
```
|
176
170
|
|
177
|
-
Your
|
171
|
+
Your data will be ready after a while. The waiting time depends on the amount
|
172
|
+
of data to fetch from a repo, for small repositories you can expect your data
|
173
|
+
to be available after 10-15 minutes.
|
174
|
+
|
175
|
+
To view the data you can access OpenSearch Dashboards at http://localhost:8000
|
176
|
+
or use the API directly at http://localhost:9200.
|
177
|
+
|
178
|
+
To manage the identities you can access SortingHat at http://localhost:8000/identities/.
|
179
|
+
|
180
|
+
By default, OpenSearch Dashboards doesn't contain any visualization, but we have
|
181
|
+
a set of [default dashboards](https://github.com/chaoss/grimoirelab-sigils/tree/main/panels/json/opensearch_dashboards).
|
182
|
+
To import them, open OpenSearch Dashboards, go to `Stack Management` > `Saved Objects`
|
183
|
+
and import the files you want.
|
178
184
|
|
179
185
|
More details or troubleshooting in the [docker-compose folder](./docker-compose/README.md).
|
180
186
|
|
@@ -240,14 +246,12 @@ Currently, GrimoireLab toolkit is organized in the following repositories:
|
|
240
246
|
* [Cereslib](https://github.com/chaoss/grimoirelab-cereslib): generic data processor
|
241
247
|
* [SortingHat](https://github.com/chaoss/grimoirelab-sortinghat): identity management
|
242
248
|
* Data consumption related components:
|
243
|
-
* [Kibiter](https://github.com/chaoss/grimoirelab-kibiter): dashboard, downstream version of Kibana
|
244
249
|
* [Sigils](https://github.com/chaoss/grimoirelab-sigils): visualizations and dashboards
|
245
250
|
* [Kidash](https://github.com/chaoss/grimoirelab-kidash): visualizations and dashboards manager
|
246
251
|
* [Manuscripts](https://github.com/chaoss/grimoirelab-manuscripts): reporting
|
247
252
|
* Platform management, orchestration, and common utils:
|
248
253
|
* [Mordred](https://github.com/chaoss/grimoirelab-mordred): orchestration
|
249
254
|
* [GrimoireLab Toolkit](https://github.com/chaoss/grimoirelab-toolkit): common utilities
|
250
|
-
* [Bestiary](https://github.com/chaoss/grimoirelab-bestiary): web-based user interface to manage repositories and projects for Mordred
|
251
255
|
|
252
256
|
There are also some [components built by the GrimoreLab community](community_components.md),
|
253
257
|
which can be useful for you. Other related repositories are:
|
@@ -258,7 +262,14 @@ which can be useful for you. Other related repositories are:
|
|
258
262
|
|
259
263
|
This repository is for content relevant to GrimoireLab as a whole. For example:
|
260
264
|
|
261
|
-
* Issues for new features or bug reports that affect more than one GrimoireLab module.
|
265
|
+
* Issues for new features or bug reports that affect more than one GrimoireLab module.
|
266
|
+
In this case, let's open an issue here, and when implementing the fix or the feature,
|
267
|
+
let´s comment about the specific tickets in the specific modules that are used.
|
268
|
+
For example, when supporting a new datasource, we will need patches (at least)
|
269
|
+
in `Perceval`, `GrimoireELK` and panels. In this case, we would open a feature
|
270
|
+
request (or the user story) for the whole case, an issue (and later a pull request)
|
271
|
+
in `Perceval` for the data retriever, same for `GrimoireELK` for the enriching code,
|
272
|
+
and same for `panels`.
|
262
273
|
|
263
274
|
* Release notes for most GrimoireLab components (directory [releases](releases)).
|
264
275
|
|
@@ -0,0 +1,8 @@
|
|
1
|
+
grimoirelab/__init__.py,sha256=ZygAIkX6Nbjag1czWdQa-yP-GM1mBE_9ss21Xh__JFc,34
|
2
|
+
grimoirelab/_version.py,sha256=4OV9Ar39QU54HIyEvxLOuVdjzBDuoHeUq2FrRCAbmNs,92
|
3
|
+
grimoirelab/grimoirelab.py,sha256=YCHpNl3g6Eoja0pwfih_IVwy6S_4H0WuMCkhzNArFIA,1844
|
4
|
+
grimoirelab-1.16.0rc5.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
5
|
+
grimoirelab-1.16.0rc5.dist-info/METADATA,sha256=yPzIXufscgvcVUvte0IPwiEf1XdxVjioArVydjm8jzU,14483
|
6
|
+
grimoirelab-1.16.0rc5.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
7
|
+
grimoirelab-1.16.0rc5.dist-info/entry_points.txt,sha256=Rt8USKCpckvU8CjrEzjycqg67biCxFVmV70ELiD08v4,60
|
8
|
+
grimoirelab-1.16.0rc5.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
grimoirelab/__init__.py,sha256=ZygAIkX6Nbjag1czWdQa-yP-GM1mBE_9ss21Xh__JFc,34
|
2
|
-
grimoirelab/_version.py,sha256=BwZKWaqtNafXUcUdL3glEVxozTSeswaY3BRB2CUw8Ew,92
|
3
|
-
grimoirelab/grimoirelab.py,sha256=YCHpNl3g6Eoja0pwfih_IVwy6S_4H0WuMCkhzNArFIA,1844
|
4
|
-
grimoirelab-1.16.0rc1.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
5
|
-
grimoirelab-1.16.0rc1.dist-info/METADATA,sha256=KsQa9-CPGQtKrB2Bi6q2f5I3j_OV3chGMMco-n0a0EI,14508
|
6
|
-
grimoirelab-1.16.0rc1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
7
|
-
grimoirelab-1.16.0rc1.dist-info/entry_points.txt,sha256=Rt8USKCpckvU8CjrEzjycqg67biCxFVmV70ELiD08v4,60
|
8
|
-
grimoirelab-1.16.0rc1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|