Metadata-Version: 2.1
Name: translation-comparator
Version: 0.1.0
Summary: Helps to compare translated code.
Home-page: https://github.com/0dminnimda/translation_comparator
Author: 0dminnimda
Author-email: 0dminnimda.contact@gmail.com
License: MIT
Project-URL: Bug tracker, https://github.com/0dminnimda/translation_comparator/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: cython
License-File: LICENSE

# Translation Comparator

It is a statically typed library that РЅelps to compare translated code.

## Cython

Will remove most of the useless difference between files so you can focus on the important difference.

[Example of use with cython](https://github.com/0dminnimda/translation_comparator/blob/main/examples/cython/run_cython_comparison.py)

## Library Installation

Available on PyPI:

```console
python -m pip install translation_comparator
```

### Installing optional dependencies

For example, this is how you can install a package with the required dependencies to work with cython.

```console
python -m pip install translation_comparator[cython]
```

## Upgrading

```console
python -m pip install -U translation_comparator
```


