-
- Downloads
Merge branch 'dev-web' into 'main'
RELEASE: Bump to version 0.2.0 Closes translatex_web#1 See merge request !3
Showing
- CHANGELOG.md 15 additions, 0 deletionsCHANGELOG.md
- pyproject.toml 17 additions, 6 deletionspyproject.toml
- src/translatex/__init__.py 8 additions, 1 deletionsrc/translatex/__init__.py
- src/translatex/main.py 69 additions, 35 deletionssrc/translatex/main.py
- src/translatex/marker.py 52 additions, 26 deletionssrc/translatex/marker.py
- src/translatex/preprocessor.py 18 additions, 10 deletionssrc/translatex/preprocessor.py
- src/translatex/tokenizer.py 53 additions, 32 deletionssrc/translatex/tokenizer.py
- src/translatex/translator.py 240 additions, 84 deletionssrc/translatex/translator.py
- tests/conftest.py 1 addition, 0 deletionstests/conftest.py
- tests/fixtures/fixt_markers.py 5 additions, 4 deletionstests/fixtures/fixt_markers.py
- tests/fixtures/fixt_tokenizers.py 7 additions, 0 deletionstests/fixtures/fixt_tokenizers.py
- tests/fixtures/fixt_translators.py 18 additions, 0 deletionstests/fixtures/fixt_translators.py
- tests/test_main.py 81 additions, 0 deletionstests/test_main.py
- tests/test_marker.py 8 additions, 6 deletionstests/test_marker.py
- tests/test_preprocessor.py 7 additions, 7 deletionstests/test_preprocessor.py
- tests/test_tokenizer.py 7 additions, 8 deletionstests/test_tokenizer.py
- tests/test_translator.py 43 additions, 0 deletionstests/test_translator.py
- tests/texfiles/helloworld.tex 4 additions, 0 deletionstests/texfiles/helloworld.tex
Loading
Please register or sign in to comment