moved multi_key_dict to root
This commit is contained in:
		@@ -5,5 +5,5 @@ python:
 | 
			
		||||
  - "3.2"
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
  - python multi_key_dict/multi_key_dict.py
 | 
			
		||||
  - python multi_key_dict.py
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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) [](https://travis-ci.org/formiaczek/python_data_structures)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -32,3 +32,9 @@ Multi-key dict provides also extended interface for iterating over items and key
 | 
			
		||||
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.
 | 
			
		||||
 | 
			
		||||
Distributions can be found on pypi:
 | 
			
		||||
 | 
			
		||||
* https://pypi.python.org/pypi?:action=display&name=multi_key_dict
 | 
			
		||||
 | 
			
		||||
Build status (on Travis CI) [](https://travis-ci.org/formiaczek/python_data_structures)
 | 
			
		||||
@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user