rapidfuzz / CyDifflibLinks
CyDifflib is a fast implementation of difflib's algorithms, which can be used as a drop-in replacement.
☆29Updated 6 months ago
Alternatives and similar repositories for CyDifflib
Users that are interested in CyDifflib are comparing it to the libraries listed below
Sorting:
- Efficient string matching with regular expressions☆144Updated last week
- Lint Cython files☆90Updated this week
- Wilcard File Name matching library☆149Updated last month
- Call asynchronous code from an extension module.☆59Updated 2 months ago
- Define c structs with typing☆20Updated 2 months ago
- Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking pur…☆72Updated 4 months ago
- Vendorize packages from PyPI☆105Updated last year
- A simple Python wheel builder for simple projects.☆32Updated last week
- A Python implementation of Lunr.js 🌖☆200Updated 7 months ago
- Microlog - A continuous profiler/logger for Python with microscopically small recordings, no overhead, and super-fast rendering using PyS…☆48Updated last week
- Python library for fast approximate string matching using Jaro and Jaro-Winkler similarity☆74Updated last year
- Run pytest on markdown code fence blocks☆73Updated 6 months ago
- Martins Python Utilities - Stuff that comes in Handy☆60Updated 2 years ago
- A fast and flexible reimplementation of data classes☆85Updated 2 years ago
- A clever brute-force correlator for kinda-messy data☆82Updated last year
- A quicker pickle☆109Updated 3 years ago
- A mini dashboard to help find slow tests in pytest.☆83Updated last year
- Backport of the pickle 5 protocol (PEP 574)☆33Updated 3 years ago
- A fun party trick to run Python code from another venv into this one.☆204Updated 7 months ago
- Pure Python cross-platform pyclean. Clean up your Python bytecode.☆78Updated this week
- Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html☆122Updated last month
- Cross-specification JSON referencing (JSON Schema, OpenAPI, and the one you just made up!)☆51Updated this week
- Minimal, super readable string pattern matching for python.☆182Updated last year
- Python API for PDF documents☆124Updated last year
- modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph …