vnlog 1.38-1 source package in Ubuntu

Changelog

vnlog (1.38-1) unstable; urgency=medium

  * New upstream release

    - Python vnlog.slurp() can accept a structured dtype, so it can now
    read non-numerical data

 -- Dima Kogan <email address hidden>  Tue, 02 Jul 2024 10:19:52 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
vnlog_1.38-1.dsc 2.3 KiB b14acc6861718cdcb03e668e94cc8225f6e419296b9cdb7135dac2d36c50f52d
vnlog_1.38.orig.tar.gz 140.8 KiB 86a295953ca6f5fc4e16d97246434f6e68f597766c4c6d1e12953033bd66262f
vnlog_1.38-1.debian.tar.xz 6.2 KiB c87c07a957ad95301c36f3d2d764078755ab50b7acad71dcef9ecec30617ffbd

Available diffs

No changes file available.

Binary packages built by this source

libvnlog-dev: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog is a trivially-simple log format consisting of an ASCII table with
 comments and labelled fields. This package provides a C library that simplifies
 generating such logs. Dev files.

libvnlog-perl: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog is a trivially-simple log format consisting of an ASCII table with
 comments and labelled fields. This package provides a simple Perl library to
 parse such logs.

libvnlog0: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog is a trivially-simple log format consisting of an ASCII table with
 comments and labelled fields. This package provides a C library that simplifies
 generating such logs.

libvnlog0-dbgsym: debug symbols for libvnlog0
python3-vnlog: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog is a trivially-simple log format consisting of an ASCII table with
 comments and labelled fields. This package provides a simple Python3 library to
 parse such logs.

vnlog: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog is a trivially-simple log format consisting of an ASCII table with
 comments and labelled fields. This package provides tools to process and
 manipulate such logs. The tools are:
 .
 vnl-filter selects a subset of the rows/columns in a vnlog and/or to
 manipulates the contents. This is effectively an awk wrapper.
 .
 vnl-sort, vnl-uniq, vnl-join, vnl-tail and vnl-ts are wrappers around the
 corresponding commandline tools
 .
 vnl-align aligns vnlog columns for easy interpretation by humans
 .
 vnl-make-matrix converts a one-point-per-line vnlog to a matrix of data