Commit graph

7 commits

Author SHA1 Message Date
Ramesh RV
bb7ab509eb Addition of new feature (get_all_keys) 2018-09-23 17:46:50 +05:30
756ad31763 added tests for the new with_keys option.
modified:   README.rst
	modified:   nested_lookup/nested_lookup.py
	modified:   test_nested_loopkup.py
2018-04-24 12:50:00 -07:00
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
d46f683e76 wild mode: case insesitive key substring nested_lookups 2017-09-25 11:19:18 -07: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