Skip to content

EED-Solutions/eed_basic_utils

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages