Skip to main content

A CRC32 checker with file name checking.

Project description

Ruri

A CRC-32 Cyclic Redundancy Check implementation in Python. Checks the CRC-32 against a part in the filename.

Previously "Timmy1e/crc32".

Reqirements

Installation

  1. Pull the project, or download a release python file.
  2. Either copy or link the python file to your /usr/bin/ or /usr/local/bin/ directory.
  3. Done.

Usage

$ ruri [-h] [-r] [-t THREADS] [-v] [-q] file [file ...]

positional arguments:
  file                  The file(s) you need CRCed

optional arguments:
  -h, --help            show this help message and exit
  -r, --recursive       work recursively
  -t THREADS, --threads THREADS
                        override the ammount of threads
  -v, --verbose         output level
  -q, --quiet           Do not print progressbars.
  --version             Print the version number, and exit.

Basic example:

$ ruri "myFile[ABCD1234].ext" myFiles*.ext

Licence

GNU General Public License v3.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ruri-1.0.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

ruri-1.0.3-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page