Add your description here
Project description
uuts
the library to generate documentation for time series metamodel.
Installation Windows (one-liner)
- Create an emtpy directory and name it for example "uuts"
- Press the following two keys on the keyboard WIN + R, type "cmd" and navigate to the new directory using "cd C:...\uuts"
- Type the following command and execute it:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" && set Path=C:\Users\User\.local\bin;%Path% && uv init && uv add uuts && uv run python -c "import uuts.init"
Installation Windows (using init.bat)
- Create an emtpy directory and name it for example "uuts"
- Create an empty file in the newly created "uuts" directory. Name it "win_01_init.bat".
- Copy the following text into the file "win_01_init.bat":
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
set Path=C:\Users\User\.local\bin;%Path%
uv init
uv add uuts
uv lock --upgrade
uv run python -c "import uuts.init"
pause
- Execute a file by double clicking on it
Installation Linux, macOS
- Create an emtpy directory and name it for example "uuts"
- Open newly created directory
- Run the following commands:
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "or use wget if there is a problem with curl"
wget -qO- https://astral.sh/uv/install.sh | sh
uv init
uv add uuts
uv run python -c "import uuts.init"
How to use the uuts
Create a new file in the "uuts" directory. Name it "run.bat" or "run.sh". Copy the following text into the file "run.bat" or "run.sh":
uv run main.py --action "generateDocumentation" --input "C:\git\cams\Toolkit\metamodel\deploy\etrm" --output "./" --language "cs"
Run the file by double clicking on it or by running it in the terminal.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uuts-1.0.9.tar.gz
(24.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
uuts-1.0.9-py3-none-any.whl
(23.5 kB
view details)
File details
Details for the file uuts-1.0.9.tar.gz.
File metadata
- Download URL: uuts-1.0.9.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
016d25766680afa9a92b213b0a6c19ddfe071f00d24477af8a19ce01e7ce4be8
|
|
| MD5 |
13e9624127c60ad66ed6abe5fe1caf9b
|
|
| BLAKE2b-256 |
cefbb030cd5ff1cdcfa2b8d6c9f2158de12f1b1d0dec847cd932cd186464c452
|
File details
Details for the file uuts-1.0.9-py3-none-any.whl.
File metadata
- Download URL: uuts-1.0.9-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4625b47f408e5f62370bbe6f65e8fec3ff11f336a7b5c527883844d67f20dd6c
|
|
| MD5 |
fa1982a4ebe697a44309a258e478e1d3
|
|
| BLAKE2b-256 |
39f460fa71ece02576f01f0db2ddb7d217e526293a0f9f1b2e6013172707b6cc
|