https://github.com/0dminnimda/translation_comparator
It is a statically typed library that нelps to compare translated code.
https://github.com/0dminnimda/translation_comparator
Last synced: 3 months ago
JSON representation
It is a statically typed library that нelps to compare translated code.
- Host: GitHub
- URL: https://github.com/0dminnimda/translation_comparator
- Owner: 0dminnimda
- License: mit
- Created: 2021-07-09T19:00:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T13:02:33.000Z (over 3 years ago)
- Last Synced: 2025-03-03T18:17:10.886Z (4 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```