python-pbcommand 2.1.1+git20220616.3f2e6c2-3ubuntu1 source package in Ubuntu
Changelog
python-pbcommand (2.1.1+git20220616.3f2e6c2-3ubuntu1) plucky; urgency=medium * d/p/remove-pkg-resources.patch: replace the usages of pkg_resources with importlib.resources for Python 3.13 compatibility (LP: #2095045). * d/t/control: add smoke test. -- Vladimir Petko <email address hidden> Thu, 16 Jan 2025 11:00:11 +1300
Upload details
- Uploaded by:
- Vladimir Petko
- Uploaded to:
- Plucky
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pbcommand_2.1.1+git20220616.3f2e6c2.orig.tar.xz | 102.9 KiB | 78964eb1409eb7df2d16c14891653c49c95246f0cf648a7cc11c25d8245e0855 |
python-pbcommand_2.1.1+git20220616.3f2e6c2-3ubuntu1.debian.tar.xz | 6.1 KiB | 38f32eda5b102dc8cc63a5709e892c9c4e8cb9185e76c792af7d00aca4ea93f3 |
python-pbcommand_2.1.1+git20220616.3f2e6c2-3ubuntu1.dsc | 2.6 KiB | b52f2d79f44e79ede9960702d6f2378969f62b0d6972ad992b2f9f8f01dccf19 |
Available diffs
Binary packages built by this source
- python3-pbcommand: common command-line interface for Pacific Biosciences analysis modules
To integrate with the pbsmrtpipe workflow engine, one must to be able to
generate a Tool Contract and to be able to run from a Resolved Tool Contract.
A Tool Contract contains the metadata of the exe, such as the file types of
inputs, outputs and options.
There are two principal use cases, first wrapping/calling Python functions that
have been defined in external Python 3 packages, or scripts. Second, creating a
CLI tool that supports emitting tool contracts, running resolved tool contracts
and complete argparse-style CLI.