Readme file update

This commit is contained in:
Clemens Schwaighofer
2025-07-09 14:48:54 +09:00
parent 6e69af4aa8
commit 79d1ccae9a
2 changed files with 18 additions and 8 deletions

View File

@@ -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

2
uv.lock generated
View File

@@ -44,7 +44,7 @@ wheels = [
[[package]]
name = "corelibs"
version = "0.8.0"
version = "0.9.0"
source = { editable = "." }
dependencies = [
{ name = "jmespath" },