This repository provides hook and operator to connect to the Lokalise API using the Lokalise Python SDK.
The package is available on pip. It can be installed using
pip install airflow-providers-lokalise
Hook and operator are using the following parameter to connect to Lokalise API:
lokalise_conn_id
: name of the connection in Airflowpassword
: personal API token to connect to the API. Can be obtained following this documentationhost
: name of the project in Lokalise.
- Hook is located in the
lokalise_provider/hooks
folder. - Operator is located in the
lokalise_provider/operator
folder. - Tests for hook and operator are located in the
tests
folder.
- Python >= 3.10
- Airflow >= 2.7
- python-lokalise-api>=2.1.0
Additional dependencies are described in the pyproject.toml file.