Skip to content

ddeutils/ddeutil

Repository files navigation

Data Utility Packages: Core

test python support version size

Table of Contents:

The Core Utility package implements the utility functions and objects that was created on sub-package namespace, ddeutil, design for independent installation. I make this package able to extend with any sub-extension with this namespace. This namespace able to scale out the coding with folder structure design. You can add any extension features and import by import ddeutil.{extension}.

Note

This package provide the Base Utility functions and objects for any sub-namespace package that use for data function or application.

Installation

pip install -U ddeutil

Features

Base Utility Functions

core.base
    - cache
    - checker
    - convert
    - hash
    - merge
    - sorting
    - splitter

Utility Functions

core
    - decorator
    - dtutils
    - randomly

License

This project was licensed under the terms of the MIT license.