Skip to content

Commit 7ae433d

Browse files
committed
Fix comparison table
1 parent 7cdc0d1 commit 7ae433d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,16 +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 (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 | - | - | - | - | - |
11+
| Package/Function | Lastest release | Python2 support | Python3 support | Windows support | PEP 440 compatible | Type hints | Supported substitutions | Dev template support | Dirty template support | 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 | - | - | - | - | - | - | - |
2121
## Installation
2222

2323
No need.

0 commit comments

Comments
 (0)