{ "info": { "author": "Spencer McIntyre", "author_email": "zeroSteiner@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "CrcElk\n======\n\n|Github Issues| |PyPi Release|\n\nCrcElk is an updated fork of the `CrcMoose `__\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 >>> import crcelk\n >>> import struct\n >>> crc = crcelk.CRC_CCITT.calc_bytes(b'Hello World')\n >>> 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 `__.\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", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zeroSteiner/crcelk", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "crcelk", "package_url": "https://pypi.org/project/crcelk/", "platform": "", "project_url": "https://pypi.org/project/crcelk/", "project_urls": { "Homepage": "https://github.com/zeroSteiner/crcelk" }, "release_url": "https://pypi.org/project/crcelk/1.3/", "requires_dist": null, "requires_python": "", "summary": "CrcElk is an updated fork of the CrcMoose module for recent versions of Python. It provides a pure Python implementation of the CRC algorithm and allows for variants to easily be defined by providing their parameters such as width, starting polynomial, etc. Python versions 2.6+ and 3.1+ are supported.", "version": "1.3" }, "last_serial": 4472636, "releases": { "1.0": [], "1.1": [ { "comment_text": "", "digests": { "md5": "a5ea01634212d0b15ef8100967a0fd83", "sha256": "2bafe7972d8d4244e460823b0472ce55970444e5871dcf21ff5fc29b6cfd773d" }, "downloads": -1, "filename": "crcelk-1.1.tar.gz", "has_sig": false, "md5_digest": "a5ea01634212d0b15ef8100967a0fd83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6606, "upload_time": "2016-03-12T16:00:48", "url": "https://files.pythonhosted.org/packages/30/5f/c210f8df68ca8b99742fa52ad33439d7ac3e711ef1c1a6e00118d40faeb7/crcelk-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "15332c1e27a8a8d22d8484332e9949d0", "sha256": "370471bb869b0534ed2288e786f4a57d2afadcddb3e1ceabae35bbaaf03cb99c" }, "downloads": -1, "filename": "crcelk-1.2.tar.gz", "has_sig": false, "md5_digest": "15332c1e27a8a8d22d8484332e9949d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6625, "upload_time": "2017-07-17T18:26:37", "url": "https://files.pythonhosted.org/packages/e0/58/7d27b256f96ccfed4cc2f843c081fdb5ca7253259b03227a940e9bac1cc8/crcelk-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "ce8d7ce51e06ffe72b06675450cade33", "sha256": "0e5f963d70d13318c67f4505aae8c39005a9f6a6d40bd9269de322b6e25a22a7" }, "downloads": -1, "filename": "crcelk-1.3.tar.gz", "has_sig": false, "md5_digest": "ce8d7ce51e06ffe72b06675450cade33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7809, "upload_time": "2018-11-10T20:29:42", "url": "https://files.pythonhosted.org/packages/c7/f7/690d62b4ba24d890fed9dd154fc715fb3e21a4d9009accb3f4203ab1cf91/crcelk-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ce8d7ce51e06ffe72b06675450cade33", "sha256": "0e5f963d70d13318c67f4505aae8c39005a9f6a6d40bd9269de322b6e25a22a7" }, "downloads": -1, "filename": "crcelk-1.3.tar.gz", "has_sig": false, "md5_digest": "ce8d7ce51e06ffe72b06675450cade33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7809, "upload_time": "2018-11-10T20:29:42", "url": "https://files.pythonhosted.org/packages/c7/f7/690d62b4ba24d890fed9dd154fc715fb3e21a4d9009accb3f4203ab1cf91/crcelk-1.3.tar.gz" } ] }