diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2019-08-24 07:48:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 07:48:12 +0700 |
commit | 2e49de07f7a6ee7c15b1c412280a572f7b979349 (patch) | |
tree | 4f3b7258e1f08a83d75b9ca4064fb31ddfec5782 /python/odict/slack-desc | |
parent | b08cefd65bd6cb95a8df5ebfcc6825344b5fb20f (diff) | |
download | slackbuilds-2e49de07f7a6ee7c15b1c412280a572f7b979349.tar.gz |
python/odict: Added (ordered dictionary).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/odict/slack-desc')
-rw-r--r-- | python/odict/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/odict/slack-desc b/python/odict/slack-desc new file mode 100644 index 0000000000..6e32db147c --- /dev/null +++ b/python/odict/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +odict: odict (ordered dictionary) +odict: +odict: Dictionary in which the insertion order of items is preserved +odict: (using an internal double linked list). In this implementation +odict: replacing an existing item keeps it at its original position. +odict: +odict: Homepage: https://github.com/bluedynamics/odict +odict: +odict: +odict: +odict: |