{ "info": { "author": "George Sakkis", "author_email": "george.sakkis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Python3 port of PyTrie. A *trie* is an ordered tree data structure that is used to store a mapping\nwhere the keys are sequences, usually strings over an alphabet. In addition to\nimplementing the mapping interface, tries allow finding the items for a given\nprefix, and vice versa, finding the items whose keys are prefixes of a given key.", "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/datapublica/pytrie3", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "PyTrie3", "package_url": "https://pypi.org/project/PyTrie3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyTrie3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/datapublica/pytrie3" }, "release_url": "https://pypi.org/project/PyTrie3/0.2/", "requires_dist": null, "requires_python": null, "summary": "A pure Python implementation of the trie data structure.", "version": "0.2" }, "last_serial": 733500, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "b3a48d6b29a30b38b28666a0ad534619", "sha256": "c02783abf8cc93f0408ae50f44d2a33a8796b171afa17487ae59504919013eeb" }, "downloads": -1, "filename": "PyTrie3-0.2.tar.gz", "has_sig": false, "md5_digest": "b3a48d6b29a30b38b28666a0ad534619", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97730, "upload_time": "2013-02-25T15:27:55", "url": "https://files.pythonhosted.org/packages/eb/5f/6fd616f7eff1f5803bc77238eac5e517f979f1cd0aeeb9ed856c9a4e023f/PyTrie3-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b3a48d6b29a30b38b28666a0ad534619", "sha256": "c02783abf8cc93f0408ae50f44d2a33a8796b171afa17487ae59504919013eeb" }, "downloads": -1, "filename": "PyTrie3-0.2.tar.gz", "has_sig": false, "md5_digest": "b3a48d6b29a30b38b28666a0ad534619", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97730, "upload_time": "2013-02-25T15:27:55", "url": "https://files.pythonhosted.org/packages/eb/5f/6fd616f7eff1f5803bc77238eac5e517f979f1cd0aeeb9ed856c9a4e023f/PyTrie3-0.2.tar.gz" } ] }