wiegand-calculator


Namewiegand-calculator JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA simple converter for Wiegand data
upload_time2024-11-15 21:27:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Wiegand Calculator
This is a simple calculator for the Wiegand protocol. It can calculate the facility code and card number from a Wiegand number, and vice versa. This is useful for RFID card systems that use the Wiegand protocol.

## Usage
This module exposes two functions:
- `convert_from_wiegand(board_tag: int) -> int`: Converts a Wiegand number to the original card number.
- `converet_to_wiegand(card_number: int) -> int`: Converts a card number to a Wiegand number.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wiegand-calculator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Ron Olson <tachoknight@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5c/1d/fb8d78f853c424a84ecd06cd205da4aed60a7c78a2c81a7027a700ecb826/wiegand_calculator-0.0.1.tar.gz",
    "platform": null,
    "description": "# Wiegand Calculator\nThis is a simple calculator for the Wiegand protocol. It can calculate the facility code and card number from a Wiegand number, and vice versa. This is useful for RFID card systems that use the Wiegand protocol.\n\n## Usage\nThis module exposes two functions:\n- `convert_from_wiegand(board_tag: int) -> int`: Converts a Wiegand number to the original card number.\n- `converet_to_wiegand(card_number: int) -> int`: Converts a card number to a Wiegand number.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple converter for Wiegand data",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/tachoknight/wiegand-calculator/tree/master/python",
        "Issues": "https://github.com/tachoknight/wiegand-calculator/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c186c19f4e5ee19e14eec18be89c031ac33410ccc74a4dd5a125a73056c1b6aa",
                "md5": "5366e50c4a56e92436e19b4f32dbc998",
                "sha256": "ef8df495938c9bcda8a46a50ef8cf66889205759f53ae33b3cef80ada24f89ab"
            },
            "downloads": -1,
            "filename": "wiegand_calculator-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5366e50c4a56e92436e19b4f32dbc998",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5318,
            "upload_time": "2024-11-15T21:27:54",
            "upload_time_iso_8601": "2024-11-15T21:27:54.983142Z",
            "url": "https://files.pythonhosted.org/packages/c1/86/c19f4e5ee19e14eec18be89c031ac33410ccc74a4dd5a125a73056c1b6aa/wiegand_calculator-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c1dfb8d78f853c424a84ecd06cd205da4aed60a7c78a2c81a7027a700ecb826",
                "md5": "3f1d85c9f2a0e6d91150db89cd9a107a",
                "sha256": "671641e003b62acb8f3f1d37270db7f383deb3f6c4ef07a1164bbb1203a5dc35"
            },
            "downloads": -1,
            "filename": "wiegand_calculator-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3f1d85c9f2a0e6d91150db89cd9a107a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4345,
            "upload_time": "2024-11-15T21:27:56",
            "upload_time_iso_8601": "2024-11-15T21:27:56.542132Z",
            "url": "https://files.pythonhosted.org/packages/5c/1d/fb8d78f853c424a84ecd06cd205da4aed60a7c78a2c81a7027a700ecb826/wiegand_calculator-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 21:27:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tachoknight",
    "github_project": "wiegand-calculator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wiegand-calculator"
}
        
Elapsed time: 0.45041s