secret-santa-handler


Namesecret-santa-handler JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryA simple Secret Santa name matcher
upload_time2024-12-13 12:47:43
maintainerNone
docs_urlNone
authorAtharva Rasane
requires_pythonNone
licenseNone
keywords python secret santa random name matcher
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Secret Santa Name Matcher



A simple Python package to randomly assign Secret Santa pairs from a list of participants.



## Features



- Randomly shuffles a list of names to create Secret Santa pairs.

- Ensures each participant is assigned to another, with the last person assigned to the first, forming a complete loop.



## Installation



You can install the package using pip:



```bash

pip install secret-santa-handler


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "secret-santa-handler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, secret santa, random name matcher",
    "author": "Atharva Rasane",
    "author_email": "rratharva@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/01/6a/9e2e9657eae422fa994a2425a54f89d2350457d7b728eff2294aa9e71e07/secret_santa_handler-0.0.2.tar.gz",
    "platform": null,
    "description": "\r\n# Secret Santa Name Matcher\r\r\n\r\r\nA simple Python package to randomly assign Secret Santa pairs from a list of participants.\r\r\n\r\r\n## Features\r\r\n\r\r\n- Randomly shuffles a list of names to create Secret Santa pairs.\r\r\n- Ensures each participant is assigned to another, with the last person assigned to the first, forming a complete loop.\r\r\n\r\r\n## Installation\r\r\n\r\r\nYou can install the package using pip:\r\r\n\r\r\n```bash\r\r\npip install secret-santa-handler\r\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple Secret Santa name matcher",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        " secret santa",
        " random name matcher"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "016a9e2e9657eae422fa994a2425a54f89d2350457d7b728eff2294aa9e71e07",
                "md5": "5c07992a63ce67e4e881815cd9d00b7e",
                "sha256": "cb015797018ff929dd0fc3035c4b2b89558854f0c2a8bb0cc0a74d18d0c0d4f9"
            },
            "downloads": -1,
            "filename": "secret_santa_handler-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5c07992a63ce67e4e881815cd9d00b7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1837,
            "upload_time": "2024-12-13T12:47:43",
            "upload_time_iso_8601": "2024-12-13T12:47:43.513546Z",
            "url": "https://files.pythonhosted.org/packages/01/6a/9e2e9657eae422fa994a2425a54f89d2350457d7b728eff2294aa9e71e07/secret_santa_handler-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-13 12:47:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "secret-santa-handler"
}
        
Elapsed time: 0.63130s