{"id":15679905,"url":"https://github.com/nekmo/anime-crc","last_synced_at":"2025-07-13T17:33:09.927Z","repository":{"id":44597611,"uuid":"68343094","full_name":"Nekmo/anime-crc","owner":"Nekmo","description":"Validate and create CRC checksums for files (ex. anime video [ABCD01234].mkv)","archived":false,"fork":false,"pushed_at":"2022-02-26T20:00:50.000Z","size":76,"stargazers_count":11,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T10:34:15.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nekmo.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-16T00:56:50.000Z","updated_at":"2024-09-11T14:17:54.000Z","dependencies_parsed_at":"2022-09-16T10:00:40.582Z","dependency_job_id":null,"html_url":"https://github.com/Nekmo/anime-crc","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fanime-crc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fanime-crc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fanime-crc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fanime-crc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nekmo","download_url":"https://codeload.github.com/Nekmo/anime-crc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252860222,"owners_count":21815482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T16:39:01.820Z","updated_at":"2025-05-07T10:34:35.789Z","avatar_url":"https://github.com/Nekmo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://raw.githubusercontent.com/Nekmo/anime-crc/master/logo.png\n    :width: 100%\n\n|\n\n\n.. image:: https://img.shields.io/travis/Nekmo/anime-crc.svg?style=flat-square\u0026maxAge=2592000\n  :target: https://travis-ci.org/Nekmo/anime-crc\n  :alt: Latest Travis CI build status\n\n.. image:: https://img.shields.io/pypi/v/anime-crc.svg?style=flat-square\n  :target: https://pypi.org/project/anime-crc/\n  :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/pyversions/anime-crc.svg?style=flat-square\n  :target: https://pypi.org/project/anime-crc/\n  :alt: Python versions\n\n.. image:: https://img.shields.io/codeclimate/github/Nekmo/anime-crc.svg?style=flat-square\n  :target: https://codeclimate.com/github/Nekmo/anime-crc\n  :alt: Code Climate\n\n.. image:: https://img.shields.io/codecov/c/github/Nekmo/anime-crc/master.svg?style=flat-square\n  :target: https://codecov.io/github/Nekmo/anime-crc\n  :alt: Test coverage\n\n.. image:: https://img.shields.io/requires/github/Nekmo/anime-crc.svg?style=flat-square\n     :target: https://requires.io/github/Nekmo/anime-crc/requirements/?branch=master\n     :alt: Requirements Status\n\n#########\nanime-crc\n#########\n\nValidate and create CRC checksums for files (ex. ``anime video [ABCD01234].mkv``)\n\nTo **install anime-crc**, run this command in your terminal:\n\n.. code-block:: console\n\n    $ sudo pip install anime-crc\n\nThis is the preferred method to install anime-crc, as it will always install the most recent stable release.\n\nUsage\n=====\nShow anime-crc help running::\n\n    $ anime-crc -h\n\nThe output with the current release is:\n\n.. code-block::\n\n    usage: anime-crc [-h] [-a [\u003cfile\u003e [\u003cfile\u003e ...]]] [--delete [\u003cfile\u003e [\u003cfile\u003e ...]]] [-r] [--debug] [--warning] [--no-warn-missing-xattr-ext] [--warn-no-crc] [-n] [--read-from \u003cstores\u003e] [--write-to \u003cstores\u003e] [\u003cfile\u003e [\u003cfile\u003e ...]]\n\n    CRC32 generator and checker.\n\n    positional arguments:\n      \u003cfile\u003e                Check CRC32 of files. (default: None)\n\n    optional arguments:\n      -h, --help            show this help message and exit\n      -a [\u003cfile\u003e [\u003cfile\u003e ...]], --addcrc32 [\u003cfile\u003e [\u003cfile\u003e ...]]\n                            Generate CRC32 for files and rename them. (default: None)\n      --delete [\u003cfile\u003e [\u003cfile\u003e ...]]\n                            Delete CRC32 tags in the specified files. (default: None)\n      -r, --recursive       Explore directories recursively. (default: False)\n      --debug               Set log level to debugging messages. (default: 20)\n      --warning             Set log level to warnings (hides successful files). (default: 20)\n      --no-warn-missing-xattr-ext\n                            Don't warn of missing python3-xattr optional dependency. (default: False)\n      --warn-no-crc         Show a warning if no CRC tags are found in a file. (default: False)\n      -n, --no-progress     Disable progress reporting, even if connected to a tty. (default: False)\n      --read-from \u003cstores\u003e  A comma-separated list of tag stores used for checking integrity. First successful read is used. (default: filename)\n      --write-to \u003cstores\u003e   A comma-separated list of tag stores used for writing CRC tags. Tags are written in every tag store specified. (default: filename)\n\n\nFeatures\n========\n\n* **Check CRC** of files. The checksum can be in the filename (ex. ``[ABCD01234]``), in a separate file or in the\n  file metadatas (*xattr*).\n* **Set CRC** of files. The CRC can be written to the name, to a separate file or to file metadatas.\n* **Delete CRC** of file names.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekmo%2Fanime-crc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekmo%2Fanime-crc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekmo%2Fanime-crc/lists"}