Rename the diffx Python module and package to pydiffx.

Review Request #11715 — Created July 10, 2021 and submitted — Latest diff uploaded

Information

DiffX
master

Reviewers

There's already a Python package on PyPI called diffx. It's an XML
diffing library, formerly known as XmlXdiff. They picked a good name,
but unfortunately it conflicts with our name.

To avoid a conflict, our module is now named pydiffx.

Unit tests passed on Python 2 and 3.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Rename the diffx Python module and package to pydiffx.
There's already a Python package on PyPI called `diffx`. It's an XML diffing library, formerly known as `XmlXdiff`. They picked a good name, but unfortunately it conflicts with our name. To avoid a conflict, our module is now named `pydiffx`.
7217c51e1d680bfcf2fdac54b639e3dd25580cee Christian Hammond

Files

python/setup.py
python/pydiffx/__init__.py Was python/diffx/__init__.py
python/pydiffx/errors.py Was python/diffx/errors.py
python/pydiffx/options.py Was python/diffx/options.py
python/pydiffx/reader.py Was python/diffx/reader.py
python/pydiffx/sections.py Was python/diffx/sections.py
python/pydiffx/writer.py Was python/diffx/writer.py
python/pydiffx/integrations/__init__.py Was python/diffx/integrations/__init__.py
python/pydiffx/integrations/pygments_lexer.py Was python/diffx/integrations/pygments_lexer.py
python/pydiffx/tests/__init__.py Was python/diffx/tests/__init__.py
python/pydiffx/tests/test_reader.py Was python/diffx/tests/test_reader.py
python/pydiffx/tests/test_writer.py Was python/diffx/tests/test_writer.py
python/pydiffx/tests/testcases.py Was python/diffx/tests/testcases.py
python/pydiffx/utils/__init__.py Was python/diffx/utils/__init__.py
python/pydiffx/utils/text.py Was python/diffx/utils/text.py
python/setup.py
python/diffx/__init__.py
python/diffx/errors.py
python/diffx/options.py
python/diffx/reader.py
python/diffx/sections.py
python/diffx/writer.py
python/diffx/integrations/__init__.py
python/diffx/integrations/pygments_lexer.py
python/diffx/tests/__init__.py
python/diffx/tests/test_reader.py
python/diffx/tests/test_writer.py
python/diffx/tests/testcases.py
python/diffx/utils/__init__.py
python/diffx/utils/text.py
Loading...