Metadata-Version: 2.4
Name: dict_toolset
Version: 0.0.7
Summary: a toolset to work with python dictonaries and arrays
Author: George Haddad
License: Apache Software License (Apache 2.0)
Keywords: python,dictonary,list
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

# dict toolset

**dict-toolset** is a library to provide you additional functionalities for handling of python data - especially dictionaries and lists.  

## Installing dict-toolset and Supported Versions

**dict-toolset** is available on PyPI:

```console
$ python -m pip install dict-toolset
```

The **dict-toolset** officially supports Python 3.11+.

## Supported Features & Best–Practices

**dict-toolset** supplements the built-in python functionalities 

- Deep Comparing between python datasets
- Deep Merging of python datasets
- Generic Tabulating of python datasets
- Converting Lists into Dictionaries

## API Reference and User Guide available on [Read the Docs](https://dict-toolset.readthedocs.io)

[https://dict-toolset.readthedocs.io](https://dict-toolset.readthedocs.io)

## Cloning the repository

```shell
git clone https://github.com/GeorgeH87/dict_toolset.git
```
