{ "info": { "author": "James Polera", "author_email": "james@uncryptic.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3" ], "description": "Srambler\r\n========\r\n\r\nSrambler is a utility class to assist with tasks like sanitizing data for a developer DB or, for just\r\nscrambling strings/ints/floats/bools.\r\n\r\nWhy is it called Srambler?\r\n--------------------------\r\n\"Srambler\" is how my four year old said the word \"scrambler\" when he was around 2 years old. Also, Web 2.0 and\r\n marketing firms have conditioned me to spell things incorrectly.\r\n\r\nHow do I use it?\r\n----------------\r\nPut srambler in your Python path then:\r\n\r\n >>> from srambler import Srambler\r\n >>> Srambler.srambled(\"Jimmy Page\")\r\n 'YBNnm seua'\r\n >>> Srambler.srambled(\"867-5309\")\r\n '949-1209'\r\n\r\nI realize it may become tedious to type srambled over and over again. So, you could also do it this way:\r\n\r\n >>> from srambler import scramble\r\n >>> scramble(\"$33.49\")\r\n '$86.13'\r\n >>> scramble(1620)\r\n 2280\r\n\r\nStatus\r\n------\r\nSrambler is the product of an ad-hoc job (needed to sanitize some data before handing a SQL dump off via email),\r\nand is still very young.", "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/polera/srambler", "keywords": "data,text,processing,sanitize,scramble", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "srambler", "package_url": "https://pypi.org/project/srambler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/srambler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/polera/srambler" }, "release_url": "https://pypi.org/project/srambler/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Helps with sanitizing data.", "version": "1.0.0" }, "last_serial": 842913, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "60238da952ea73a0efecb6a749916336", "sha256": "b29043456a69e5f65ac29b2bb95bc23640c68b22b9b9ee9b3be117c10bb6ac3e" }, "downloads": -1, "filename": "srambler-1.0.0.tar.gz", "has_sig": false, "md5_digest": "60238da952ea73a0efecb6a749916336", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3377, "upload_time": "2013-08-19T03:19:54", "url": "https://files.pythonhosted.org/packages/fc/c3/5d4ab9d2245b07e535fac574e8eedcf8a6013f7da87df7d406f59f11b739/srambler-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "60238da952ea73a0efecb6a749916336", "sha256": "b29043456a69e5f65ac29b2bb95bc23640c68b22b9b9ee9b3be117c10bb6ac3e" }, "downloads": -1, "filename": "srambler-1.0.0.tar.gz", "has_sig": false, "md5_digest": "60238da952ea73a0efecb6a749916336", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3377, "upload_time": "2013-08-19T03:19:54", "url": "https://files.pythonhosted.org/packages/fc/c3/5d4ab9d2245b07e535fac574e8eedcf8a6013f7da87df7d406f59f11b739/srambler-1.0.0.tar.gz" } ] }