moved multi_key_dict to root

This commit is contained in:
Lukasz Forynski 2014-11-22 21:59:30 +00:00
parent 693fde3cb6
commit 9d818c5674
6 changed files with 12 additions and 6 deletions

View File

@ -5,5 +5,5 @@ python:
- "3.2"
script:
- python multi_key_dict/multi_key_dict.py
- python multi_key_dict.py

View File

@ -1,12 +1,9 @@
python_data_structures
======================
Some useful python data structures / concepts
distributions can be found on pypi:
distribution can be found on pypi:
* https://pypi.python.org/pypi?:action=display&name=multi_key_dict
* https://pypi.python.org/pypi?:action=display&name=text_progress_bar
Build status (on Travis CI) [![Build Status](https://travis-ci.org/formiaczek/python_data_structures.svg?branch=master)](https://travis-ci.org/formiaczek/python_data_structures)

View File

@ -31,4 +31,10 @@ These elements can be accessed using either of those keys (e.g for read/update/d
Multi-key dict provides also extended interface for iterating over items and keys (e.g. by the key type), which might be useful when creating, e.g. dictionaries with index-name key pair allowing to iterate over items using either: names or indexes.
It can be useful for many many other similar use-cases, and there is no limit to the number of keys used to map to the value.
There are few other useful methods, e.g. to iterate over dictionary (by/using) selected key type, finding other keys mapping to the same value etc. Refer to example/test code to see it in action.
There are few other useful methods, e.g. to iterate over dictionary (by/using) selected key type, finding other keys mapping to the same value etc. Refer to example/test code to see it in action.
Distributions can be found on pypi:
* https://pypi.python.org/pypi?:action=display&name=multi_key_dict
Build status (on Travis CI) [![Build Status](https://travis-ci.org/formiaczek/python_data_structures.svg?branch=master)](https://travis-ci.org/formiaczek/python_data_structures)

View File

@ -8,3 +8,6 @@ It looks something like this:
[================..............] : downloading xyz (186/335)
distributions can be found on pypi:
* https://pypi.python.org/pypi?:action=display&name=text_progress_bar