Tooling package for Koreo
Project description
koreo-tooling
Developer tooling to make working with Koreo Workflows, Functions, and ResourceTemplates easy.
We provide a CLI tool, for use within CICD or by hand.
More helpfully, we provide a language server that surfaces issues within your IDE.
Inspector
A helper to get information about Workflow trigger resource, and the resources
created by a Workflow. Without -v, basic summary information will be printed
for each resource. With each additional -v, more information is output (up to
the full object).
pdm run python src/inspector.py TriggerDummy -n koreo-update-loop difference-demo -v
Language Server
Register the Koreo LSP with your IDE. Maybe in a config block like this:
"koreo-ls": {
"command": "koreo-ls",
"filetypes": ["koreo"],
"root_dir": ["*.git"]
}
Implemented Capabilities
Diagnostics
Robust diagnostic messages to help spot errors early, ensure tests are passing, and that resources are correctly named.
Diagnostics combined with FunctionTests provide an immediate and rich development feedback loop to make writing Koreo feel like a first-class language.
Semantic Syntax Highlighting
We support LSP semantic syntax highlighting capabilities. This provides rich syntax highlighting with deeper information than typically available.
Go to Def / Ref
Go to Workflow or Function definitions or list references. Navigation supports constant named ResourceTemplates as well.
Hover Status for Workflows & Functions
Hover information is available for Workflows, Workflow Steps, and Functions.
This is an area with a lot of potential for enhancement going forward.
Inlay Hints to indicate FunctionTest outcome
To make testing within Koreo easy, FunctionTest supports inlay-hints to indicate success or failure of the function test.
Basic completion (Early WIP)
Context-aware auto-completion recommendations. Recommending implemented function names for Workflow steps, for example.
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
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
File details
Details for the file koreo-0.1.1.tar.gz.
File metadata
- Download URL: koreo-0.1.1.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.23.0 CPython/3.13.2 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6e1f1a095003695e7508e242a29866fd30e4a7e3eae9e58c35f298fda8466bc
|
|
| MD5 |
bb4c892af06f304cd3378e5d54f02d4b
|
|
| BLAKE2b-256 |
640dd6f51f0b83c08d02c4f12eacd0be1356da7255146fb241eb4373f810c145
|
File details
Details for the file koreo-0.1.1-py3-none-any.whl.
File metadata
- Download URL: koreo-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.23.0 CPython/3.13.2 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bdbc95ce588715b728dbcf1ff448e6e46b4e7f994150c58cd8ed79aad09cd6f
|
|
| MD5 |
ace3edc34de5c9c829cf2d56af39c914
|
|
| BLAKE2b-256 |
f44ee83ecf4eb0d63496fa605ae138af974ed5843f356ed4414fb0f8a0a7d5c9
|