isagellm-dev-tools 0.2.4.0__py2.py3-none-any.whl → 0.2.5.0__py2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: isagellm-dev-tools
3
- Version: 0.2.4.0
3
+ Version: 0.2.5.0
4
4
  Summary: Developer tools for sageLLM multi-repository development
5
5
  Author-email: IntelliStream Team <intellistream@outlook.com>
6
6
  License: Proprietary
@@ -151,12 +151,18 @@ sagellm-dev gh stale --repos sagellm-core --repos sagellm-kv-cache # Specific r
151
151
  ### Statistics & Analytics
152
152
 
153
153
  ```bash
154
+ # Commit statistics
154
155
  sagellm-dev stats commits [--since DATE] [--until DATE] # Commit statistics
155
156
  sagellm-dev stats commits --repos <repo1> --repos <repo2> # Specific repos
156
157
  sagellm-dev stats commits --author <pattern> # Filter by author
157
158
  sagellm-dev stats commits --show-details # Show commit details
158
159
  sagellm-dev stats commits --with-lines # Include line statistics
159
160
 
161
+ # Issue resolution statistics
162
+ sagellm-dev stats issues [--days N] # Closed issues (default: 30 days)
163
+ sagellm-dev stats issues --repos <repo1> --repos <repo2> # Specific repos
164
+ sagellm-dev stats issues --show-details # Show detailed list
165
+
160
166
  # Examples:
161
167
  sagellm-dev stats commits # All time, all repos
162
168
  sagellm-dev stats commits --since "1 month ago" # Last month
@@ -164,6 +170,9 @@ sagellm-dev stats commits --since 2024-01-01 --until 2024-12-31
164
170
  sagellm-dev stats commits --author yang # Filter by author name
165
171
  sagellm-dev stats commits --repos sagellm-core --show-details
166
172
  sagellm-dev stats commits --with-lines # Show lines added/deleted
173
+ sagellm-dev stats issues # Issues closed in last 30 days
174
+ sagellm-dev stats issues --days 7 --show-details # Last week with details
175
+ ```
167
176
  sagellm-dev stats commits --since "1 week ago" --with-lines --show-details # Full report
168
177
  ```
169
178
 
@@ -1,5 +1,5 @@
1
- sagellm_dev_tools/__init__.py,sha256=KMmxshm34y2IgQAeO1ixyH_Omv1AI55iXWrDYjFp1BY,452
2
- sagellm_dev_tools/__init__.pyc,sha256=mIMgry2SqrvjKwSHZ8wfmIPbtBLn1RZrQID75qWlJQg,641
1
+ sagellm_dev_tools/__init__.py,sha256=2jRSflzvkg5UmhdTTL3Hox-a__4aPp48f87gNS5UQok,452
2
+ sagellm_dev_tools/__init__.pyc,sha256=h-HtO1C_wjcUXODWRZSbuXvUpRoM4WJBYwTP9EiHDVo,641
3
3
  sagellm_dev_tools/checker.pyc,sha256=grwJlTBmZl1S8IaW2e-paPgmM_acIUjxR_Dmh6zdI5Q,15286
4
4
  sagellm_dev_tools/cli.pyc,sha256=cJIIfLcyp4F3XkcuIekVHbKic5l5pOHOoX14btJxQ7g,5080
5
5
  sagellm_dev_tools/constants.pyc,sha256=nawLJ9BhJsx8FtycAATCi41uXnUxTw1BBgPPW-jpTAk,4027
@@ -9,7 +9,7 @@ sagellm_dev_tools/hooks_manager.pyc,sha256=Bx8UNilngbfI0Y4jtTIaKmZ6OFpY9EJ28ksGb
9
9
  sagellm_dev_tools/py.typed,sha256=UlkhTBVJqiS1Epx-KILVobCtCGlhR6YKM79R8vO1HdU,61
10
10
  sagellm_dev_tools/pytorch_manager.pyc,sha256=hmuHKpTlTogqrynygYSKievBOYbo-1MrDTSq0eElWyI,11031
11
11
  sagellm_dev_tools/repo_manager.pyc,sha256=lo7VpWeGQEu0nsCetPeeQdFaWenJJp-gC6QTgsgGCvM,14202
12
- sagellm_dev_tools/__pycache__/__init__.cpython-311.pyc,sha256=mqclWSu1kAfT3zU_6RQabCyGzZ7LzNEVy-aR__hT4Tc,676
12
+ sagellm_dev_tools/__pycache__/__init__.cpython-311.pyc,sha256=nOue_Cb5LlqSXkY40WfAsc9OyyCZTZkh8AlrykWDf68,676
13
13
  sagellm_dev_tools/__pycache__/checker.cpython-311.pyc,sha256=7xzec17la7DJtoRzkh4cb2rUGSBAoyIx4-JlGT9_F30,15321
14
14
  sagellm_dev_tools/__pycache__/cli.cpython-311-pytest-8.4.2.pyc,sha256=ZaofGAgD6MwNZ8s2LfIlKWT82ujMJ0vYZvtbOjK5Td0,49649
15
15
  sagellm_dev_tools/__pycache__/cli.cpython-311.pyc,sha256=uw-4OcZX5NGsAwrgEoaqOfDCotLS86_iHionl6t993w,5115
@@ -25,14 +25,14 @@ sagellm_dev_tools/commands/gh.pyc,sha256=OEKNwlRVtEZNxOenzLuox_CyQgKzvLsxERJ2Ag0
25
25
  sagellm_dev_tools/commands/hooks.pyc,sha256=X1u3-Nl11gyMAah66oK7erDFBwZdBRtZTcf7m8iiBwI,7363
26
26
  sagellm_dev_tools/commands/pytorch.pyc,sha256=Kc5WlRmmIKa50eUqazzqHMDF5JZAF4xkPsAoG3Epu5Q,4174
27
27
  sagellm_dev_tools/commands/repo.pyc,sha256=j9xC6FBBs0CJq91EYJsYhML6BQsGlG0rq8o_xl3p2Iw,24206
28
- sagellm_dev_tools/commands/stats.pyc,sha256=jRftdmiS6V2O0pZHSEHDcf8CanhWG2BNoyZUymshSJs,17214
28
+ sagellm_dev_tools/commands/stats.pyc,sha256=7_2JCtLmFamET7VP0MeK2PoVBeYuH9QIZBzvR1JfQf4,25310
29
29
  sagellm_dev_tools/commands/__pycache__/__init__.cpython-311.pyc,sha256=WG3XL8Lv5Y82cIYKEiHE6GHllKpoRvcei5SziL32uCw,626
30
30
  sagellm_dev_tools/commands/__pycache__/fix.cpython-311.pyc,sha256=ewYKuP1AJdL-IA-42xy3dVCxdWPinucmDB2ubUKYcrI,13703
31
31
  sagellm_dev_tools/commands/__pycache__/gh.cpython-311.pyc,sha256=fayVhYaOSgVbOvZpWEgHQL2BIYwjP79JIgHTO76akxs,32548
32
32
  sagellm_dev_tools/commands/__pycache__/hooks.cpython-311.pyc,sha256=yjbE55ScHSAzZMyaODcK-lihMuux64R7EkPWr6uucdM,7398
33
33
  sagellm_dev_tools/commands/__pycache__/pytorch.cpython-311.pyc,sha256=wxhpWdo8zyjfUdH1u5O2bI9rmjOwwgtCtaNsy5BHzOY,4209
34
34
  sagellm_dev_tools/commands/__pycache__/repo.cpython-311.pyc,sha256=oPp75nZKFyuR1vtjc9m9OnyWzBEVVX4U4j4KXTT_4qA,24241
35
- sagellm_dev_tools/commands/__pycache__/stats.cpython-311.pyc,sha256=SfpmgILhHYidICWxJZ_pfrH21jjuU_qbY4QMNCxRANc,17249
35
+ sagellm_dev_tools/commands/__pycache__/stats.cpython-311.pyc,sha256=QrhcJ5Wm2KM94niPch-ZykCKiolMQO8lMt6QbQa_FrY,25345
36
36
  sagellm_dev_tools/templates/ci_version_check.yml,sha256=6R5eR9MQxUCicediI334QZSSqse50IQeYqJHAuGEU5M,1772
37
37
  sagellm_dev_tools/utils/__init__.pyc,sha256=MRkDaxgCDsDpLnTNtpRvmUKpGk08KVStCdxUMQdHB5U,311
38
38
  sagellm_dev_tools/utils/constants.pyc,sha256=7VBnhg10AmopXqZp-cgr6oFVEsjjf1sOkMJTDDqMqJc,4027
@@ -44,8 +44,8 @@ sagellm_dev_tools/utils/__pycache__/constants.cpython-311.pyc,sha256=9s2a2pz-UTw
44
44
  sagellm_dev_tools/utils/__pycache__/formatting.cpython-311.pyc,sha256=k0ieg5YQPjqUV04p5hRx1QRAzuL8NavypTlT9HvGvJ4,421
45
45
  sagellm_dev_tools/utils/__pycache__/git.cpython-311.pyc,sha256=hGoxBb7emK0wruie-R2Rn3w5xinzmNogtie9D4C1VXE,607
46
46
  sagellm_dev_tools/utils/__pycache__/github.cpython-311.pyc,sha256=PzELGhUhdRhfd-3w6_7u8e2o_rYUM315ZoH1G68Aiys,438
47
- isagellm_dev_tools-0.2.4.0.dist-info/METADATA,sha256=oquGmCgkOiSsPDyZpdtrzXLvZSELpoZ91yGxA4DsQqA,6659
48
- isagellm_dev_tools-0.2.4.0.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
49
- isagellm_dev_tools-0.2.4.0.dist-info/entry_points.txt,sha256=MTO7r8Y-WShKCTLlF7TJUi6viwGEs2hcnC2PkIQSDVs,97
50
- isagellm_dev_tools-0.2.4.0.dist-info/top_level.txt,sha256=FfEAvQYvT_sNg6AP76aF4gK_OB2vYcmHYM16DO1S1v8,18
51
- isagellm_dev_tools-0.2.4.0.dist-info/RECORD,,
47
+ isagellm_dev_tools-0.2.5.0.dist-info/METADATA,sha256=Pi0t_CSLN9Q_rREIeqDlFnzJ6311N-quGh_xpbUEiag,7134
48
+ isagellm_dev_tools-0.2.5.0.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
49
+ isagellm_dev_tools-0.2.5.0.dist-info/entry_points.txt,sha256=MTO7r8Y-WShKCTLlF7TJUi6viwGEs2hcnC2PkIQSDVs,97
50
+ isagellm_dev_tools-0.2.5.0.dist-info/top_level.txt,sha256=FfEAvQYvT_sNg6AP76aF4gK_OB2vYcmHYM16DO1S1v8,18
51
+ isagellm_dev_tools-0.2.5.0.dist-info/RECORD,,
@@ -14,6 +14,6 @@ Examples:
14
14
 
15
15
  from __future__ import annotations
16
16
 
17
- __version__ = "0.2.4.0"
17
+ __version__ = "0.2.5.0"
18
18
 
19
19
  __all__ = ["__version__"]
Binary file
Binary file