Data Developer & Engineer Core Utility Objects
Project description
Data Utility Packages: Core
Table of Contents::
The Core Utility package with the utility objects that was created with
sub-package namespace, ddeutil
, for independent installation. This make this
package able to extend with any extension with this namespace. In the future,
this namespace able to scale out the coding with folder structure. You can add
any features that you want to install and import by import ddeutil.{extension}
.
This package provide the Base Utility and Utility functions for any data package.
Install from PyPI:
pip install ddeutil
In the future, this namespace package will implement extension package for
dynamic installation such as you want to use file utility package that
implement by this namespace, you can install by pip install ddeutil-file
.
Features
Base Utility Functions
core.base
- cache
- checker
- convert
- elements
- hash
- merge
- prepare
- sorting
- splitter
Utility Functions
core
- decorator
- dtutils
- randomly
License
This project was licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.