Metadata-Version: 1.2
Name: pydict-surf
Version: 0.7.28
Summary: Performs a walk over all fields of json and python dictionary. Works almost same as os.walk
Home-page: UNKNOWN
Author: Soroush Zargar, Hemen Zandi
Author-email: Soroushzargar@gmail.com, Hemen.Zandi@gmail.com
License: UNKNOWN
Description: # pydict_surf
        Performs a walk over all fields of json and python dictionary.  Works almost same as `os.walk`
        
        A toolkit to route inside a nested dictionary and list.
        The item is specifically designed for routing inside a json dictionary. It can route inside a
        key, outside it, and to a specific address. The class is also capable of updating and reading
        keys. The usage of this class is almost like the os command system as it has `chdict` (instead of
        chdir), `pwdict` (instead of pwd), etc
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
