{ "info": { "author": "Paul Horn", "author_email": "knutwalker@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "This is the Namesapce Trie.\n\nNamespace Trie is a implementation of a Trie data structure. Unlike typical\nimplementations, which are splitting its value into single characters,\nNamespace Trie treats its values as namespaces. Namespaces are strings that\nare delimited by a period. Such namespaces often occur in programming\nlanguages, e.g. Java or Python and may also appear while using some libraries\nfor programming languages that itself do not offer namespacing (e.g. the\nGoogle Closure library offers a namespace feature for JavaScript). The\nNamespace Trie may help you find flaws in the namespace structure.\n\nNamespace Trie is developed for use with Closure Depresolver and may at the\nmoment not be very useful as there is not standalone interface.\n\nThis file was modified by PyCharm 2.5 for binding GitHub repository", "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/knutwalker/namespacetrie", "keywords": "namespace trie", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "namespacetrie", "package_url": "https://pypi.org/project/namespacetrie/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/namespacetrie/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/knutwalker/namespacetrie" }, "release_url": "https://pypi.org/project/namespacetrie/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Trie implementation that manages not the single characters but treats its values as typical namespaces.", "version": "0.1" }, "last_serial": 795179, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "79837246b59b75f59a56a787f951a4f8", "sha256": "b3ee9cf5708a989073e575a56fa95f1f771eff3b38aa8138442bd99a067252c9" }, "downloads": -1, "filename": "namespacetrie-0.1-py2.7.egg", "has_sig": false, "md5_digest": "79837246b59b75f59a56a787f951a4f8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13189, "upload_time": "2012-05-06T23:03:12", "url": "https://files.pythonhosted.org/packages/f9/82/dc338e096ffa99468fae5360fd1d0f22a0b145054dcf20a0666e8500585a/namespacetrie-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6a513a0f35372b42545ae074f598d3a8", "sha256": "60e99b37f328d59e035ccddf39be58a7b90dfd088bc92e69f15e55ff164e3a99" }, "downloads": -1, "filename": "namespacetrie-0.1.tar.gz", "has_sig": false, "md5_digest": "6a513a0f35372b42545ae074f598d3a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4976, "upload_time": "2012-05-06T23:03:21", "url": "https://files.pythonhosted.org/packages/8c/3d/de24d86998dc5795edabd8dcd4d9efff8b9244be968e655fddad3fc2e3ad/namespacetrie-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "79837246b59b75f59a56a787f951a4f8", "sha256": "b3ee9cf5708a989073e575a56fa95f1f771eff3b38aa8138442bd99a067252c9" }, "downloads": -1, "filename": "namespacetrie-0.1-py2.7.egg", "has_sig": false, "md5_digest": "79837246b59b75f59a56a787f951a4f8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13189, "upload_time": "2012-05-06T23:03:12", "url": "https://files.pythonhosted.org/packages/f9/82/dc338e096ffa99468fae5360fd1d0f22a0b145054dcf20a0666e8500585a/namespacetrie-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6a513a0f35372b42545ae074f598d3a8", "sha256": "60e99b37f328d59e035ccddf39be58a7b90dfd088bc92e69f15e55ff164e3a99" }, "downloads": -1, "filename": "namespacetrie-0.1.tar.gz", "has_sig": false, "md5_digest": "6a513a0f35372b42545ae074f598d3a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4976, "upload_time": "2012-05-06T23:03:21", "url": "https://files.pythonhosted.org/packages/8c/3d/de24d86998dc5795edabd8dcd4d9efff8b9244be968e655fddad3fc2e3ad/namespacetrie-0.1.tar.gz" } ] }