Commit graph

20 commits

Author SHA1 Message Date
Guillaume
3b1f2ced67 Updated README.rst and set list as default output 2018-04-24 10:30:29 -07:00
Guillaume
dfc2483e3e added dict as a possible output
when the user wants to keep some structure in the result, the `ouptut` option allows to return a `dict` with the matched keys as keys and corresponding values as values.
2018-04-24 09:47:47 -07:00
1b7685db3f
Update README.rst 2018-02-28 19:30:13 -08:00
d46f683e76 wild mode: case insesitive key substring nested_lookups 2017-09-25 11:19:18 -07:00
8ba271daf3 python packaging is hard.jpg
modified:   README.rst
	modified:   setup.py
2015-12-04 16:47:39 -05:00
e525c94b62 fix py3 package namespace using relative import.
modified:   README.rst
	deleted:    __init__.py
	modified:   nested_lookup/__init__.py
	modified:   setup.py
2015-12-02 18:08:25 -05:00
825f5ff28f move nested_lookup into a module
modified:   README.rst
	new file:   nested_lookup/__init__.py
	renamed:    nested_lookup.py -> nested_lookup/nested_lookup.py
	modified:   setup.py
2015-12-02 17:16:21 -05:00
564f55a507 0.1.0 2015-12-02 16:27:11 -05:00
3218943ad9 had to had session arg for pip's parse_requirements
modified:   setup.py
2015-12-02 15:41:23 -05:00
c50bc0b355 Python 3 Support using six.iteritems() function.
modified:   README.rst
	modified:   nested_lookup.py
	new file:   requirements.txt
	modified:   setup.py
2015-12-02 14:54:51 -05:00
0e4c30b4fb Merge pull request #1 from Bleno/patch-1
Thank you!
2015-12-02 14:23:48 -05:00
Bleno
17c731921e Compatibility with python 3
Compatibility with python 3
2015-12-02 15:31:19 -02:00
265dff5d98 Update README.rst 2015-11-10 13:00:00 -05:00
9e8cb82e45 Added Douglas Miranda to list of authors 2015-11-10 12:51:54 -05:00
fb64e8a00a 0.0.2 tagged
modified:   README.rst
	modified:   setup.py
2015-11-07 09:16:44 -05:00
cc050fd409 modified: .gitignore 2015-11-07 08:12:50 -05:00
8651bf2227 Update README.rst 2015-11-07 08:09:05 -05:00
05390b683f Update README.rst 2015-11-06 23:49:34 -05:00
9cc96d8b81 updated readme 2015-11-06 23:40:06 -05:00
Russell Ballestrini
b530c0a586 first commit, working with tests.
new file:   .gitignore
	new file:   README.rst
	new file:   __init__.py
	new file:   nested_lookup.py
	new file:   setup.py
	new file:   test_nested_loopkup.py
2015-11-06 23:30:53 -05:00