isagellm-dev-tools 0.2.3.1__py2.py3-none-any.whl → 0.2.4.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.
- {isagellm_dev_tools-0.2.3.1.dist-info → isagellm_dev_tools-0.2.4.0.dist-info}/METADATA +4 -1
- {isagellm_dev_tools-0.2.3.1.dist-info → isagellm_dev_tools-0.2.4.0.dist-info}/RECORD +12 -12
- sagellm_dev_tools/__init__.py +1 -1
- sagellm_dev_tools/__init__.pyc +0 -0
- sagellm_dev_tools/__pycache__/__init__.cpython-311.pyc +0 -0
- sagellm_dev_tools/__pycache__/cli.cpython-311.pyc +0 -0
- sagellm_dev_tools/cli.pyc +0 -0
- sagellm_dev_tools/commands/__pycache__/stats.cpython-311.pyc +0 -0
- sagellm_dev_tools/commands/stats.pyc +0 -0
- {isagellm_dev_tools-0.2.3.1.dist-info → isagellm_dev_tools-0.2.4.0.dist-info}/WHEEL +0 -0
- {isagellm_dev_tools-0.2.3.1.dist-info → isagellm_dev_tools-0.2.4.0.dist-info}/entry_points.txt +0 -0
- {isagellm_dev_tools-0.2.3.1.dist-info → isagellm_dev_tools-0.2.4.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: isagellm-dev-tools
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4.0
|
|
4
4
|
Summary: Developer tools for sageLLM multi-repository development
|
|
5
5
|
Author-email: IntelliStream Team <intellistream@outlook.com>
|
|
6
6
|
License: Proprietary
|
|
@@ -155,6 +155,7 @@ sagellm-dev stats commits [--since DATE] [--until DATE] # Commit statistics
|
|
|
155
155
|
sagellm-dev stats commits --repos <repo1> --repos <repo2> # Specific repos
|
|
156
156
|
sagellm-dev stats commits --author <pattern> # Filter by author
|
|
157
157
|
sagellm-dev stats commits --show-details # Show commit details
|
|
158
|
+
sagellm-dev stats commits --with-lines # Include line statistics
|
|
158
159
|
|
|
159
160
|
# Examples:
|
|
160
161
|
sagellm-dev stats commits # All time, all repos
|
|
@@ -162,6 +163,8 @@ sagellm-dev stats commits --since "1 month ago" # Last month
|
|
|
162
163
|
sagellm-dev stats commits --since 2024-01-01 --until 2024-12-31
|
|
163
164
|
sagellm-dev stats commits --author yang # Filter by author name
|
|
164
165
|
sagellm-dev stats commits --repos sagellm-core --show-details
|
|
166
|
+
sagellm-dev stats commits --with-lines # Show lines added/deleted
|
|
167
|
+
sagellm-dev stats commits --since "1 week ago" --with-lines --show-details # Full report
|
|
165
168
|
```
|
|
166
169
|
|
|
167
170
|
## 🏗️ Architecture
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
sagellm_dev_tools/__init__.py,sha256=
|
|
2
|
-
sagellm_dev_tools/__init__.pyc,sha256=
|
|
1
|
+
sagellm_dev_tools/__init__.py,sha256=KMmxshm34y2IgQAeO1ixyH_Omv1AI55iXWrDYjFp1BY,452
|
|
2
|
+
sagellm_dev_tools/__init__.pyc,sha256=mIMgry2SqrvjKwSHZ8wfmIPbtBLn1RZrQID75qWlJQg,641
|
|
3
3
|
sagellm_dev_tools/checker.pyc,sha256=grwJlTBmZl1S8IaW2e-paPgmM_acIUjxR_Dmh6zdI5Q,15286
|
|
4
|
-
sagellm_dev_tools/cli.pyc,sha256=
|
|
4
|
+
sagellm_dev_tools/cli.pyc,sha256=cJIIfLcyp4F3XkcuIekVHbKic5l5pOHOoX14btJxQ7g,5080
|
|
5
5
|
sagellm_dev_tools/constants.pyc,sha256=nawLJ9BhJsx8FtycAATCi41uXnUxTw1BBgPPW-jpTAk,4027
|
|
6
6
|
sagellm_dev_tools/fixer.pyc,sha256=feKfbcycg6dHmCCmW33yNLC4T1M20K4ftPTp-XE_3OE,12349
|
|
7
7
|
sagellm_dev_tools/github_cli.pyc,sha256=ON9415zX6sGVIUcYu7_ZSTPv6YWjE3w-NzZBTKJUFvs,15206
|
|
@@ -9,10 +9,10 @@ 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=
|
|
12
|
+
sagellm_dev_tools/__pycache__/__init__.cpython-311.pyc,sha256=mqclWSu1kAfT3zU_6RQabCyGzZ7LzNEVy-aR__hT4Tc,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
|
-
sagellm_dev_tools/__pycache__/cli.cpython-311.pyc,sha256=
|
|
15
|
+
sagellm_dev_tools/__pycache__/cli.cpython-311.pyc,sha256=uw-4OcZX5NGsAwrgEoaqOfDCotLS86_iHionl6t993w,5115
|
|
16
16
|
sagellm_dev_tools/__pycache__/constants.cpython-311.pyc,sha256=gW1ZFlVhSH8PYzs1wf7RWYJGYs1mZsNiSbfCOjv3lJU,4062
|
|
17
17
|
sagellm_dev_tools/__pycache__/fixer.cpython-311.pyc,sha256=1oRKeiy5tMvGy3bHFguG0eUZmvWMONeRpMBC2haiUow,12384
|
|
18
18
|
sagellm_dev_tools/__pycache__/github_cli.cpython-311.pyc,sha256=AjoOlAB_Hn9VWgFNLZAeRgTIjyJUlB2yulGXKZ9vNIo,15241
|
|
@@ -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=
|
|
28
|
+
sagellm_dev_tools/commands/stats.pyc,sha256=jRftdmiS6V2O0pZHSEHDcf8CanhWG2BNoyZUymshSJs,17214
|
|
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=
|
|
35
|
+
sagellm_dev_tools/commands/__pycache__/stats.cpython-311.pyc,sha256=SfpmgILhHYidICWxJZ_pfrH21jjuU_qbY4QMNCxRANc,17249
|
|
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.
|
|
48
|
-
isagellm_dev_tools-0.2.
|
|
49
|
-
isagellm_dev_tools-0.2.
|
|
50
|
-
isagellm_dev_tools-0.2.
|
|
51
|
-
isagellm_dev_tools-0.2.
|
|
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,,
|
sagellm_dev_tools/__init__.py
CHANGED
sagellm_dev_tools/__init__.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
sagellm_dev_tools/cli.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
{isagellm_dev_tools-0.2.3.1.dist-info → isagellm_dev_tools-0.2.4.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|