Skip to content

Commit 29c0d0b

Browse files
authored
Merge pull request #40 from cfv-project/update-readme
Update Readme
2 parents 3ec3901 + 2729bc4 commit 29c0d0b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Test-only support is available for par, par2.
88
cfv was originally written by Matthew Mueller ([original project home](http://cfv.sourceforge.net/)).
99
This is a [friendly fork of cfv](https://github.com/cfv-project/cfv) maintained by David Gnedt.
1010

11-
[![Build Status](https://travis-ci.org/cfv-project/cfv.svg?branch=master)](https://travis-ci.org/cfv-project/cfv)
11+
[![Build Status](https://img.shields.io/github/checks-status/cfv-project/cfv/python3)](https://github.com/cfv-project/cfv/actions?query=branch%3Apython3)
1212
[![Supported Python versions](https://img.shields.io/pypi/pyversions/cfv.svg)](https://pypi.org/project/cfv/)
1313
[![License](https://img.shields.io/pypi/l/cfv.svg)](https://pypi.org/project/cfv/)
1414
[![Latest PyPI version](https://img.shields.io/pypi/v/cfv.svg)](https://pypi.org/project/cfv/)
@@ -51,6 +51,18 @@ or checkout the development version via Git.
5151

5252
Contributions are welcome, just open a pull request ☺️
5353

54+
## Alternative Tools
55+
56+
Here is a community-compiled list of alternative tools that cover some of cfv's functionality (without warranty):
57+
58+
* GNU coreutils \*sum: md5sum, sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, ...
59+
* cksfv
60+
* [rhash](https://github.com/rhash/RHash) (with `-rc` does more or less the same thing as cfv, performance is good and it supports most hash formats including bittorrent. It lacks cfv's `-m` though.)
61+
* aria2c (to verify torrent checksums)
62+
* bsdsfv (limited to 1024 files for some reason)
63+
* pure-sfv (doesn't seem to display progress information, even with `-v`)
64+
* [bcfv](https://github.com/jarppiko/bcfv) (a Bash frontend to checksum programs (SHA, Blake3, MD5))
65+
5466
## Copying
5567

5668
This program is free software; you can redistribute it and/or modify it under

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def _get_version(path):
4747
'Programming Language :: Python :: 3.7',
4848
'Programming Language :: Python :: 3.8',
4949
'Programming Language :: Python :: 3.9',
50+
'Programming Language :: Python :: 3.10',
51+
'Programming Language :: Python :: 3.11',
5052
],
5153
keywords='cfv checksum verify sfv csv crc bsdmd5 md5sum sha1sum sha224sum sha256sum sha384sum sha512sum torrent par par2',
5254
project_urls={

0 commit comments

Comments
 (0)