Metadata-Version: 2.4
Name: wllegal
Version: 2026.4
Summary: Hosted Weblate legal stuff
Author-email: Michal Čihař <michal@weblate.org>
License-Expression: GPL-3.0-or-later
Project-URL: Documentation, https://docs.weblate.org/
Project-URL: Download, https://github.com/WeblateOrg/wllegal
Project-URL: Funding, https://weblate.org/donate/
Project-URL: Homepage, https://weblate.org/
Project-URL: Issue Tracker, https://github.com/WeblateOrg/wllegal/issues
Project-URL: Source Code, https://github.com/WeblateOrg/wllegal
Project-URL: Twitter, https://twitter.com/WeblateOrg
Keywords: i18n,l10n,gettext,git,mercurial,translate
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Django<6.1,>=5.2
Requires-Dist: weblate-language-data>=2026.7
Provides-Extra: dev
Requires-Dist: wllegal[lint,test]; extra == "dev"
Provides-Extra: lint
Requires-Dist: prek==0.4.0; extra == "lint"
Provides-Extra: test
Requires-Dist: wllegal[weblate]; extra == "test"
Requires-Dist: coverage==7.14.0; extra == "test"
Requires-Dist: translate-toolkit; extra == "test"
Provides-Extra: weblate
Requires-Dist: Weblate[postgres]>=5.0; extra == "weblate"
Requires-Dist: django-otp<1.7.0; python_version < "3.12" and extra == "weblate"
Dynamic: license-file

.. image:: https://s.weblate.org/cdn/Logo-Darktext-borders.png
   :alt: Weblate
   :target: https://weblate.org/
   :height: 80px

**Weblate is libre software web-based continuous localization system,
used by over 2500 libre projects and companies in more than 165 countries.**


This is legal module used on the `Hosted Weblate service
<https://weblate.org/hosting/>`_.

You can use them as an example how to customize `Weblate
<https://weblate.org/>`_, but there are probably not generally usable.  If you
think something should be part of Weblate, please open an issue.

.. image:: https://img.shields.io/badge/website-weblate.org-blue.svg
    :alt: Website
    :target: https://weblate.org/

.. image:: https://hosted.weblate.org/widgets/weblate/-/svg-badge.svg
    :alt: Translation status
    :target: https://hosted.weblate.org/engage/weblate/?utm_source=widget

.. image:: https://bestpractices.coreinfrastructure.org/projects/552/badge
    :alt: CII Best Practices
    :target: https://bestpractices.coreinfrastructure.org/projects/552

.. image:: https://img.shields.io/pypi/v/wllegal.svg
    :target: https://pypi.org/project/wllegal/
    :alt: PyPI package

.. image:: https://readthedocs.org/projects/weblate/badge/
    :alt: Documentation
    :target: https://docs.weblate.org/

Installation
------------

Install using pip:

.. code-block:: sh

    pip3 install wllegal

Sources are available at <https://github.com/WeblateOrg/wllegal>.

Usage
-----

Include the module in the `INSTALLED_APPS`, it has to be placed prior to other
Weblate modules to override it's templates:

.. code-block:: python

   INSTALLED_APPS.insert(0, "wllegal")
