Caesar-Cipher-try


NameCaesar-Cipher-try JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/CaesarCipher
SummaryA package for Caesar Cipher encryption and decryption
upload_time2024-06-21 23:49:25
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cipher_package

A simple Caesar Cipher package for encrypting and decrypting messages.

## Installation

```sh
pip install cipher_package

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/CaesarCipher",
    "name": "Caesar-Cipher-try",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/30/3b/b9a970279ab1c3b03894be6e5685e825d52944dbb65fe41fad36f1054683/caesar_cipher_try-0.1.0.tar.gz",
    "platform": null,
    "description": "# cipher_package\r\n\r\nA simple Caesar Cipher package for encrypting and decrypting messages.\r\n\r\n## Installation\r\n\r\n```sh\r\npip install cipher_package\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for Caesar Cipher encryption and decryption",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/CaesarCipher"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e956536c01541d0ddf1cb2475370be85b70d61d5a84ec942a9ee9956aabad548",
                "md5": "f6a8806e702a11e59331f76b993c167b",
                "sha256": "a18497980d7532423233c5a7f23fe0c291d0128e13e160a1d7f97a20b6548602"
            },
            "downloads": -1,
            "filename": "Caesar_Cipher_try-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f6a8806e702a11e59331f76b993c167b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2846,
            "upload_time": "2024-06-21T23:49:23",
            "upload_time_iso_8601": "2024-06-21T23:49:23.942486Z",
            "url": "https://files.pythonhosted.org/packages/e9/56/536c01541d0ddf1cb2475370be85b70d61d5a84ec942a9ee9956aabad548/Caesar_Cipher_try-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "303bb9a970279ab1c3b03894be6e5685e825d52944dbb65fe41fad36f1054683",
                "md5": "6652dc882e4524f83ed3662e7d6bbf1f",
                "sha256": "0650377f618889e702bf18ad1ae2e787a449cc369a4cc172d5a60b4491a22795"
            },
            "downloads": -1,
            "filename": "caesar_cipher_try-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6652dc882e4524f83ed3662e7d6bbf1f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2392,
            "upload_time": "2024-06-21T23:49:25",
            "upload_time_iso_8601": "2024-06-21T23:49:25.371951Z",
            "url": "https://files.pythonhosted.org/packages/30/3b/b9a970279ab1c3b03894be6e5685e825d52944dbb65fe41fad36f1054683/caesar_cipher_try-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-21 23:49:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "CaesarCipher",
    "github_not_found": true,
    "lcname": "caesar-cipher-try"
}
        
Elapsed time: 0.33651s