Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Releases: rzmk/qsv-duct

v0.0.2

03 Jun 10:40
v0.0.2
cffa14e
Compare
Choose a tag to compare

qsv-duct v0.0.2

qsv-duct is a Python wrapper based on the qsv CLI tool.

Ensure you have qsv already installed and accessible from PATH to use this library as intended.

In this version the major feature is the addition of qsv.index, which can help speed up other commands that could benefit from an index file being present. Also, there were various CI/CD/data fixes, doc update, a fix for qsv.table's condense parameter casting, and added tests for qsv.count and qsv.index.

Read here to see examples on how to use this library.

See commits since previous release here: v0.0.1...v0.0.2

v0.0.1

02 Jun 17:56
v0.0.1
8e6b113
Compare
Choose a tag to compare

qsv-duct v0.0.1

qsv-duct is a Python wrapper based on the qsv CLI tool.

Ensure you have qsv already installed and accessible from PATH to use this library as intended.

In this version, qsv-duct includes qsv commands: count, sample, slice, and table. Not all options may be supported.

Read here to see examples on how to use this library.