About Anaconda Help Download Anaconda

pyston / packages / python-levenshtein 0.12.2

Python extension for computing string edit distances and similarities.

Installers

  • linux-64 v0.12.2
  • linux-aarch64 v0.12.2

conda install

To install this package run one of the following:
conda install pyston::python-levenshtein

Description

A Python extension written in C for fast computation of: Levenshtein (edit) distance and edit sequence manipulation; string similarity; approximate median strings, and generally string averaging; string sequence and set similarity. Levenshtein has a some overlap with difflib (SequenceMatcher). It supports only strings, not arbitrary sequence types, but on the other hand it's much faster.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy