Metadata-Version: 2.1
Name: deepops
Version: 1.4
Summary: Python deepops module
Home-page: https://github.com/mincebert/deepops
Author: Robert Franklin
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/mincebert/deepops/issues
Project-URL: Source, https://github.com/mincebert/deepops
Description: PYTHON DEEPOPS MODULE
        =====================
        
        This module contains some functions for performing "deep" operations on
        standard Python data structures - dictionaries/lists/sets:
        
        * `deepmerge()` - merges two dictionaries/lists/sets, including all
          sub-items, e.g. items to lists and sets, missing keys/items to
          dictionaries, optionally replacing clashing simple types.
        * `deepremoveitems()` - removes items (simple types, or whole
          dictionaries/lists/sets) from specified locations within a complex
          data structure.
        
        The module was developed and used under Python 3.4 but seems to work OK
        in basic testing under 2.7.
        
        Author
        ------
        
        Robert Franklin, UK  <rcf@mince.net>
        
Keywords: deep operations merge remove
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
