Skip to content

Commit

Permalink
Fix urls in comparison table
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Mar 12, 2021
1 parent 0023523 commit 7cdc0d1
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ Use git repo data (latest tag, current commit hash, etc) for building a version

## Compairing with other packages

| 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 |
|------------------------------------|----------------:|:---------------:|:---------------:|:---------------:|:------------------:|:----------:|:------------------------:|:--------------------:|:----------------------:|-------------------------------------------------|:-----------------------:|:------------------------------------:|:-----------------------------------------:|:----------------------------:|:-----------------------------------:|
| setuptools-git-versioning | 2021 | + | 3.3+ | + | + | + | + | + | + | tag, commits_count, short_sha, full_sha, branch | + | + | + | + | + |
| setuptools-git-ver (Base package) | 2019 | - | 3.7+ | + | + | + | + | + | + | tag, commits_count, short_sha | - | - | - | - | - |
| another-setuptools-git-version | 2020 | - | 3.5+ | - | + | + | + | + | - | tag, commits_count | + | - | - | - | + |
| bad-setuptools-git-version | 2020 | + | + | + | + | - | + | + | - | tag, commits_count | + | - | - | - | + |
| even-better-setuptools-git-version | 2019 | - | + | - | + | - | + | - | - | tag, short_sha | + | - | - | - | + |
| better-setuptools-git-version | 2018 | - | + | - | - | - | + | - | - | tag, short_sha | + | - | - | - | + |
| very-good-setuptools-git-version | 2018 | - | + | - | - | - | + | - | - | tag, commits_count, short_sha | - | - | - | - | + |
| setuptools-git-version | 2018 | + | + | + | - | - | - | - | - | tag, commits_count, short_sha | - | - | - | - | - |

| 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 |
|-----------------------------------------------------------------------------------------------------|----------------:|:---------------:|:---------------:|:---------------:|:------------------:|:----------:|:------------------------:|:--------------------:|:----------------------:|-------------------------------------------------|:-----------------------:|:------------------------------------:|:-----------------------------------------:|:------------------------------------------:|:-----------------------------------:|
| [setuptools-git-versioning](https://github.com/dolfinus/setuptools-git-versioning) | 2021 | + | 3.3+ | + | + | + | + | + | + | tag, commits_count, short_sha, full_sha, branch | + | + | + | + | + |
| [setuptools-git-ver](https://github.com/camas/setuptools-git-ver) (Base package) | 2019 | - | 3.7+ | + | + | + | + | + | + | tag, commits_count, short_sha | - | - | - | - | - |
| [another-setuptools-git-version](https://github.com/ZdenekM/another-setuptools-git-version) | 2020 | - | 3.5+ | - | + | + | + | + | - | tag, commits_count | + | - | - | - | + |
| [bad-setuptools-git-version](https://github.com/st7105/bad-setuptools-git-version) | 2020 | + | + | + | + | - | + | + | - | tag, commits_count | + | - | - | - | + |
| [even-better-setuptools-git-version](https://github.com/ktemkin/even-better-setuptools-git-version) | 2019 | - | + | - | + | - | + | - | - | tag, short_sha | + | - | - | - | + |
| [better-setuptools-git-version](https://github.com/vivin/better-setuptools-git-version) | 2018 | - | + | - | - | - | + | - | - | tag, short_sha | + | - | - | - | + |
| [very-good-setuptools-git-version](https://github.com/Kautenja/very-good-setuptools-git-version) | 2018 | - | + | - | - | - | + | - | - | tag, commits_count, short_sha | - | - | - | - | + |
| [setuptools-git-version](https://github.com/pyfidelity/setuptools-git-version) | 2018 | + | + | + | - | - | - | - | - | tag, commits_count, short_sha | - | - | - | - | - |
## Installation

No need.
Expand Down

0 comments on commit 7cdc0d1

Please sign in to comment.