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" - "3.2"
script: script:
- python multi_key_dict/multi_key_dict.py - python multi_key_dict.py

View File

@@ -1,12 +1,9 @@
python_data_structures python_data_structures
====================== ======================
Some useful python data structures / concepts distribution can be found on pypi:
distributions can be found on pypi:
* https://pypi.python.org/pypi?:action=display&name=multi_key_dict * 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) 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

@@ -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. 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) [================..............] : downloading xyz (186/335)
distributions can be found on pypi:
* https://pypi.python.org/pypi?:action=display&name=text_progress_bar