Skip to content

Python library for easy document comparison on text files.

License

Notifications You must be signed in to change notification settings

pyropy/python-doc-comparison

Repository files navigation

Overview

Python Package for simple document comparsion.

  • Free software: MIT license

Installation

pip install comparedocs

You can also install the in-development version with:

pip install git+ssh://git@https://github.com/pyropy/python-doc-comparsion/pyropy/python-doc-comparison.git@master

Documentation

https://python-doc-comparison.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Python library for easy document comparison on text files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published