Metadata-Version: 2.1
Name: nestedDive
Version: 0.3.2
Summary: Sorter for nested items
Home-page: https://github.com/RoelVoordendag/Deepdive
Author: RoelVoordendag
Author-email: rvoordendag@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# NestedDive
Python package to sort nested items 

This package is made to sort list with deep nested items in your dictionory.

Create setup : py setup.py sdist bdist_wheel
Uploud to pypy : py -m twine upload dist/*

# To install 

```
pip install nestedDive
```

# Functions:

```
getHighest
```

if you call the function sum it will count all the items in the layer and give back a lised sorted on item;




