{"id":16612725,"url":"https://github.com/zerosteiner/crcelk","last_synced_at":"2025-10-29T18:30:51.795Z","repository":{"id":62565256,"uuid":"51551295","full_name":"zeroSteiner/crcelk","owner":"zeroSteiner","description":"A pure Python implementation of the CRC algorithm.","archived":false,"fork":false,"pushed_at":"2018-11-10T20:35:53.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T03:51:16.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeroSteiner.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-11T22:18:21.000Z","updated_at":"2021-10-18T17:31:49.000Z","dependencies_parsed_at":"2022-11-03T16:00:53.629Z","dependency_job_id":null,"html_url":"https://github.com/zeroSteiner/crcelk","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/zeroSteiner%2Fcrcelk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroSteiner%2Fcrcelk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroSteiner%2Fcrcelk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroSteiner%2Fcrcelk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroSteiner","download_url":"https://codeload.github.com/zeroSteiner/crcelk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238864344,"owners_count":19543520,"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-12T01:43:14.421Z","updated_at":"2025-10-29T18:30:46.274Z","avatar_url":"https://github.com/zeroSteiner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"CrcElk\n======\n\n|Github Issues| |PyPi Release|\n\nCrcElk is an updated fork of the `CrcMoose \u003chttp://www.nightmare.com/~ryb/\u003e`__\nmodule for recent versions of Python. It provides a pure Python implementation\nof the CRC algorithm and allows for variants to easily be defined by providing\ntheir parameters such as width, starting polynomial, etc. Python versions 2.6+\nand 3.1+ are supported.\n\nUsage Example\n-------------\n\n.. code:: python\n\n    \u003e\u003e\u003e import crcelk\n    \u003e\u003e\u003e import struct\n    \u003e\u003e\u003e crc = crcelk.CRC_CCITT.calc_bytes(b'Hello World')\n    \u003e\u003e\u003e print(\"{0} (0x{0:04x})\".format(crc))\n    19749 (0x4d25)\n\nLicense\n-------\n\nCrcElk is released under the same MIT license as the original CrcMoose\nsource. Details are available in the `file\nheader \u003chttps://github.com/zeroSteiner/crcelk/blob/master/crcelk.py#L4-L24\u003e`__.\n\n.. |Github Issues| image:: http://img.shields.io/github/issues/zerosteiner/crcelk.svg?style=flat-square\n   :target: https://github.com/zerosteiner/crcelk/issues\n.. |PyPi Release| image:: https://img.shields.io/pypi/v/crcelk.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/crcelk\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerosteiner%2Fcrcelk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerosteiner%2Fcrcelk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerosteiner%2Fcrcelk/lists"}