Skip to content

Commit 813ef14

Browse files
committed
Add license column into comparison table
1 parent 7ae433d commit 813ef14

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ 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 | 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 | - | - | - | - | - | - | - |
11+
| Package/Function | Lastest release | License | 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 | MIT | + | 3.3+ | + | + | + | tag, commits_count, short_sha, full_sha, branch | + | + | + | + | + | + | + |
14+
| [setuptools-git-ver](https://github.com/camas/setuptools-git-ver) (Base package) | 2019 | MIT | - | 3.7+ | + | + | + | tag, commits_count, short_sha | + | + | - | - | - | - | - |
15+
| [another-setuptools-git-version](https://github.com/ZdenekM/another-setuptools-git-version) | 2020 | MIT | - | 3.5+ | - | + | + | tag, commits_count | + | - | + | - | - | - | + |
16+
| [bad-setuptools-git-version](https://github.com/st7105/bad-setuptools-git-version) | 2020 | MIT | + | + | + | + | - | tag, commits_count | + | - | + | - | - | - | + |
17+
| [even-better-setuptools-git-version](https://github.com/ktemkin/even-better-setuptools-git-version) | 2019 | MIT | - | + | - | + | - | tag, short_sha | - | - | + | - | - | - | + |
18+
| [better-setuptools-git-version](https://github.com/vivin/better-setuptools-git-version) | 2018 | MIT | - | + | - | - | - | tag, short_sha | - | - | + | - | - | - | + |
19+
| [very-good-setuptools-git-version](https://github.com/Kautenja/very-good-setuptools-git-version) | 2018 | MIT | - | + | - | - | - | tag, commits_count, short_sha | - | - | - | - | - | - | + |
20+
| [setuptools-git-version](https://github.com/pyfidelity/setuptools-git-version) | 2018 | Unknown | + | + | + | - | - | tag, commits_count, short_sha | - | - | - | - | - | - | - |
21+
2122
## Installation
2223

2324
No need.

0 commit comments

Comments
 (0)