Commit graph

43 commits

Author SHA1 Message Date
fcf2842de9 fix how we load requirements.txt in setup.py
modified:   README.rst
	modified:   setup.py
2019-08-26 11:29:39 -07:00
4b8eeaf969 more tests cases regarding wild functionality
modified:   README.rst
	modified:   nested_lookup/nested_lookup.py
	modified:   setup.py
	modified:   test_nested_lookup.py
2019-06-25 15:20:42 -07:00
b6acaca980 Fix defect where wild would break if document had non string keys.
modified:   README.rst
	modified:   nested_lookup/nested_lookup.py
	modified:   setup.py
	modified:   test_nested_lookup.py
2019-06-25 14:50:00 -07:00
9348af1790 modified: README.rst
modified:   nested_lookup/__init__.py
	modified:   nested_lookup/lookup_api.py
	modified:   nested_lookup/nested_lookup.py
	modified:   setup.py
	modified:   test_lookup_api.py
	modified:   test_nested_lookup.py
2019-05-21 10:23:00 -04:00
8cec46c76e new release 0.2.15
modified:   README.rst
	modified:   setup.py
2019-05-21 09:26:19 -04:00
0c8be51f37 Changing version to 0.2.14 2019-05-13 04:10:57 -07:00
Salfiii
4f37d265c8 "nested_alter" and update of "nested_update" (#16)
* Update lookup_api.py

moved the typecheck of the value argument to the wrapper function.

* added tests for nested_update Test

* pep8 format standards
moded _call_callback out of the nested_alter Method
Raised an Exception is no list is provided but treas_as_elemenet is false
treat_list_as_element:bool renamed to treat_as_element:bool and set default to True

* Auto commit via script

* Create CONTRIBUTORS.rst

* Rename CONTRIBUTORS.rst to CONTRIBUTING.rst

* Update CONTRIBUTING.rst

* Fix for issue #17 (#18)

* Fix for issue #17
* Updating version (and) Adding Travis CI support
* Adding Build status to README

* changed the type annotation of the input document (removed it)
removed the output type hint
change the Readme

* Update lookup_api.py

moved the typecheck of the value argument to the wrapper function.

* added tests for nested_update Test

* pep8 format standards
moded _call_callback out of the nested_alter Method
Raised an Exception is no list is provided but treas_as_elemenet is false
treat_list_as_element:bool renamed to treat_as_element:bool and set default to True


* changed the type annotation of the input document (removed it)
removed the output type hint
change the Readme
2019-04-29 20:06:10 -04:00
0e8723b822 Fix for issue #17 (#18)
* Fix for issue #17
* Updating version (and) Adding Travis CI support
* Adding Build status to README
2019-03-04 08:44:32 -05:00
ec281f6b3f Better test to protect against mutation.
modified:   .gitignore
	modified:   README.rst
	modified:   nested_lookup/lookup_api.py
	modified:   setup.py
	modified:   test_lookup_api.py
2019-01-17 17:45:00 -05:00
Dmitry Vasilev
a924829821 Add nested_update.in_place argument (#13)
* Add nested_update.in_place argument

* Update README.rst and tests
2019-01-17 15:44:02 -05:00
8baf61f7e6
Update README.rst 2019-01-17 05:36:21 -08:00
930571d8fb modified: README.rst 2018-11-24 09:48:41 -05:00
4564f8ed80 New Features (nested_update, nested_delete) (#12)
* Fix for issue #10

* Renamed the test module

* New Features (nested_get, nested_update, nested_delete)

* Update Version to 0.3.0

* Updated Readme for new features

* Removed method (nested_get)

* Addressed review comments

* Removed nested_get references from README

* Rearanged the order of the functions
2018-11-23 19:10:31 -05:00
d49c15f293
Update README.rst 2018-11-02 12:10:05 -04:00
3441584eaa Fix for issue #10 (#11)
* Fix for issue #10

* Renamed the test module
2018-11-02 12:08:13 -04:00
de3630f0f3 Fix for issue #7 (Enable key lookup after the key is found) 2018-10-14 11:17:29 +05:30
395ee0185b New Feature (finding occurrence) - typo correction 2018-10-08 16:31:51 +05:30
7692fc2754 New Feature (finding occurence) - typo correction 2018-10-08 16:26:29 +05:30
904a2b957d New feature (Finding occurance) 2018-10-08 16:09:19 +05:30
0d17bb8c7f running black on files and updating docs.
modified:   README.rst
	modified:   nested_lookup/nested_lookup.py
	modified:   test_nested_loopkup.py
2018-09-25 17:32:36 -04:00
Ramesh RV
bb7ab509eb Addition of new feature (get_all_keys) 2018-09-23 17:46:50 +05:30
78fac75205
Update README.rst 2018-04-24 16:38:54 -04:00
830dafba7b
Update README.rst 2018-04-24 16:31:28 -04:00
fe773eba9a cutting a new release.
modified:   README.rst
	modified:   setup.py
2018-04-24 13:27:46 -07:00
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 David
ebd2e8c1aa
Corrected formatting of README.rst 2018-04-24 11:16:08 -07:00
Guillaume
ffa9dc454f Another attempt at correcting formatting of README.rst 2018-04-24 10:36:44 -07:00
Guillaume
ef45cadb16 Corrected formatting of README.rst 2018-04-24 10:34:41 -07:00
Guillaume
3b1f2ced67 Updated README.rst and set list as default output 2018-04-24 10:30:29 -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
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
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
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