Skip to content

Commit 7cdc0d1

Browse files
committed
Fix urls in comparison table
1 parent 0023523 commit 7cdc0d1

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ Use git repo data (latest tag, current commit hash, etc) for building a version
88

99
## Compairing with other packages
1010

11-
| Package/Function | Lastest release | Python2 support | Python3 support | Windows support | PEP 440 compatible | Type hints | Version template support | Dev template support | Dirty template support | Supported substitutions | Initial version support | Callback/variable as current version | Read some file content as current version | Development releases support | Reusing functions in other packages |
12-
|------------------------------------|----------------:|:---------------:|:---------------:|:---------------:|:------------------:|:----------:|:------------------------:|:--------------------:|:----------------------:|-------------------------------------------------|:-----------------------:|:------------------------------------:|:-----------------------------------------:|:----------------------------:|:-----------------------------------:|
13-
| setuptools-git-versioning | 2021 | + | 3.3+ | + | + | + | + | + | + | tag, commits_count, short_sha, full_sha, branch | + | + | + | + | + |
14-
| setuptools-git-ver (Base package) | 2019 | - | 3.7+ | + | + | + | + | + | + | tag, commits_count, short_sha | - | - | - | - | - |
15-
| another-setuptools-git-version | 2020 | - | 3.5+ | - | + | + | + | + | - | tag, commits_count | + | - | - | - | + |
16-
| bad-setuptools-git-version | 2020 | + | + | + | + | - | + | + | - | tag, commits_count | + | - | - | - | + |
17-
| even-better-setuptools-git-version | 2019 | - | + | - | + | - | + | - | - | tag, short_sha | + | - | - | - | + |
18-
| better-setuptools-git-version | 2018 | - | + | - | - | - | + | - | - | tag, short_sha | + | - | - | - | + |
19-
| very-good-setuptools-git-version | 2018 | - | + | - | - | - | + | - | - | tag, commits_count, short_sha | - | - | - | - | + |
20-
| setuptools-git-version | 2018 | + | + | + | - | - | - | - | - | tag, commits_count, short_sha | - | - | - | - | - |
21-
11+
| Package/Function | Lastest release | Python2 support | Python3 support | Windows support | PEP 440 compatible | Type hints | Version template support | Dev template support | Dirty template support | Supported substitutions | Initial version support | Callback/variable as current version | Read some file content as current version | Development releases (prereleases) support | Reusing functions in other packages |
12+
|-----------------------------------------------------------------------------------------------------|----------------:|:---------------:|:---------------:|:---------------:|:------------------:|:----------:|:------------------------:|:--------------------:|:----------------------:|-------------------------------------------------|:-----------------------:|:------------------------------------:|:-----------------------------------------:|:------------------------------------------:|:-----------------------------------:|
13+
| [setuptools-git-versioning](https://github.com/dolfinus/setuptools-git-versioning) | 2021 | + | 3.3+ | + | + | + | + | + | + | tag, commits_count, short_sha, full_sha, branch | + | + | + | + | + |
14+
| [setuptools-git-ver](https://github.com/camas/setuptools-git-ver) (Base package) | 2019 | - | 3.7+ | + | + | + | + | + | + | tag, commits_count, short_sha | - | - | - | - | - |
15+
| [another-setuptools-git-version](https://github.com/ZdenekM/another-setuptools-git-version) | 2020 | - | 3.5+ | - | + | + | + | + | - | tag, commits_count | + | - | - | - | + |
16+
| [bad-setuptools-git-version](https://github.com/st7105/bad-setuptools-git-version) | 2020 | + | + | + | + | - | + | + | - | tag, commits_count | + | - | - | - | + |
17+
| [even-better-setuptools-git-version](https://github.com/ktemkin/even-better-setuptools-git-version) | 2019 | - | + | - | + | - | + | - | - | tag, short_sha | + | - | - | - | + |
18+
| [better-setuptools-git-version](https://github.com/vivin/better-setuptools-git-version) | 2018 | - | + | - | - | - | + | - | - | tag, short_sha | + | - | - | - | + |
19+
| [very-good-setuptools-git-version](https://github.com/Kautenja/very-good-setuptools-git-version) | 2018 | - | + | - | - | - | + | - | - | tag, commits_count, short_sha | - | - | - | - | + |
20+
| [setuptools-git-version](https://github.com/pyfidelity/setuptools-git-version) | 2018 | + | + | + | - | - | - | - | - | tag, commits_count, short_sha | - | - | - | - | - |
2221
## Installation
2322

2423
No need.

0 commit comments

Comments
 (0)