{ "info": { "author": "Signaltonsalat", "author_email": "signaltonsalat@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python" ], "description": "==========\nschwurbler\n==========\n\nMangle strings by repeated Google Translate\n\nDescription\n===========\n\nThis module offers functions to destroy text by feeding it through multiple\nlanguages in Google Translate.\n\nInstallation\n============\n\nThe project is available on PyPI, so simply invoke the following to install the\npackage:\n\n.. code-block::\n\n pip install schwurbler\n\nUsage\n=====\n\nSchwurbler's functions are contained in the ``schwurbler`` package, so simply\nimport it:\n\n.. code-block:: python\n\n import schwurbler\n\nThe two main functions are fixed path schwurbles and set ratio schwurbles. The\nformer translates text through a fixed set of languages and the latter randomly\npicks languages to translate a string through until it only resembles the\noriginal by a certain token set ratio:\n\n.. code-block:: python\n\n import schwurbler\n translated = schwurbler.path_schwurbel(['en', 'ja', 'en'], 'Hello world!')\n translates = schwurbler.set_ratio_schwurbel('Hello world!', 'en', ratio=50)\n\nMore information on the usage can be found in the `API reference`_.\n\n.. _API reference: https://schwurbler.readthedocs.io/en/latest/", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Signaltonsalat/schwurbler", "keywords": "", "license": "GPL-2.0", "maintainer": "", "maintainer_email": "", "name": "schwurbler", "package_url": "https://pypi.org/project/schwurbler/", "platform": "any", "project_url": "https://pypi.org/project/schwurbler/", "project_urls": { "Homepage": "https://github.com/Signaltonsalat/schwurbler" }, "release_url": "https://pypi.org/project/schwurbler/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "Mangle strings by repeated Google Translate", "version": "1.0.3" }, "last_serial": 4073902, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "9e3ca360a17b8a990a587009b57fc63d", "sha256": "78572695d2c9763208bdb7d7c9dc0b6c59f571f579bab72ecc728c7b3491a308" }, "downloads": -1, "filename": "schwurbler-1.0.1.tar.gz", "has_sig": false, "md5_digest": "9e3ca360a17b8a990a587009b57fc63d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18323, "upload_time": "2018-07-15T18:14:00", "url": "https://files.pythonhosted.org/packages/5c/51/bd6b88acfd6aa5d23527c508e4622f8910a415597f598d1033282aae1784/schwurbler-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "386c78c7d4ddd145b14498cb8c4f37ab", "sha256": "9d90b8cc5341941be215b5caabbee5e681e15799ffbb520f9954b9b2922e2b2c" }, "downloads": -1, "filename": "schwurbler-1.0.2.tar.gz", "has_sig": false, "md5_digest": "386c78c7d4ddd145b14498cb8c4f37ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18378, "upload_time": "2018-07-16T22:51:48", "url": "https://files.pythonhosted.org/packages/07/62/f42c6597e05c7c9791d7f901426430514d9ce7c823ebe31465e50033e8bf/schwurbler-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "349c8636f65ebac6a1497ed558b1794d", "sha256": "55fb065e7cd704ee93582a3648629bb0c121b2f0420081985abdccfb8471031f" }, "downloads": -1, "filename": "schwurbler-1.0.3.tar.gz", "has_sig": false, "md5_digest": "349c8636f65ebac6a1497ed558b1794d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18436, "upload_time": "2018-07-17T14:29:05", "url": "https://files.pythonhosted.org/packages/f0/8a/509b51f1ecc16719e978ac611a271edf7e8dced2f86cf3daaccb7fb6d281/schwurbler-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "349c8636f65ebac6a1497ed558b1794d", "sha256": "55fb065e7cd704ee93582a3648629bb0c121b2f0420081985abdccfb8471031f" }, "downloads": -1, "filename": "schwurbler-1.0.3.tar.gz", "has_sig": false, "md5_digest": "349c8636f65ebac6a1497ed558b1794d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18436, "upload_time": "2018-07-17T14:29:05", "url": "https://files.pythonhosted.org/packages/f0/8a/509b51f1ecc16719e978ac611a271edf7e8dced2f86cf3daaccb7fb6d281/schwurbler-1.0.3.tar.gz" } ] }