{ "info": { "author": "Koen Crolla", "author_email": "cairnarvon@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Internet" ], "description": "This module provides a function to calculate tripcodes:\n\n >>> from tripcode import tripcode\n >>> tripcode('tea')\n 'WokonZwxw2'\n >>> tripcode(u'\uff4b\uff41\uff4d\uff49')\n 'yGAhoNiShI'\n\nIt's notable only in that it also provides a (slow) pure-Python ``crypt(3)``\nimplementation, which it uses as a fall-back on platforms that don't have\none of their own (e.g. Windows):\n\n >>> from tripcode import _crypt\n >>> _crypt('encrapt', 'xy')\n 'xyk2vcIZuU2vU'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Cairnarvon/tripcode", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tripcode", "package_url": "https://pypi.org/project/tripcode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tripcode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Cairnarvon/tripcode" }, "release_url": "https://pypi.org/project/tripcode/0.1/", "requires_dist": null, "requires_python": null, "summary": "Trivial tripcode library", "version": "0.1" }, "last_serial": 800918, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "57175ce7d9bf0083a133615016d9d95d", "sha256": "fd3e5b4cde83c0a4f4b552a5f51222191f26fb530916950d101b44f471427080" }, "downloads": -1, "filename": "tripcode-0.1.tar.gz", "has_sig": false, "md5_digest": "57175ce7d9bf0083a133615016d9d95d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4505, "upload_time": "2013-03-03T14:37:07", "url": "https://files.pythonhosted.org/packages/df/0a/944e72cad5bdc6e1868b2f943edfbf808e00a0c29404f92d3775cf73a883/tripcode-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "57175ce7d9bf0083a133615016d9d95d", "sha256": "fd3e5b4cde83c0a4f4b552a5f51222191f26fb530916950d101b44f471427080" }, "downloads": -1, "filename": "tripcode-0.1.tar.gz", "has_sig": false, "md5_digest": "57175ce7d9bf0083a133615016d9d95d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4505, "upload_time": "2013-03-03T14:37:07", "url": "https://files.pythonhosted.org/packages/df/0a/944e72cad5bdc6e1868b2f943edfbf808e00a0c29404f92d3775cf73a883/tripcode-0.1.tar.gz" } ] }