{ "info": { "author": "Miguel Olivares", "author_email": "miguel@moliware.com", "bugtrack_url": null, "classifiers": [], "description": "dicts\n=====\n\nAll kind of dictionaries you always think but never do. \n\nCheck the full documentation site_\n\nInstalation\n-----------\n\nTo install dicts form Pypi: ::\n\n easy_install dicts\n\nor ::\n\n pip install dicts\n\nif you want to install it from source code: ::\n\n python setup.py install\n\n\nUsage\n-----\n\nDictionaries Features\n.....................\n\n* join:\n\n >>> d1 = Dict({1 : 7, 2 : [1,2], 3 : 'a'})\n >>> d1.join({1 : 2, 2 : [3], 3 : 'b'})\n {1: 9, 2: [1, 2, 3], 3: 'ab'}\n\n* map:\n\n >>> d = Dict({'1' : 1, '2' : 2})\n >>> d.map(lambda x: 1/3.0)\n >>> d\n {'1': 0.3333333333333333, '2': 0.3333333333333333}\n\n* fromrepetitions:\n\n >>> Dict.fromrepetitions([1,1,1,1,2])\n {1: 4, 2: 1}\n\n* relookup:\n\n >>> d = Dict({'1': 1, '2' : 2, 'c' : 3})\n >>> d.relookup('\\d')\n [('1', 1), ('2', 2)]\n\nEspecific dictionaries\n......................\n\n* SortedDict family\n\n* NoCaseDict\n\n* RegexpDict\n\n.. _site: http://dicts.moliware.com", "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/moliware/dicts", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "dicts", "package_url": "https://pypi.org/project/dicts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dicts/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/moliware/dicts" }, "release_url": "https://pypi.org/project/dicts/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Easy use dictionaries with specific features", "version": "0.3.1" }, "last_serial": 788949, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b17935e39f465205be00c7cc0f7a8bc2", "sha256": "67dbd4fb12eac6d515db068ead90759ebc00167f7179c384425810e7e6b4566d" }, "downloads": -1, "filename": "dicts-0.1.tar.gz", "has_sig": false, "md5_digest": "b17935e39f465205be00c7cc0f7a8bc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2106, "upload_time": "2011-08-09T14:31:50", "url": "https://files.pythonhosted.org/packages/bd/04/dca9a312dc798445f07f2e71dd3d620a2a0b6fda8ec2c5be01677fc69d33/dicts-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "370bced6ad459a2637933d15e78836c8", "sha256": "3a9a27b50f63333198b14c5f7fa2354ceb3e8690413861aa355ad50ba5813054" }, "downloads": -1, "filename": "dicts-0.2.tar.gz", "has_sig": false, "md5_digest": "370bced6ad459a2637933d15e78836c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2787, "upload_time": "2011-08-16T17:31:28", "url": "https://files.pythonhosted.org/packages/df/cf/8dadf9d83f18f1e217e4543ca204185269f492157a8cbfbd808651dd9261/dicts-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "7ea63ec4daed732f48df8eb7dcc2cc50", "sha256": "b4de87e8f8e1cac585f85f3a99f035099c89fad3fee8f1d923a1ffa97a0c2b80" }, "downloads": -1, "filename": "dicts-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7ea63ec4daed732f48df8eb7dcc2cc50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5747, "upload_time": "2011-09-05T16:24:06", "url": "https://files.pythonhosted.org/packages/72/4d/1ddb2fa98e4ce350a410271d1a16bc33fe8dee47770c931338015e86e3fb/dicts-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "de01011ebd4761e853506a2ceee308b4", "sha256": "f3c3142b6d12bb174d583f2ff4184700c1071f63155ecc7d237297ddd641fb8c" }, "downloads": -1, "filename": "dicts-0.2.2.tar.gz", "has_sig": false, "md5_digest": "de01011ebd4761e853506a2ceee308b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5833, "upload_time": "2011-09-05T17:16:28", "url": "https://files.pythonhosted.org/packages/c9/b1/a9eaacf014e09e7d2090c6380c88392ffbc5617b6fe8a8009e240778e5f4/dicts-0.2.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "aaf3915b8f4420288bb6051e5034a7f5", "sha256": "0f2085061045ebaf3de0252572df0d1b79924143521ad507d49d067e444000fe" }, "downloads": -1, "filename": "dicts-0.3.tar.gz", "has_sig": false, "md5_digest": "aaf3915b8f4420288bb6051e5034a7f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6145, "upload_time": "2011-10-17T19:51:59", "url": "https://files.pythonhosted.org/packages/0e/68/467d35a222df604ad5fb12c109fa44fc1a7aa11a4237a942205ecb26e3e3/dicts-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "0f335eb79779923babffdbe5c41dd143", "sha256": "0f962662b89135611ac8a142201e240f0fd02e440d1a84fb9f8bf2ebc97f3888" }, "downloads": -1, "filename": "dicts-0.3.1.tar.gz", "has_sig": false, "md5_digest": "0f335eb79779923babffdbe5c41dd143", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6176, "upload_time": "2011-10-22T12:16:36", "url": "https://files.pythonhosted.org/packages/e0/aa/9fd094c2dcb22b7a3cecdebd5e67a015ee0db82ea325573924201dbe5c45/dicts-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f335eb79779923babffdbe5c41dd143", "sha256": "0f962662b89135611ac8a142201e240f0fd02e440d1a84fb9f8bf2ebc97f3888" }, "downloads": -1, "filename": "dicts-0.3.1.tar.gz", "has_sig": false, "md5_digest": "0f335eb79779923babffdbe5c41dd143", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6176, "upload_time": "2011-10-22T12:16:36", "url": "https://files.pythonhosted.org/packages/e0/aa/9fd094c2dcb22b7a3cecdebd5e67a015ee0db82ea325573924201dbe5c45/dicts-0.3.1.tar.gz" } ] }