cfv


Namecfv JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/cfv-project/cfv
SummaryCommand-line File Verify - versatile file checksum creator and verifier
upload_time2022-10-30 21:51:17
maintainer
docs_urlNone
authorDavid Gnedt (Current Maintainer)
requires_python>=3.5
licenseGPL
keywords cfv checksum verify sfv csv crc bsdmd5 md5sum sha1sum sha224sum sha256sum sha384sum sha512sum torrent par par2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cfv – Command-line File Verify

cfv is a utility to test and create a wide range of checksum verification files.
It currently supports testing and creating sfv, sfvmd5, csv, csv2, csv4, md5, bsdmd5, sha1, sha224,
sha256, sha384, sha512, torrent and crc files.
Test-only support is available for par, par2.

cfv was originally written by Matthew Mueller ([original project home](http://cfv.sourceforge.net/)).
This is a [friendly fork of cfv](https://github.com/cfv-project/cfv) maintained by David Gnedt.

[![Build Status](https://img.shields.io/github/checks-status/cfv-project/cfv/python3)](https://github.com/cfv-project/cfv/actions?query=branch%3Apython3)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/cfv.svg)](https://pypi.org/project/cfv/)
[![License](https://img.shields.io/pypi/l/cfv.svg)](https://pypi.org/project/cfv/)
[![Latest PyPI version](https://img.shields.io/pypi/v/cfv.svg)](https://pypi.org/project/cfv/)
[![Number of PyPI downloads](https://img.shields.io/pypi/dm/cfv.svg)](https://pypi.org/project/cfv/)

## Requirements

Python ≥ 3.5 – older versions might work, but are unsupported.
For Python 2 support, see the [python2 branch](https://github.com/cfv-project/cfv/tree/python2).

### Optional

* [Python Imaging Library (PIL)](https://www.pythonware.com/products/pil/) or
  [Pillow](https://python-pillow.org/) – only needed if you want to create the
  dimensions column of .crc files.

## Install

You can get the latest releases via the [Python Package Index (PyPI)](https://pypi.org/project/cfv/)
or from the [Github releases page](https://github.com/cfv-project/cfv/releases).
Other distribution ways are work-in-progress, see [issue #4](https://github.com/cfv-project/cfv/issues/4).

### From PyPI

If you have a working Python installation with pip, you can follow these installation steps:

1. `pip install cfv`
2. read man page `man cfv` or read usage `cfv -h` and have fun ☺️

### From Source

Download a snapshot from the [Github releases page](https://github.com/cfv-project/cfv/releases)
or checkout the development version via Git.

1. `python setup.py install`
2. read man page `man cfv` or read usage `cfv -h` and have fun ☺️
3. optional: run tests to verify correct operation: `cd test; ./test.py`

## Contributions

Contributions are welcome, just open a pull request ☺️

## Alternative Tools

Here is a community-compiled list of alternative tools that cover some of cfv's functionality (without warranty):

* GNU coreutils \*sum: md5sum, sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, ...
* cksfv
* [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.)
* aria2c (to verify torrent checksums)
* bsdsfv (limited to 1024 files for some reason)
* pure-sfv (doesn't seem to display progress information, even with `-v`)
* [bcfv](https://github.com/jarppiko/bcfv) (a Bash frontend to checksum programs (SHA, Blake3, MD5))

## Copying

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
See the file `COPYING` for more information.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cfv-project/cfv",
    "name": "cfv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "cfv checksum verify sfv csv crc bsdmd5 md5sum sha1sum sha224sum sha256sum sha384sum sha512sum torrent par par2",
    "author": "David Gnedt (Current Maintainer)",
    "author_email": "cfv-project@davizone.at",
    "download_url": "https://files.pythonhosted.org/packages/db/54/c5926a7846a895b1e096854f32473bcbdcb2aaff320995f3209f0a159be4/cfv-3.0.0.tar.gz",
    "platform": null,
    "description": "# cfv \u2013 Command-line File Verify\n\ncfv is a utility to test and create a wide range of checksum verification files.\nIt currently supports testing and creating sfv, sfvmd5, csv, csv2, csv4, md5, bsdmd5, sha1, sha224,\nsha256, sha384, sha512, torrent and crc files.\nTest-only support is available for par, par2.\n\ncfv was originally written by Matthew Mueller ([original project home](http://cfv.sourceforge.net/)).\nThis is a [friendly fork of cfv](https://github.com/cfv-project/cfv) maintained by David Gnedt.\n\n[![Build Status](https://img.shields.io/github/checks-status/cfv-project/cfv/python3)](https://github.com/cfv-project/cfv/actions?query=branch%3Apython3)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/cfv.svg)](https://pypi.org/project/cfv/)\n[![License](https://img.shields.io/pypi/l/cfv.svg)](https://pypi.org/project/cfv/)\n[![Latest PyPI version](https://img.shields.io/pypi/v/cfv.svg)](https://pypi.org/project/cfv/)\n[![Number of PyPI downloads](https://img.shields.io/pypi/dm/cfv.svg)](https://pypi.org/project/cfv/)\n\n## Requirements\n\nPython \u2265 3.5 \u2013 older versions might work, but are unsupported.\nFor Python 2 support, see the [python2 branch](https://github.com/cfv-project/cfv/tree/python2).\n\n### Optional\n\n* [Python Imaging Library (PIL)](https://www.pythonware.com/products/pil/) or\n  [Pillow](https://python-pillow.org/) \u2013 only needed if you want to create the\n  dimensions column of .crc files.\n\n## Install\n\nYou can get the latest releases via the [Python Package Index (PyPI)](https://pypi.org/project/cfv/)\nor from the [Github releases page](https://github.com/cfv-project/cfv/releases).\nOther distribution ways are work-in-progress, see [issue #4](https://github.com/cfv-project/cfv/issues/4).\n\n### From PyPI\n\nIf you have a working Python installation with pip, you can follow these installation steps:\n\n1. `pip install cfv`\n2. read man page `man cfv` or read usage `cfv -h` and have fun \u263a\ufe0f\n\n### From Source\n\nDownload a snapshot from the [Github releases page](https://github.com/cfv-project/cfv/releases)\nor checkout the development version via Git.\n\n1. `python setup.py install`\n2. read man page `man cfv` or read usage `cfv -h` and have fun \u263a\ufe0f\n3. optional: run tests to verify correct operation: `cd test; ./test.py`\n\n## Contributions\n\nContributions are welcome, just open a pull request \u263a\ufe0f\n\n## Alternative Tools\n\nHere is a community-compiled list of alternative tools that cover some of cfv's functionality (without warranty):\n\n* GNU coreutils \\*sum: md5sum, sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, ...\n* cksfv\n* [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.)\n* aria2c (to verify torrent checksums)\n* bsdsfv (limited to 1024 files for some reason)\n* pure-sfv (doesn't seem to display progress information, even with `-v`)\n* [bcfv](https://github.com/jarppiko/bcfv) (a Bash frontend to checksum programs (SHA, Blake3, MD5))\n\n## Copying\n\nThis program is free software; you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation; either version 2 of the License, or (at your option) any later\nversion.\nSee the file `COPYING` for more information.\n\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Command-line File Verify - versatile file checksum creator and verifier",
    "version": "3.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/cfv-project/cfv/issues",
        "Homepage": "https://github.com/cfv-project/cfv",
        "Original Project": "http://cfv.sourceforge.net/",
        "Source Code": "https://github.com/cfv-project/cfv"
    },
    "split_keywords": [
        "cfv",
        "checksum",
        "verify",
        "sfv",
        "csv",
        "crc",
        "bsdmd5",
        "md5sum",
        "sha1sum",
        "sha224sum",
        "sha256sum",
        "sha384sum",
        "sha512sum",
        "torrent",
        "par",
        "par2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d006583712ebff80f3c7f4a34e37b44d184600d88bd1efe17554c0e18dffefd",
                "md5": "7051c1b748e15bb2f376f698b45ad3a1",
                "sha256": "edee9e80c3fe21ce83383c8a2a05c53da49094703977e49233a24eaf1e18e8a1"
            },
            "downloads": -1,
            "filename": "cfv-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7051c1b748e15bb2f376f698b45ad3a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 49081,
            "upload_time": "2022-10-30T21:51:15",
            "upload_time_iso_8601": "2022-10-30T21:51:15.790403Z",
            "url": "https://files.pythonhosted.org/packages/4d/00/6583712ebff80f3c7f4a34e37b44d184600d88bd1efe17554c0e18dffefd/cfv-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db54c5926a7846a895b1e096854f32473bcbdcb2aaff320995f3209f0a159be4",
                "md5": "cce7263524eed45bb3c6f982dba2444a",
                "sha256": "2530f08b889c92118658ff4c447ccf83ac9d2973af8dae4d33cf5bed1865b376"
            },
            "downloads": -1,
            "filename": "cfv-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cce7263524eed45bb3c6f982dba2444a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 50527,
            "upload_time": "2022-10-30T21:51:17",
            "upload_time_iso_8601": "2022-10-30T21:51:17.691825Z",
            "url": "https://files.pythonhosted.org/packages/db/54/c5926a7846a895b1e096854f32473bcbdcb2aaff320995f3209f0a159be4/cfv-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-10-30 21:51:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cfv-project",
    "github_project": "cfv",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cfv"
}
        
Elapsed time: 0.57018s