CHANGES.rst
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
wl
LICENSES/CC0-1.0.txt
LICENSES/GPL-3.0-or-later.txt
completion/wlc
tests/__init__.py
tests/test_base.py
tests/test_config.py
tests/test_errors.py
tests/test_main.py
tests/test_package.py
tests/test_statistics.py
tests/test_urls.py
tests/test_utils.py
tests/test_wlc.py
tests/test_data/.weblate
tests/test_data/section
tests/test_data/weblate.ini
tests/test_data/wlc
tests/test_data/api/categories
tests/test_data/api/categories-1
tests/test_data/api/changes
tests/test_data/api/components
tests/test_data/api/components-hello-android
tests/test_data/api/components-hello-android-file
tests/test_data/api/components-hello-android-file--GET--format=zip
tests/test_data/api/components-hello-olderweblate
tests/test_data/api/components-hello-weblate
tests/test_data/api/components-hello-weblate--DELETE--
tests/test_data/api/components-hello-weblate--PATCH--priority=80
tests/test_data/api/components-hello-weblate-changes
tests/test_data/api/components-hello-weblate-file
tests/test_data/api/components-hello-weblate-file--GET--format=zip
tests/test_data/api/components-hello-weblate-lock
tests/test_data/api/components-hello-weblate-lock--POST--lock=0
tests/test_data/api/components-hello-weblate-lock--POST--lock=1
tests/test_data/api/components-hello-weblate-lock--POST--lock=false
tests/test_data/api/components-hello-weblate-lock--POST--lock=true
tests/test_data/api/components-hello-weblate-repository
tests/test_data/api/components-hello-weblate-repository--POST--operation=cleanup
tests/test_data/api/components-hello-weblate-repository--POST--operation=commit
tests/test_data/api/components-hello-weblate-repository--POST--operation=pull
tests/test_data/api/components-hello-weblate-repository--POST--operation=push
tests/test_data/api/components-hello-weblate-repository--POST--operation=reset
tests/test_data/api/components-hello-weblate-statistics
tests/test_data/api/components-hello-weblate-statistics--GET--page=2
tests/test_data/api/components-hello-weblate-statistics--GET--page=3
tests/test_data/api/components-hello-weblate-translations
tests/test_data/api/components-hello-weblate-translations--GET--page=2
tests/test_data/api/components-hello-weblate-translations--POST--language_code=nl_BE
tests/test_data/api/languages
tests/test_data/api/languages--GET--page=2
tests/test_data/api/languages--GET--page=3
tests/test_data/api/languages--POST--code=tst--name=Test-Language--direction=rtl--plural=number=2--formula=n-!=-1
tests/test_data/api/projects
tests/test_data/api/projects--POST--name=Hello--slug=hello--web=http---example.com---source_language=name=Malayalam--code=ml
tests/test_data/api/projects--POST--name=denied_json--slug=denide_json--web=http---some-weblate-app.com-
tests/test_data/api/projects-acl
tests/test_data/api/projects-empty
tests/test_data/api/projects-empty-components
tests/test_data/api/projects-hello
tests/test_data/api/projects-hello--DELETE--
tests/test_data/api/projects-hello-categories
tests/test_data/api/projects-hello-changes
tests/test_data/api/projects-hello-components
tests/test_data/api/projects-hello-components--POST--3fcd0ab4
tests/test_data/api/projects-hello-components--POST--c9c26539
tests/test_data/api/projects-hello-languages
tests/test_data/api/projects-hello-repository
tests/test_data/api/projects-hello-repository--POST--operation=cleanup
tests/test_data/api/projects-hello-repository--POST--operation=commit
tests/test_data/api/projects-hello-repository--POST--operation=pull
tests/test_data/api/projects-hello-repository--POST--operation=push
tests/test_data/api/projects-hello-repository--POST--operation=reset
tests/test_data/api/projects-hello-statistics
tests/test_data/api/projects-invalid
tests/test_data/api/translations
tests/test_data/api/translations--GET--page=2
tests/test_data/api/translations--GET--page=3
tests/test_data/api/translations-hello-android-en-units
tests/test_data/api/translations-hello-android-en-units--POST--key=test-monolingual--value=-test-me-
tests/test_data/api/translations-hello-weblate-cs
tests/test_data/api/translations-hello-weblate-cs--DELETE--
tests/test_data/api/translations-hello-weblate-cs-changes
tests/test_data/api/translations-hello-weblate-cs-file
tests/test_data/api/translations-hello-weblate-cs-file--GET--format=csv
tests/test_data/api/translations-hello-weblate-cs-file--POST--3748506a
tests/test_data/api/translations-hello-weblate-cs-file--POST--5c6a101f
tests/test_data/api/translations-hello-weblate-cs-file--POST--85762547
tests/test_data/api/translations-hello-weblate-cs-file--POST--90a4957d
tests/test_data/api/translations-hello-weblate-cs-file--POST--f8672b4c
tests/test_data/api/translations-hello-weblate-cs-file--POST--fe040a0c
tests/test_data/api/translations-hello-weblate-cs-repository
tests/test_data/api/translations-hello-weblate-cs-repository--POST--operation=cleanup
tests/test_data/api/translations-hello-weblate-cs-repository--POST--operation=commit
tests/test_data/api/translations-hello-weblate-cs-repository--POST--operation=pull
tests/test_data/api/translations-hello-weblate-cs-repository--POST--operation=push
tests/test_data/api/translations-hello-weblate-cs-repository--POST--operation=reset
tests/test_data/api/translations-hello-weblate-cs-statistics
tests/test_data/api/translations-hello-weblate-cs-units
tests/test_data/api/translations-hello-weblate-cs-units--GET--q=source%3A%3D%22mr%22
tests/test_data/api/units
tests/test_data/api/units-123
tests/test_data/api/units-123--DELETE--
tests/test_data/api/units-123--PATCH--target=-foo---state=30
tests/test_data/api/units-123--PUT--target=-foo---state=30
tests/test_data/mock/project-local-file.pot
wlc/__init__.py
wlc/base.py
wlc/client.py
wlc/config.py
wlc/const.py
wlc/exceptions.py
wlc/http_debug.py
wlc/main.py
wlc/models.py
wlc/output.py
wlc/py.typed
wlc/utils.py
wlc.egg-info/PKG-INFO
wlc.egg-info/SOURCES.txt
wlc.egg-info/dependency_links.txt
wlc.egg-info/entry_points.txt
wlc.egg-info/requires.txt
wlc.egg-info/top_level.txt