{ "info": { "author": "Lily FYI", "author_email": "hello@lily.fyi", "bugtrack_url": null, "classifiers": [], "description": "Hash (unicode) strings to emoji(s). You can set the length.\n\nImporting is as easy as `from pymojihash import hash_to_emoji`!\n`hash_to_emoji()` is the wonderful hashing function.\n\nIn this example a string is hashed to a single emoji:\n >>> hash_to_emoji('lol')\n '\ud83c\uddeb\ud83c\uddf2'\n\nThere is a limited number of emojis outputs (see: `emojis.json` in this package) so if you increase the `hash_length` the less likely youa re to encounter different values which produce the same output/hash/emoji(s):\n >>> hash_to_emoji('lol', 4)\n '\u25fc\ufe0f\ud83c\udf55\ud83c\udf50\ud83c\uddeb\ud83c\uddf2'\n >>> hash_to_emoji('lol', 2)\n '\ud83c\udf50\ud83c\uddeb\ud83c\uddf2'\n >>> hash_to_emoji('heck', 2)\n '\u2660\ufe0f\ud83c\udde8\ud83c\udde6'\n\nYou can also exclude the flag emojis like this:\n >>> hash_to_emoji('heck')\n '\ud83c\udde8\ud83c\udde6'\n >>> hash_to_emoji('heck', no_flags=True)\n '\ud83d\ude24'", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pymojihash", "package_url": "https://pypi.org/project/pymojihash/", "platform": "", "project_url": "https://pypi.org/project/pymojihash/", "project_urls": null, "release_url": "https://pypi.org/project/pymojihash/0.4.0/", "requires_dist": null, "requires_python": "", "summary": "Python 3 package for hashing strings to emojis.", "version": "0.4.0" }, "last_serial": 3886168, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "5a74c1105e75ad8c66c3cfecda4459f4", "sha256": "e88262c2066704b090af54d62f9366d0c6ec90873e8620906c235b9fb68c6917" }, "downloads": -1, "filename": "pymojihash-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5a74c1105e75ad8c66c3cfecda4459f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4797, "upload_time": "2018-05-15T20:47:08", "url": "https://files.pythonhosted.org/packages/cb/0d/5a803c6c05a535b885f5db7ab125d6be70dcb58c763ba9f908d7de58107a/pymojihash-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "a476cac0335e3d03fbe84c9e04f11666", "sha256": "1a9e82f9a76a3c539eeb3556069a19d3d21425cf0df5ec4d65f7a330c2e0274e" }, "downloads": -1, "filename": "pymojihash-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a476cac0335e3d03fbe84c9e04f11666", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 5845, "upload_time": "2018-05-15T23:47:28", "url": "https://files.pythonhosted.org/packages/60/f2/d0f0675f3ba00f45cea698ec1daf311cef3d83d397ab06afcb5f8c563e57/pymojihash-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b77a1772831761432092ee158a7080f", "sha256": "a8eb5665a8e29192f044cb7a0e0abf8bd2a69f8159eac81f003cf5f60616c706" }, "downloads": -1, "filename": "pymojihash-0.3.0.tar.gz", "has_sig": false, "md5_digest": "7b77a1772831761432092ee158a7080f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5527, "upload_time": "2018-05-15T23:47:26", "url": "https://files.pythonhosted.org/packages/ba/3d/e176fea7403928e4d4904ac0ceecca49f3c6cc6295873a9aba87a8f61829/pymojihash-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "0690f693ec605857757b6c2209f4fae2", "sha256": "af448fc715e477212e3ecf6c4c98cd017fcf9ae055e80dd31b66cc16fc29c960" }, "downloads": -1, "filename": "pymojihash-0.4.0.tar.gz", "has_sig": false, "md5_digest": "0690f693ec605857757b6c2209f4fae2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5855, "upload_time": "2018-05-22T04:50:28", "url": "https://files.pythonhosted.org/packages/f8/11/740bdc7227988ade758759ce5b590b4e00c73ccd504d66307046bd478a26/pymojihash-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0690f693ec605857757b6c2209f4fae2", "sha256": "af448fc715e477212e3ecf6c4c98cd017fcf9ae055e80dd31b66cc16fc29c960" }, "downloads": -1, "filename": "pymojihash-0.4.0.tar.gz", "has_sig": false, "md5_digest": "0690f693ec605857757b6c2209f4fae2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5855, "upload_time": "2018-05-22T04:50:28", "url": "https://files.pythonhosted.org/packages/f8/11/740bdc7227988ade758759ce5b590b4e00c73ccd504d66307046bd478a26/pymojihash-0.4.0.tar.gz" } ] }