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.
- ghtraf-0.2.8a0/PKG-INFO +24 -0
- ghtraf-0.2.8a0/pyproject.toml +36 -0
- ghtraf-0.2.8a0/setup.cfg +4 -0
- ghtraf-0.2.8a0/src/ghtraf.egg-info/PKG-INFO +24 -0
- ghtraf-0.2.8a0/src/ghtraf.egg-info/SOURCES.txt +7 -0
- ghtraf-0.2.8a0/src/ghtraf.egg-info/dependency_links.txt +1 -0
- ghtraf-0.2.8a0/src/ghtraf.egg-info/requires.txt +1 -0
- ghtraf-0.2.8a0/src/ghtraf.egg-info/top_level.txt +1 -0
- ghtraf-0.2.8a0/src/ghtraf_alias/__init__.py +1 -0
ghtraf-0.2.8a0/PKG-INFO
ADDED
|
@@ -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"]
|
ghtraf-0.2.8a0/setup.cfg
ADDED
|
@@ -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 @@
|
|
|
1
|
+
|
|
@@ -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".
|