This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
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