{ "info": { "author": "Daniel Richard Stromberg", "author_email": "strombrg@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "A pure python trie class is provided. It is\nthoroughly unit tested, passes pylint, and is known\nto run on CPython 2.[567], CPython 3.[01234], Pypy 2.4.0, Pypy3 2.4.0 and\nJython 2.7b3.\n\nThis trie looks like a dictionary that's always\nsorted by key. It's well suited to storing large, natural-language dictionaries.\n\nNote that although the iteration API is lazy, the implementation\nis still eager.\n\nIt gives constant time access to a potentially-large collection\nof strings.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://stromberg.dnsalias.org/~strombrg/trie-mod/", "keywords": "Trie,dictionary-like,sorted dictionary", "license": "Apache v2", "maintainer": null, "maintainer_email": null, "name": "trie_mod", "package_url": "https://pypi.org/project/trie_mod/", "platform": "Cross platform", "project_url": "https://pypi.org/project/trie_mod/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://stromberg.dnsalias.org/~strombrg/trie-mod/" }, "release_url": "https://pypi.org/project/trie_mod/1.0/", "requires_dist": null, "requires_python": null, "summary": "Pure Python trie nodule", "version": "1.0" }, "last_serial": 1333588, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b5b9983769ba3dd1e0d51775e290eab3", "sha256": "2f02f2424ddd5e5d8d0addd5f859510de2266df34c25d5166206672559f9b4da" }, "downloads": -1, "filename": "trie_mod-1.0.tar.gz", "has_sig": false, "md5_digest": "b5b9983769ba3dd1e0d51775e290eab3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8374, "upload_time": "2014-12-06T22:19:02", "url": "https://files.pythonhosted.org/packages/cf/64/6a23e2f30d5dbe99bd8a1add7a8793ec421764158f0148cfa63007ced4ad/trie_mod-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5b9983769ba3dd1e0d51775e290eab3", "sha256": "2f02f2424ddd5e5d8d0addd5f859510de2266df34c25d5166206672559f9b4da" }, "downloads": -1, "filename": "trie_mod-1.0.tar.gz", "has_sig": false, "md5_digest": "b5b9983769ba3dd1e0d51775e290eab3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8374, "upload_time": "2014-12-06T22:19:02", "url": "https://files.pythonhosted.org/packages/cf/64/6a23e2f30d5dbe99bd8a1add7a8793ec421764158f0148cfa63007ced4ad/trie_mod-1.0.tar.gz" } ] }