Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@rzmk rzmk released this 03 Jun 10:40
· 1 commit to main since this release
v0.0.2
cffa14e

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