Skip to content

Repository files navigation

Latest Package VersionSupported Python VersionsLicense

csspin-workflows is maintained and published by CONTACT Software GmbH and serves workflows for the csspin task runner.

The following plugins are available:

  • csspin_workflows.stdworkflows: Provides workflows for the csspin task runner.

Prerequisites

csspin is available on PyPI and can be installed using pip, pipx or any other Python package manager, e.g.:

python -m pip install csspin

Using csspin-python

The csspin-python package and its plugins can be installed by defining those within the spinfile.yaml configuration file of your project.

spin:
project_name: my_project# To develop plugins comfortably, install the packages editable as# follows and add the relevant plugins to the list 'plugins' belowplugin_packages:
- csspin-python
- csspin-workflows# The list of plugins to be used for this project.plugins:
- csspin_workflows.stdworkflowspython:
version: '3.11.10'

If the spinfile.yaml is configured correctly, you can provision the project using spin provision, that will automatically create a Python virtual environment and install the required dependencies. After that, you can run the "test" workflow using spin test in order to run all tasks annotated with @task(when=["test"])`.

About

(Mirror) csspin-workflows is a plugin-package for the task runner 'csspin'.

Topics

Resources

Contributing

Stars

0 stars

Watchers

2 watching

Forks

Releases

Contributors

Languages