A Trie implementation that manages not the single characters but treats its values as typical namespaces.
Project description
This is the Namesapce Trie.
Namespace Trie is a implementation of a Trie data structure. Unlike typical implementations, which are splitting its value into single characters, Namespace Trie treats its values as namespaces. Namespaces are strings that are delimited by a period. Such namespaces often occur in programming languages, e.g. Java or Python and may also appear while using some libraries for programming languages that itself do not offer namespacing (e.g. the Google Closure library offers a namespace feature for JavaScript). The Namespace Trie may help you find flaws in the namespace structure.
Namespace Trie is developed for use with Closure Depresolver and may at the moment not be very useful as there is not standalone interface.
This file was modified by PyCharm 2.5 for binding GitHub repository
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file namespacetrie-0.1.tar.gz
.
File metadata
- Download URL: namespacetrie-0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60e99b37f328d59e035ccddf39be58a7b90dfd088bc92e69f15e55ff164e3a99 |
|
MD5 | 6a513a0f35372b42545ae074f598d3a8 |
|
BLAKE2b-256 | 8c3dde24d86998dc5795edabd8dcd4d9efff8b9244be968e655fddad3fc2e3ad |
File details
Details for the file namespacetrie-0.1-py2.7.egg
.
File metadata
- Download URL: namespacetrie-0.1-py2.7.egg
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3ee9cf5708a989073e575a56fa95f1f771eff3b38aa8138442bd99a067252c9 |
|
MD5 | 79837246b59b75f59a56a787f951a4f8 |
|
BLAKE2b-256 | f982dc338e096ffa99468fae5360fd1d0f22a0b145054dcf20a0666e8500585a |