{ "info": { "author": "Naveen Kumar,Nimesh Kiran", "author_email": "n16verma@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "pytransformer\r\n \r\n Transform complicated Python Data Structures\r\n\r\n pytransformer is a library written in Python for transforming complicated Data structures in Python\r\n\r\n Installation\r\n\r\n To install the package, type the following -\r\n \r\n \t pip install pytransformer\r\n\r\n Functionalities Provided\r\n\r\n\t- Transform List of List into Dict of List/Values\r\n\r\n\t :param list_of_lists: The list of list which is to be converted to dictionary\r\n\t :param key_index: takes the key whose value will be the key value to the converted \t\tdictionary\r\n\t :param value_index:The key whose value will be used as resultant dict's value\r\n\t :returns:transformed_dict\r\n\r\n\t- Transform Dict of List/Values to List of List\r\n \r\n\t :param input_dict: The dictionary which is to be converted into list of list\r\n\t :returns:transformed dictionary\r\n\r\n\t- Transform List of Dict to Dict of Dict\r\n\r\n\t :param data: The data to be transformed\r\n\t :param aggregate_key: The key whose value will be used as resultant dict's key\r\n\t :param select_key: The key whose value will be used as resultant dict's value\r\n\t :returns tranformed dictionary\r\n\r\n\t- Transform Dict of Dict to List of Dict\r\n\r\n\t :param input_dict: The dictionary which is to be converted into list of dictionary\r\n\t :param select_key_name:the key whose value key of converted list of dictionary will be \t\tnamed\r\n\t :returns:transformed list\r\n\r\n\t- Merge Dictionaries\r\n\r\n\t :param merge_func:the functin to be performed(like \t\t\t\t\t\t\taddition/substraction/multiplication) for the same key values in the Dictionaries\r\n\t :param merge_type:Whether to perform union or intersection while merging \t\t\tDictionaries\r\n\t :returns:merged_dict", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/NaveenKumarVerma/pytransformer/tarball/1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NaveenKumarVerma/pytransformer", "keywords": "data structure,dictionary,list", "license": "Copyright (c) 2015 Naveen Kumar Verma\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": "", "maintainer_email": "", "name": "pytransformer", "package_url": "https://pypi.org/project/pytransformer/", "platform": "Linux,MacOS,Windows", "project_url": "https://pypi.org/project/pytransformer/", "project_urls": { "Download": "https://github.com/NaveenKumarVerma/pytransformer/tarball/1.0", "Homepage": "https://github.com/NaveenKumarVerma/pytransformer" }, "release_url": "https://pypi.org/project/pytransformer/1.0/", "requires_dist": null, "requires_python": null, "summary": "Python library to transform Data Structures", "version": "1.0" }, "last_serial": 1822000, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5a87694780a794dbb1922616c6731590", "sha256": "f408ba4cb8e4eec8298c90465570b6810c39c3d74142496e27e3626f18e3c145" }, "downloads": -1, "filename": "pytransformer-1.0.tar.gz", "has_sig": false, "md5_digest": "5a87694780a794dbb1922616c6731590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2183, "upload_time": "2015-11-15T18:15:08", "url": "https://files.pythonhosted.org/packages/d5/58/7b54c193dbae8e0f9fb9998c2b3f40a4f5750bd79a256f5a653ed70ba9d5/pytransformer-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a87694780a794dbb1922616c6731590", "sha256": "f408ba4cb8e4eec8298c90465570b6810c39c3d74142496e27e3626f18e3c145" }, "downloads": -1, "filename": "pytransformer-1.0.tar.gz", "has_sig": false, "md5_digest": "5a87694780a794dbb1922616c6731590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2183, "upload_time": "2015-11-15T18:15:08", "url": "https://files.pythonhosted.org/packages/d5/58/7b54c193dbae8e0f9fb9998c2b3f40a4f5750bd79a256f5a653ed70ba9d5/pytransformer-1.0.tar.gz" } ] }