gitraze 0.2.0__tar.gz → 0.2.1__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.
- {gitraze-0.2.0 → gitraze-0.2.1}/PKG-INFO +14 -8
- {gitraze-0.2.0 → gitraze-0.2.1}/README.md +11 -4
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze.egg-info/PKG-INFO +14 -8
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze.egg-info/requires.txt +0 -1
- {gitraze-0.2.0 → gitraze-0.2.1}/pyproject.toml +6 -5
- {gitraze-0.2.0 → gitraze-0.2.1}/LICENSE +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/__init__.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/cli.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/config.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/core/__init__.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/core/api_graphql.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/core/api_rest.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/modules/__init__.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/modules/analytics.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/modules/repo.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/modules/search.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/modules/user.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/utils/__init__.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze/utils/helpers.py +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze.egg-info/SOURCES.txt +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze.egg-info/dependency_links.txt +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze.egg-info/entry_points.txt +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/gitraze.egg-info/top_level.txt +0 -0
- {gitraze-0.2.0 → gitraze-0.2.1}/setup.cfg +0 -0
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitraze
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A CLI and Python library for GitHub reconnaissance, search, and analysis
|
|
5
5
|
Author: AK Pandey
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/akpandey-dev/gitraze
|
|
8
|
+
Keywords: github,cli,api,recon,search
|
|
8
9
|
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: >=3.8
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: requests
|
|
15
15
|
Requires-Dist: colorama
|
|
16
|
-
Requires-Dist: re
|
|
17
16
|
Dynamic: license-file
|
|
18
17
|
|
|
19
18
|
# Gitraze
|
|
@@ -22,7 +21,10 @@ Dynamic: license-file
|
|
|
22
21
|
|
|
23
22
|
Gitraze is a powerful command-line tool designed to explore, analyze, and extract insights from GitHub using both REST and GraphQL APIs — all from your terminal.
|
|
24
23
|
|
|
25
|
-
⚠️ **Status:** Early development — expect bugs, missing features, and rapid changes.
|
|
24
|
+
⚠️ **Status:** Early development — expect bugs, missing features, and rapid changes. APIs and CLI may change without notice.
|
|
25
|
+
|
|
26
|
+
> Built for developers who prefer terminals over tabs.
|
|
27
|
+
|
|
26
28
|
|
|
27
29
|
---
|
|
28
30
|
|
|
@@ -45,8 +47,12 @@ Most GitHub tools are either slow, bloated, or UI-heavy.
|
|
|
45
47
|
- 🌐 GitHub API integration (REST + GraphQL)
|
|
46
48
|
- 📦 Repository insights
|
|
47
49
|
- 👤 User analysis
|
|
48
|
-
-
|
|
50
|
+
- 🧵 Filter PRs vs issues automatically
|
|
51
|
+
- 🕒 Human-readable timestamps
|
|
52
|
+
- 🧹 Cleaned descriptions (HTML stripped)
|
|
49
53
|
- 📊 Analytics modules (in progress)
|
|
54
|
+
- 🔎 Search users, repos, issues, PRs, and topics
|
|
55
|
+
|
|
50
56
|
|
|
51
57
|
---
|
|
52
58
|
|
|
@@ -65,8 +71,8 @@ Example:
|
|
|
65
71
|
```bash
|
|
66
72
|
gitraze --help
|
|
67
73
|
gitraze user octocat
|
|
68
|
-
gitraze repo torvalds/linux
|
|
69
|
-
gitraze search "machine learning"
|
|
74
|
+
gitraze repo torvalds/linux
|
|
75
|
+
gitraze search repos "machine learning" -n 5 # Will show top 5 results, but it is optional flag
|
|
70
76
|
gitraze analyze github # Coming soon!
|
|
71
77
|
```
|
|
72
78
|
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Gitraze is a powerful command-line tool designed to explore, analyze, and extract insights from GitHub using both REST and GraphQL APIs — all from your terminal.
|
|
6
6
|
|
|
7
|
-
⚠️ **Status:** Early development — expect bugs, missing features, and rapid changes.
|
|
7
|
+
⚠️ **Status:** Early development — expect bugs, missing features, and rapid changes. APIs and CLI may change without notice.
|
|
8
|
+
|
|
9
|
+
> Built for developers who prefer terminals over tabs.
|
|
10
|
+
|
|
8
11
|
|
|
9
12
|
---
|
|
10
13
|
|
|
@@ -27,8 +30,12 @@ Most GitHub tools are either slow, bloated, or UI-heavy.
|
|
|
27
30
|
- 🌐 GitHub API integration (REST + GraphQL)
|
|
28
31
|
- 📦 Repository insights
|
|
29
32
|
- 👤 User analysis
|
|
30
|
-
-
|
|
33
|
+
- 🧵 Filter PRs vs issues automatically
|
|
34
|
+
- 🕒 Human-readable timestamps
|
|
35
|
+
- 🧹 Cleaned descriptions (HTML stripped)
|
|
31
36
|
- 📊 Analytics modules (in progress)
|
|
37
|
+
- 🔎 Search users, repos, issues, PRs, and topics
|
|
38
|
+
|
|
32
39
|
|
|
33
40
|
---
|
|
34
41
|
|
|
@@ -47,8 +54,8 @@ Example:
|
|
|
47
54
|
```bash
|
|
48
55
|
gitraze --help
|
|
49
56
|
gitraze user octocat
|
|
50
|
-
gitraze repo torvalds/linux
|
|
51
|
-
gitraze search "machine learning"
|
|
57
|
+
gitraze repo torvalds/linux
|
|
58
|
+
gitraze search repos "machine learning" -n 5 # Will show top 5 results, but it is optional flag
|
|
52
59
|
gitraze analyze github # Coming soon!
|
|
53
60
|
```
|
|
54
61
|
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitraze
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A CLI and Python library for GitHub reconnaissance, search, and analysis
|
|
5
5
|
Author: AK Pandey
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/akpandey-dev/gitraze
|
|
8
|
+
Keywords: github,cli,api,recon,search
|
|
8
9
|
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: >=3.8
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: requests
|
|
15
15
|
Requires-Dist: colorama
|
|
16
|
-
Requires-Dist: re
|
|
17
16
|
Dynamic: license-file
|
|
18
17
|
|
|
19
18
|
# Gitraze
|
|
@@ -22,7 +21,10 @@ Dynamic: license-file
|
|
|
22
21
|
|
|
23
22
|
Gitraze is a powerful command-line tool designed to explore, analyze, and extract insights from GitHub using both REST and GraphQL APIs — all from your terminal.
|
|
24
23
|
|
|
25
|
-
⚠️ **Status:** Early development — expect bugs, missing features, and rapid changes.
|
|
24
|
+
⚠️ **Status:** Early development — expect bugs, missing features, and rapid changes. APIs and CLI may change without notice.
|
|
25
|
+
|
|
26
|
+
> Built for developers who prefer terminals over tabs.
|
|
27
|
+
|
|
26
28
|
|
|
27
29
|
---
|
|
28
30
|
|
|
@@ -45,8 +47,12 @@ Most GitHub tools are either slow, bloated, or UI-heavy.
|
|
|
45
47
|
- 🌐 GitHub API integration (REST + GraphQL)
|
|
46
48
|
- 📦 Repository insights
|
|
47
49
|
- 👤 User analysis
|
|
48
|
-
-
|
|
50
|
+
- 🧵 Filter PRs vs issues automatically
|
|
51
|
+
- 🕒 Human-readable timestamps
|
|
52
|
+
- 🧹 Cleaned descriptions (HTML stripped)
|
|
49
53
|
- 📊 Analytics modules (in progress)
|
|
54
|
+
- 🔎 Search users, repos, issues, PRs, and topics
|
|
55
|
+
|
|
50
56
|
|
|
51
57
|
---
|
|
52
58
|
|
|
@@ -65,8 +71,8 @@ Example:
|
|
|
65
71
|
```bash
|
|
66
72
|
gitraze --help
|
|
67
73
|
gitraze user octocat
|
|
68
|
-
gitraze repo torvalds/linux
|
|
69
|
-
gitraze search "machine learning"
|
|
74
|
+
gitraze repo torvalds/linux
|
|
75
|
+
gitraze search repos "machine learning" -n 5 # Will show top 5 results, but it is optional flag
|
|
70
76
|
gitraze analyze github # Coming soon!
|
|
71
77
|
```
|
|
72
78
|
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "gitraze"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.1"
|
|
4
4
|
description = "A CLI and Python library for GitHub reconnaissance, search, and analysis"
|
|
5
5
|
authors = [{ name = "AK Pandey" }]
|
|
6
|
-
dependencies = ["requests", "colorama"
|
|
6
|
+
dependencies = ["requests", "colorama"]
|
|
7
7
|
readme = "README.md"
|
|
8
8
|
requires-python = ">=3.8"
|
|
9
|
-
license =
|
|
9
|
+
license = "MIT"
|
|
10
|
+
|
|
11
|
+
keywords = ["github", "cli", "api", "recon", "search"]
|
|
10
12
|
|
|
11
13
|
classifiers = [
|
|
12
14
|
"Programming Language :: Python :: 3",
|
|
13
|
-
"License :: OSI Approved :: MIT License",
|
|
14
15
|
"Operating System :: OS Independent"
|
|
15
16
|
]
|
|
16
17
|
|
|
@@ -21,5 +22,5 @@ gitraze = "gitraze.cli:main"
|
|
|
21
22
|
Homepage = "https://github.com/akpandey-dev/gitraze"
|
|
22
23
|
|
|
23
24
|
[build-system]
|
|
24
|
-
requires = ["setuptools"]
|
|
25
|
+
requires = ["setuptools>=77.0.0"]
|
|
25
26
|
build-backend = "setuptools.build_meta"
|
|
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
|