Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 412 Bytes

File metadata and controls

21 lines (14 loc) · 412 Bytes

eed_basic_utils

This folder contains basic utility functions used throughout the project. To use these utilities, import them in your Python scripts:

from eed_basic_utils.<category> import <module_name>

Contents

  • Utility functions for common tasks
  • Helpers for time, logging, and more

Usage Example

from eed_basic_utils.time import sleep_random

sleep_random(1, 5)