Skip to main content

A library for comparing sequential data

Project description

Pyaliner

Library for aligning and visually comparing sequential data in the terminal.

paired ground-truth vs predicted comparison

compact

Compact paired ground-truth vs predicted

classic

Classic paired ground-truth vs predicted

inlined ground-truth vs predicted comparison

compact

Compact inlined ground-truth vs predicted

classic

Classic inlined ground-truth vs predicted

paired input vs ground-truth vs predicted comparison

compact

Compact paired input vs ground-truth vs predicted

classic

Classic paired input vs ground-truth vs predicted

paired ground-truth vs 1st predicted vs 2nd predicted comparison

Classic paired ground-truth vs 1st predicted vs 2nd predicted

alignment

>>> from pyaliner import align, COMPACT

>>> align('Example invalid invalid sentence'.split(), 'Example sentence'.split())
(('Example', 'invalid', 'invalid', 'sentence'), ('Example', '⎵', '⎵', 'sentence'))

>>> align('Example invalid invalid sentence'.split(), 'Example sentence'.split(), kind=COMPACT)
(('Example', 'invalid∙invalid', 'sentence'), ('Example', '⎵', 'sentence'))

Limitations

  • Three-way alignment uses a slow heuristic.
  • Wide characters, e.g., East Asian scripts, are not properly aligned with narrow ones

Installing

Install with pip:

pip install pyaliner

Testing

Unit tests are written with pytest and hypothesis. Run with:

pip install pytest hypothesis

pytest

Changelog

Check the Changelog for fixes and enhancements of each version.

License

Copyright Jose Llarena 2022

Distributed under the terms of the MIT license, Pyaliner is free and open source software.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyaliner-0.1.2.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

pyaliner-0.1.2-py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page