{ "info": { "author": "quarkdown", "author_email": "quarkdown@pm.me", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "# cesar\nCesar (de)ciphers a given text with Caesar Cipher.\n\n## Calling cesar\nAs a Python script, it can be called with:\n`python cesar.py [options]`\n\nAlternatively, it can be used as a system command:\n`./cesar.py [options]`\n\nOne could copy the file to a location in $PATH and remove the extension.\nThat way you could just call it from anywhere as:\n`cesar [options]`\n\n## Usage\nCesar is written so it behaves as any other GNU/Linux console command.\n\nAdmits the input message in three different ways:\n- Direct input after calling the command (default).\n- Add input to the command (-m option).\n- Read input from file (-i option).\n\nThe input can either be:\n- A plain message to cipher (default).\n- A ciphered message to decipher (-d option).\n\nThe ouput will be either:\n- Shown in the console (default).\n- Written to a file (-o option, overwrites, add -a to append).\n\nHelp can be seen using -h, --help option.\n\nVersion can be seen using --version option.\n\n## Notes\nDue to the cyclical nature of this cipher, there is no actual difference between\nencryption and decryption but the key used.\n\nFor example, a shift of 3 to the left is equivalent to a shift of 23 to the right.\n\n## Warning\nThis cipher is not secure AT ALL. It is provided for its historical significance (and also for fun!).\n\nDO NOT USE IT TO CIPHER ANY INFORMATION YOU WOULD LIKE TO REMAIN SECURE.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/quarkdown/cesar", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "cesar", "package_url": "https://pypi.org/project/cesar/", "platform": "", "project_url": "https://pypi.org/project/cesar/", "project_urls": { "Homepage": "https://github.com/quarkdown/cesar" }, "release_url": "https://pypi.org/project/cesar/1.0.5/", "requires_dist": null, "requires_python": ">=3.6.0", "summary": "Cesar (de)ciphers a given text with Caesar Cipher.", "version": "1.0.5" }, "last_serial": 3858909, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "70ce93eac703194ede76dc5d89ff7f03", "sha256": "c59197c1715b807c55d7623ac46793e2033cf917a8b0d3c7682ad020221bf957" }, "downloads": -1, "filename": "cesar-1.0.5.tar.gz", "has_sig": false, "md5_digest": "70ce93eac703194ede76dc5d89ff7f03", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 17282, "upload_time": "2018-05-13T18:03:08", "url": "https://files.pythonhosted.org/packages/6a/0d/bee44b0d5ac5d664b30433ca2a4b4b711a0c43824a2faefda41daa02b97b/cesar-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "70ce93eac703194ede76dc5d89ff7f03", "sha256": "c59197c1715b807c55d7623ac46793e2033cf917a8b0d3c7682ad020221bf957" }, "downloads": -1, "filename": "cesar-1.0.5.tar.gz", "has_sig": false, "md5_digest": "70ce93eac703194ede76dc5d89ff7f03", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 17282, "upload_time": "2018-05-13T18:03:08", "url": "https://files.pythonhosted.org/packages/6a/0d/bee44b0d5ac5d664b30433ca2a4b4b711a0c43824a2faefda41daa02b97b/cesar-1.0.5.tar.gz" } ] }