cwl-utils 0.33-1 source package in Ubuntu

Changelog

cwl-utils (0.33-1) unstable; urgency=medium

  * New upstream version
  * d/control: Build in a PEP-517 manner

 -- Michael R. Crusoe <email address hidden>  Wed, 10 Apr 2024 16:30:55 +0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cwl-utils_0.33-1.dsc 2.4 KiB 4adc03c2c03ad90250812f690b4ccac3220ffe7c10a61f71d90516ebb7166ddf
cwl-utils_0.33.orig.tar.gz 299.5 KiB f42e45bb4e79b48be3fef42e191785e009f477f26eb80502c108558015357924
cwl-utils_0.33-1.debian.tar.xz 3.6 KiB 8a17d61d6edb47e25f5fa0305d6c095937dbff7b8ce9a752c6e72667c9942866

Available diffs

No changes file available.

Binary packages built by this source

cwl-utils: Utilities for using CWL documents

 cwl-docker-extract - cache or pre-pull all software container images referenced
 in a CWL CommandLineTool or CWL Workflow (including all referenced
 CommandLineTools and sub-Workflows and so on).
 .
 cwl-cite-extract - prints all software packages found (recursively) in the
 specified CWL document.
 .
 cwl-expression-refactor - refactors CWL documents so that any CWL Expression
 evaluations are separate steps (either CWL ExpressionTools or CWL
 CommandLineTools). This allows execution by CWL engines that do not want to
 support inline expression evaluation outside of concrete steps, or do not want
 to directly support CWL's optional InlineJavascriptRequirement at all.
 .
 cwl-graph-split - Splits a packed CWL document file into multiple files.
 Packed CWL documents use the $graph construct to contain multiple CWL Process
 objects (Workflow, CommandLineTool, ExpressionTool, Operation). Typically
 packed CWL documents contain a CWL Workflow under the name "main" and the
 workflow steps (including any sub-workflows) [requires cwlformat].
 .
 cwl-normalizer - Normalizes a CWL document all its dependencies into a single
 JSON format CWL document, upgrading to CWL v1.2, as needed. Can optionally
 refactor CWL Expressions into separate steps in the manner of
 cwl-expression-refactor [requires cwl-upgrader].

python3-cwl-utils: Python Utilities and Autogenerated Classes for CWL v1.0 - v1.2

 The autogenerated classes can create, load, and save objects based upon CWL
 (the Common Workflow Language open standards for executable descriptions of
 comandline tools and workflows made from them).
 .
 See the 'cwl-utils' package for command line utilities that use these classes.