cyclicredundancypython


Namecyclicredundancypython JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryCyclic redundancy check for the given data bits
upload_time2024-02-12 10:22:36
maintainer
docs_urlNone
authorThejas hari
requires_python
license
keywords python url cyclic-redundance encode decode cyc cyc-encode-decode
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A simple cyclic redundancy script which can take dividend and divisor as input and perform xor long division, encode it, decode it and finally tells whether there is any loss in transfer of data by checking the syndrome.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cyclicredundancypython",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,url,cyclic-redundance,encode,decode,cyc,cyc-encode-decode",
    "author": "Thejas hari",
    "author_email": "<thejaskala308@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ad/ac/ba7c3d0afae9cb8626ccba055d7f1ad87411ca27112783d09e032e8c55b7/cyclicredundancypython-0.1.0.tar.gz",
    "platform": null,
    "description": "A simple cyclic redundancy script which can take dividend and divisor as input and perform xor long division, encode it, decode it and finally tells whether there is any loss in transfer of data by checking the syndrome.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Cyclic redundancy check for the given data bits",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        "url",
        "cyclic-redundance",
        "encode",
        "decode",
        "cyc",
        "cyc-encode-decode"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce36b7adc87b69bf21249ec367ff0e0a1f209df84c6af43b3ba13f07958408e2",
                "md5": "1d3a2200744e339b59b445a25096c4fc",
                "sha256": "cfa29ea7de32ad8925cb3e1db3bcfdcabdd990a99c39a6bc7b6bc573d718e3de"
            },
            "downloads": -1,
            "filename": "cyclicredundancypython-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1d3a2200744e339b59b445a25096c4fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3832,
            "upload_time": "2024-02-12T10:22:34",
            "upload_time_iso_8601": "2024-02-12T10:22:34.429192Z",
            "url": "https://files.pythonhosted.org/packages/ce/36/b7adc87b69bf21249ec367ff0e0a1f209df84c6af43b3ba13f07958408e2/cyclicredundancypython-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "adacba7c3d0afae9cb8626ccba055d7f1ad87411ca27112783d09e032e8c55b7",
                "md5": "08022d4eee8882736ebddef903767696",
                "sha256": "6b9db6fe84d75b385959194fb8d571a63cbd89df5a653cc0cd7478041a268e9a"
            },
            "downloads": -1,
            "filename": "cyclicredundancypython-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "08022d4eee8882736ebddef903767696",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3375,
            "upload_time": "2024-02-12T10:22:36",
            "upload_time_iso_8601": "2024-02-12T10:22:36.493170Z",
            "url": "https://files.pythonhosted.org/packages/ad/ac/ba7c3d0afae9cb8626ccba055d7f1ad87411ca27112783d09e032e8c55b7/cyclicredundancypython-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-12 10:22:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cyclicredundancypython"
}
        
Elapsed time: 0.18761s