{ "info": { "author": "Elmer de Looff", "author_email": "elmer.delooff@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "Nominat\n#######\n\nNominat is a Python library that renames identifiers (variable names, class names etc.) that it is given. Identifiers consisting of several words, separated either by underscores (``pet_names``) or case (``errorMessage``) are separated into their constituent words, which are then replaced.\n\nTo allow the anonymized names to still make some sense in relation to each other, once a replacement for a word has been chosen, it will consistently be reused. In addition, `nominat` is case-insensitive but also case-preserving. This looks like this:\n\n.. code-block:: python\n\n >>> nom = nominat.nominator()\n >>> nom('pet_names')\n 'brilliant_failure'\n >>> nom('friendNames')\n 'programFailure'\n >>> nom('ERROR_MESSAGE')\n 'SECTOR_PRIEST'", "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/edelooff/nominat", "keywords": "name mangling anonymify", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nominat", "package_url": "https://pypi.org/project/nominat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nominat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/edelooff/nominat" }, "release_url": "https://pypi.org/project/nominat/0.2/", "requires_dist": null, "requires_python": null, "summary": "Case-insensitive case-preserving variable name mangler", "version": "0.2" }, "last_serial": 2312820, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "6c25cf1ede3acd2c12db43192622a72b", "sha256": "1307ba5fead246b2929249757a8e7fc662ee11e5cba374ffb9e44e1a0002e098" }, "downloads": -1, "filename": "nominat-0.2.tar.gz", "has_sig": false, "md5_digest": "6c25cf1ede3acd2c12db43192622a72b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8222, "upload_time": "2016-08-30T07:34:09", "url": "https://files.pythonhosted.org/packages/be/bb/10ffd7776257c7625789ce8a11a38481990b5ade6f2b1c35d6c9938b9b36/nominat-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c25cf1ede3acd2c12db43192622a72b", "sha256": "1307ba5fead246b2929249757a8e7fc662ee11e5cba374ffb9e44e1a0002e098" }, "downloads": -1, "filename": "nominat-0.2.tar.gz", "has_sig": false, "md5_digest": "6c25cf1ede3acd2c12db43192622a72b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8222, "upload_time": "2016-08-30T07:34:09", "url": "https://files.pythonhosted.org/packages/be/bb/10ffd7776257c7625789ce8a11a38481990b5ade6f2b1c35d6c9938b9b36/nominat-0.2.tar.gz" } ] }