diff --git a/README.md b/README.md index e0fecce..42cf8c0 100644 --- a/README.md +++ b/README.md @@ -71,18 +71,34 @@ uv run pytest --cov=corelibs In the test-run folder usage and run tests are located +#### Progress + ```sh uv run test-run/progress/progress_test.py ``` +#### Double byte string format + ```sh uv run test-run/double_byte_string_format/double_byte_string_format.py ``` +#### Strings helpers + ```sh uv run test-run/timestamp_strings/timestamp_strings.py ``` +```sh +uv run test-run/string_handling/string_helpers.py +``` + +#### Log + +```sh +uv run test-run/logging_handling/log.py +``` + ## How to install in another project This will also add the index entry @@ -93,13 +109,7 @@ uv add corelibs --index egra-gitea=https://git.egplusww.jp/api/packages/PyPI/pyp ## Python venv setup -In the folder where the script will be located - -```sh -uv venv --python 3.13 -``` - -Install all neded dependencies +After clone, run the command below to install all dependenciss ```sh uv sync diff --git a/uv.lock b/uv.lock index 625f169..be43b8e 100644 --- a/uv.lock +++ b/uv.lock @@ -44,7 +44,7 @@ wheels = [ [[package]] name = "corelibs" -version = "0.8.0" +version = "0.9.0" source = { editable = "." } dependencies = [ { name = "jmespath" },