| Server IP : 164.138.27.172 / Your IP : 216.73.216.143 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/jonasn/new-gitstats/ |
Upload File : |
[build-system]
requires = ["setuptools>=62.6", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "gitstats"
description = "GitStats - Visualize Your Git Repositories"
readme = "README.rst"
keywords = ["git", "gitstats", "statistics", "git history"]
authors = [
{ name = "Xianpeng Shen", email = "xianpeng.shen@gmail.com" },
{ name = "Heikki Hokkanen", email = "hoxu@users.sf.net" },
]
requires-python = ">=3.9"
dynamic = ["version"]
classifiers = [
# https://pypi.org/pypi?%3Aaction=list_classifiers
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Software Development :: Build Tools",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
]
[project.scripts]
gitstats = "gitstats.main:main"
[project.urls]
source = "https://github.com/shenxianpeng/gitstats"
tracker = "https://github.com/shenxianpeng/gitstats/issues"
homepage = "https://shenxianpeng.github.io/gitstats/main/index.html"
documentation = "https://gitstats.readthedocs.io/"
[tool.setuptools]
zip-safe = false
packages = ["gitstats"]
[tool.setuptools_scm]
# It would be nice to include the commit hash in the version, but that
# can't be done in a PEP 440-compatible way.
version_scheme= "no-guess-dev"
# Test PyPI does not support local versions.
local_scheme = "no-local-version"
fallback_version = "0.0.0"
[tool.mypy]
show_error_codes = true
show_column_numbers = true