ghtraf 0.2.8a0__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.
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: ghtraf
3
+ Version: 0.2.8a0
4
+ Summary: Alias for github-traffic-tracker — zero-server GitHub traffic analytics CLI
5
+ Author-email: Dustin <6962246+djdarcy@users.noreply.github.com>
6
+ License-Expression: GPL-3.0-or-later
7
+ Project-URL: Homepage, https://github.com/djdarcy/github-traffic-tracker
8
+ Project-URL: Repository, https://github.com/djdarcy/github-traffic-tracker
9
+ Project-URL: Issues, https://github.com/djdarcy/github-traffic-tracker/issues
10
+ Keywords: github,traffic,analytics,badges,gist,ghtraf
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Environment :: Console
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Topic :: Software Development :: Version Control :: Git
20
+ Requires-Python: >=3.10
21
+ Description-Content-Type: text/plain
22
+ Requires-Dist: github-traffic-tracker==0.2.8a0
23
+
24
+ This is an alias package. Run `pip install github-traffic-tracker` or `pip install ghtraf` — both install the same tool. See https://github.com/djdarcy/github-traffic-tracker for documentation.
@@ -0,0 +1,36 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "ghtraf"
7
+ version = "0.2.8a0"
8
+ description = "Alias for github-traffic-tracker — zero-server GitHub traffic analytics CLI"
9
+ readme = {text = "This is an alias package. Run `pip install github-traffic-tracker` or `pip install ghtraf` — both install the same tool. See https://github.com/djdarcy/github-traffic-tracker for documentation.", content-type = "text/plain"}
10
+ license = "GPL-3.0-or-later"
11
+ requires-python = ">=3.10"
12
+ authors = [
13
+ {name = "Dustin", email = "6962246+djdarcy@users.noreply.github.com"},
14
+ ]
15
+ keywords = ["github", "traffic", "analytics", "badges", "gist", "ghtraf"]
16
+ classifiers = [
17
+ "Development Status :: 3 - Alpha",
18
+ "Environment :: Console",
19
+ "Intended Audience :: Developers",
20
+ "Operating System :: OS Independent",
21
+ "Programming Language :: Python :: 3",
22
+ "Programming Language :: Python :: 3.10",
23
+ "Programming Language :: Python :: 3.11",
24
+ "Programming Language :: Python :: 3.12",
25
+ "Topic :: Software Development :: Version Control :: Git",
26
+ ]
27
+
28
+ dependencies = ["github-traffic-tracker==0.2.8a0"]
29
+
30
+ [project.urls]
31
+ Homepage = "https://github.com/djdarcy/github-traffic-tracker"
32
+ Repository = "https://github.com/djdarcy/github-traffic-tracker"
33
+ Issues = "https://github.com/djdarcy/github-traffic-tracker/issues"
34
+
35
+ [tool.setuptools.packages.find]
36
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: ghtraf
3
+ Version: 0.2.8a0
4
+ Summary: Alias for github-traffic-tracker — zero-server GitHub traffic analytics CLI
5
+ Author-email: Dustin <6962246+djdarcy@users.noreply.github.com>
6
+ License-Expression: GPL-3.0-or-later
7
+ Project-URL: Homepage, https://github.com/djdarcy/github-traffic-tracker
8
+ Project-URL: Repository, https://github.com/djdarcy/github-traffic-tracker
9
+ Project-URL: Issues, https://github.com/djdarcy/github-traffic-tracker/issues
10
+ Keywords: github,traffic,analytics,badges,gist,ghtraf
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Environment :: Console
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Topic :: Software Development :: Version Control :: Git
20
+ Requires-Python: >=3.10
21
+ Description-Content-Type: text/plain
22
+ Requires-Dist: github-traffic-tracker==0.2.8a0
23
+
24
+ This is an alias package. Run `pip install github-traffic-tracker` or `pip install ghtraf` — both install the same tool. See https://github.com/djdarcy/github-traffic-tracker for documentation.
@@ -0,0 +1,7 @@
1
+ pyproject.toml
2
+ src/ghtraf.egg-info/PKG-INFO
3
+ src/ghtraf.egg-info/SOURCES.txt
4
+ src/ghtraf.egg-info/dependency_links.txt
5
+ src/ghtraf.egg-info/requires.txt
6
+ src/ghtraf.egg-info/top_level.txt
7
+ src/ghtraf_alias/__init__.py
@@ -0,0 +1 @@
1
+ github-traffic-tracker==0.2.8a0
@@ -0,0 +1 @@
1
+ ghtraf_alias
@@ -0,0 +1 @@
1
+ # This is an alias package. Installing "ghtraf" pulls in "github-traffic-tracker".