Metadata-Version: 2.4
Name: django_deepl_po
Version: 0.0.1
Summary: 
License: GNU GPLv3
License-File: LICENSE
Author: Kapt dev team
Author-email: dev@kapt.mobi
Requires-Python: >=3.10,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: Django (>=3.2)
Requires-Dist: deepl (>=1.21,<2.0)
Requires-Dist: polib (>=1.2,<2.0)
Project-URL: Repository, https://gitlab.com/kapt/open-source/django_deepl_po
Description-Content-Type: text/markdown

# django_deepl_po

Django_deepl_po is a module that allows you to translate Django project .po files using DeepL.

# Requirements

- Python 3.12+
- Django 3.2+

# Installation

- run `pip install django_deepl_po`
- add `django_deepl_po` to your `INSTALLED_APPS`

