Commit History

minor refactoring and renamed cli.py to __main__ to reflect its true purpose
fdb2846

Chris commited on

Fixed a build bug
1616574

Chris commited on

Modified setup script to be more compliant with PEP 517
ef69eb9

Chris commited on

more refactoring (and a minor setup.py tweak)
279b84e

Chris commited on

started the refactoring & added a test_cli.py
92cc291

Chris commited on

Merge pull request #60 from tuyenhn/cli-update
a48a547
unverified

Nidhal Baccouri commited on

refactor to use click library and added other translators
da3c3c8

tuyenhn commited on

change qcri supported language prompt to be same as others
b5fa991

tuyenhn commited on

converted default dict get to None
af08fe3

nidhal baccouri commited on

updated theme
f7189fa

nidhal baccouri commited on

updated readme
2bbab3f

nidhal baccouri commited on

added content
9b39141

nidhal baccouri commited on

updated readme
dac50b2

nidhal baccouri commited on

updated readme
07b82a7

nidhal baccouri commited on

updated changeslog
ee99f4b

nidhal baccouri commited on

updated version
6a1a639

nidhal baccouri commited on

added opt params
55109ff

nidhal baccouri commited on

fixed inconsistency
ec51887

nidhal baccouri commited on

updated QRCI
b046d4e

nidhal baccouri commited on

updated yandex
9759c6a

nidhal baccouri commited on

added support for papago translator
790386c

nidhal baccouri commited on

Merge pull request #57 from nidhaloff/feature/papago
71647e5
unverified

Nidhal Baccouri commited on

added papago
714079e

nidhal baccouri commited on

structure papago api
97bacde

nidhal baccouri commited on

added api url
b1f5dde

nidhal baccouri commited on

updated readme
f1c6875

nidhal baccouri commited on

updated changeslog
d13a957

nidhal baccouri commited on

updated version
c846ac1

nidhal baccouri commited on

updated readme
cf48558

nidhal baccouri commited on

refactored googletrans
dce7e0b

nidhal baccouri commited on

added support for free deepl api
d120ba4

nidhal baccouri commited on

fixed deepl tests
40861f1

nidhal baccouri commited on

Merge pull request #51 from ThyWoof/master
3dffcd4
unverified

Nidhal Baccouri commited on

update doc
ac77ea3

ThyWoof commited on

make interface closer to other engines
a175f0e

ThyWoof commited on

updated readme
ce3ad77

nidhal baccouri commited on

updated changeslog
39d0731

nidhal baccouri commited on

updated version
e91e405

nidhal baccouri commited on

Merge pull request #50 from nidhaloff/feature/proxy
b566374
unverified

Nidhal Baccouri commited on

updated readme
bf1ba51

nidhal baccouri commited on

updated readme
97c5727

nidhal baccouri commited on

added proxy feature
53e803f

nidhal baccouri commited on

added proxy to googletrans
c9c6f12

nidhal baccouri commited on

Merge pull request #49 from bigsbunny/extend-cli-arguments
fcb8bdf
unverified

Nidhal Baccouri commited on

fixed a mistake in the README.rst file
7744a17

Bighnesh Sahoo commited on

updated README.rst to add documentation regarding the -lang flag for the terminal usage
40fe929

Bighnesh Sahoo commited on

addded cli functionality to return the languages supported by the chosen translator service
b96c7cf

Bighnesh Sahoo commited on

Merge pull request #48 from RubenEu/topic-deepl
bda0d63
unverified

Nidhal Baccouri commited on

Added DeepL tests
62575a2

RubénEu commited on

Improved the DeepL implementation
41a7e8f

RubénEu commited on