Simon Steinheber
Simon Steinheber
This function should visualize a pipeline. Visualization could be in form of ascii art or a browser visualization.
**Is your feature request related to a problem? Please describe.** I want to know how `pypely` compares to other libraries. What advantages or disadvantages does `pypely` have compared to these...
## Context The package is providing the `fork` function. This function takes multiple functions and forwards the intermediate result to every of these functions. By this multiple independet branches are...
I would like to use `uv` to install dependencies from a private artifactory repository. Authentication for the private repository works with username and password. I would also like to store...
## Summary Currently reading credentials from `keyring` is only supported when a username is provided in the URL of the index. This prohibits to define indexes - in pyproject.toml -...
I am building a line-chart, which uses a colorgradient. The values of the line chart can be negative and positive. I want to add a colorbar to explain the meaning...