Metadata-Version: 2.1
Name: datafunc
Version: 0.0.3
Summary: Python functions for various dict, list, and other data structures.
Home-page: https://github.com/tensortom/datafunc
License: MIT
Keywords: python,python3,data,dict,utilities,util,tools,dict,dictionary,data,mo-dots,list,dotty_dict,iterate,iterator
Author: Tom A.
Author-email: 14287229+TensorTom@users.noreply.github.com
Requires-Python: >=3,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 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
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: dotty-dict
Requires-Dist: mo-dots
Requires-Dist: traversy (>=0.1.2)
Project-URL: Repository, https://github.com/tensortom/datafunc
Description-Content-Type: text/markdown

# datafunc

Python package of various functions for dict, list, and other data structures.

**License: MIT**

### Changelog
- **11/17/2020 - 0.0.3** : Added `duplicate()` and `add_sibling()` methods. Added some missing type declarations.
- **11/15/2020 - 0.0.2** : Type annotations & minor refactors.
- **11/15/2020 - 0.0.1** : Initial methods.
