
fastdiff 0.3.0
0
A fast native implementation of diff algorithm with a pure python fallback
Contents
A fast native implementation of diff algorithm with a pure python fallback
Stars: 39, Watchers: 39, Forks: 4, Open Issues: 7The syrusakbary/fastdiff repo was created 6 years ago and the last code push was 3 years ago. The project is moderately popular with 39 github stars!
How to Install fastdiff
You can install fastdiff using pip
pip install fastdiff
or add it to a project with poetry
poetry add fastdiff
Package Details
- Author
- Syrus Akbary
- License
- MIT license
- Homepage
- https://github.com/syrusakbary/fastdiff
- PyPi:
- https://pypi.org/project/fastdiff/
- GitHub Repo:
- https://github.com/syrusakbary/fastdiff
Classifiers
Related Packages
Errors
A list of common fastdiff errors.
Code Examples
Here are some fastdiff code examples and snippets.
pythonfix