diff --git a/README.md b/README.md index dbef901..2192e90 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# eed_basic_utils \ No newline at end of file +## eed_basic_utils + +This folder contains basic utility functions used throughout the project. +To use these utilities, import them in your Python scripts: + +```python +from eed_basic_utils. import +``` + +### Contents + +- Utility functions for common tasks +- Helpers for time, logging, and more + +### Usage Example + +```python +from eed_basic_utils.time import sleep_random + +sleep_random(1, 5) +``` diff --git a/pyproject.toml b/pyproject.toml index 788024d..d9cae07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "eed-basic-utils" -version = "0.1.2" +version = "1.0.0" description = "Add your description here" readme = "README.md" authors = [