Metadata-Version: 2.1
Name: datafunc
Version: 0.0.1
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
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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 (>=1.3.0)
Requires-Dist: mo-dots (>=3.135.20303)
Requires-Dist: traversy (>=0.1.2,<0.2.0)
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/15/2020 - 0.0.1** : Initial methods.
