https://github.com/pyropy/python-doc-comparison
Python library for easy document comparison on text files.
https://github.com/pyropy/python-doc-comparison
document-comparison python
Last synced: 11 months ago
JSON representation
Python library for easy document comparison on text files.
- Host: GitHub
- URL: https://github.com/pyropy/python-doc-comparison
- Owner: pyropy
- License: mit
- Created: 2019-12-28T13:09:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T00:00:33.000Z (almost 4 years ago)
- Last Synced: 2024-05-28T17:07:33.181Z (about 2 years ago)
- Topics: document-comparison, python
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========
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:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox