{ "info": { "author": "Heyn", "author_email": "heyunhuan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Build Tools" ], "description": "Hamming code. \n=========================\n\n Library for hamming encode or decode.\n\n\nInstallation\n------------\n\n* Compile and install the library::\n\n pip3 install libhamming\n\n* After installation you can run unit tests to make sure that the library works fine. Execute::\n\n python -m libhamming.test\n\nUsage\n-----\n\n **In Python 3::**\n import libhamming as hamming\n\nExample\n-------\n\n import libhamming as hamming\n\n hamming.encode(b'0111111100')\n\n hamming.encode(b'\\x00\\x01\\x01\\x01\\x01\\x01\\x01\\x01\\x00\\x00')\n\n hamming.decode(b'00001110111100')\n\n hamming.decode(b'\\x00\\x00\\x00\\x00\\x01\\x01\\x01\\x00\\x01\\x01\\x01\\x01\\x00\\x00')\n\n\n\nV0.2 (2019-03-21)\n+++++++++++++++++++\n* Release ver0.2\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hex-in/libhammingcode.git", "keywords": "hamming,hamming code", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "libhamming", "package_url": "https://pypi.org/project/libhamming/", "platform": "any", "project_url": "https://pypi.org/project/libhamming/", "project_urls": { "Homepage": "https://github.com/hex-in/libhammingcode.git" }, "release_url": "https://pypi.org/project/libhamming/0.2/", "requires_dist": null, "requires_python": "", "summary": "Library for hamming code", "version": "0.2" }, "last_serial": 4985401, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "04082fd75ca268a01fbb903d2757c882", "sha256": "5db4c3f24eee0cf74d9c533b51d9024f58feb02a4ac1c0c4fd1adec672435711" }, "downloads": -1, "filename": "libhamming-0.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "04082fd75ca268a01fbb903d2757c882", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 21220, "upload_time": "2019-03-26T01:05:35", "url": "https://files.pythonhosted.org/packages/e8/fb/211ec7f20d99e3256bd30df7e966bda8b54cd5d92ee7cb5881c5cc1ac177/libhamming-0.2-cp36-cp36m-win32.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "04082fd75ca268a01fbb903d2757c882", "sha256": "5db4c3f24eee0cf74d9c533b51d9024f58feb02a4ac1c0c4fd1adec672435711" }, "downloads": -1, "filename": "libhamming-0.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "04082fd75ca268a01fbb903d2757c882", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 21220, "upload_time": "2019-03-26T01:05:35", "url": "https://files.pythonhosted.org/packages/e8/fb/211ec7f20d99e3256bd30df7e966bda8b54cd5d92ee7cb5881c5cc1ac177/libhamming-0.2-cp36-cp36m-win32.whl" } ] }