Metadata-Version: 2.1
Name: Weblate-em0t
Version: 4.2
Summary: A web-based continuous localization system with tight version control integration
Home-page: https://weblate.org/
Author: Michal Čihař
Author-email: michal@cihar.com
License: GPLv3+
Download-URL: https://weblate.org/download/
Project-URL: Issue Tracker, https://github.com/WeblateOrg/weblate/issues
Project-URL: Documentation, https://docs.weblate.org/
Project-URL: Source Code, https://github.com/WeblateOrg/weblate
Project-URL: Twitter, https://twitter.com/WeblateOrg
Keywords: i18n l10n gettext git mercurial translate
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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.6
Description-Content-Type: text/x-rst
Requires-Dist: bleach (<3.2.0,>=3.1.1)
Requires-Dist: borgbackup (<1.2.0,>=1.1.9)
Requires-Dist: celery[redis] (<4.5,>=4.4.2)
Requires-Dist: cssselect (<1.2.0,>=1.0.0)
Requires-Dist: Cython (<0.30,>=0.29.14)
Requires-Dist: diff-match-patch (==20200713)
Requires-Dist: Django (<3.2,>=3.0.5)
Requires-Dist: django-appconf (<1.1,>=1.0.0)
Requires-Dist: django-compressor (<2.5,>=2.4)
Requires-Dist: django-crispy-forms (<1.10.0,>=1.9.0)
Requires-Dist: django-filter (<2.4.0,>=2.2.0)
Requires-Dist: django-redis (<4.13.0,>=4.11.0)
Requires-Dist: djangorestframework (<3.12.0,>=3.11.0)
Requires-Dist: filelock (<3.1.0,>=3.0.0)
Requires-Dist: future (<0.19.0,>=0.18.0)
Requires-Dist: GitPython (<3.2.0,>=2.1.15)
Requires-Dist: hiredis (<1.2.0,>=1.0.1)
Requires-Dist: html2text (<2020.1.17,>=2019.8.11)
Requires-Dist: jellyfish (<0.9.0,>=0.7.2)
Requires-Dist: jsonschema (<3.3.0,>=3.0.0)
Requires-Dist: lxml (<4.6.0,>=4.4.0)
Requires-Dist: methodtools (<0.5,>=0.4.2)
Requires-Dist: misaka (<2.2.0,>=2.1.0)
Requires-Dist: openpyxl (!=3.0.2,<3.1,>=2.6.0)
Requires-Dist: Pillow (<7.3.0,>=6.0.0)
Requires-Dist: pycairo (>=1.15.3)
Requires-Dist: pygobject (>=3.27.0)
Requires-Dist: pyparsing (<2.5.0,>=2.4.0)
Requires-Dist: python-dateutil (>=2.8.1)
Requires-Dist: python-redis-lock (<3.7.0,>=3.4.0)
Requires-Dist: requests (<2.25.0,>=2.20.0)
Requires-Dist: sentry-sdk (<0.17.0,>=0.13.0)
Requires-Dist: setuptools (>=36.0.1)
Requires-Dist: siphashc (<2.0,>=1.2)
Requires-Dist: social-auth-app-django (==4.0.0)
Requires-Dist: social-auth-core (==3.3.3)
Requires-Dist: translate-toolkit (<3.1.0,>=3.0.0)
Requires-Dist: translation-finder (==2.1)
Requires-Dist: user-agents (<2.2,>=2.0)
Requires-Dist: weblate-schemas (==0.4)
Requires-Dist: Whoosh (==2.7.4)
Provides-Extra: amazon
Requires-Dist: boto3 (<1.15.0,>=1.9.0) ; extra == 'amazon'
Provides-Extra: antispam
Requires-Dist: akismet (<1.2,>=1.0.1) ; extra == 'antispam'
Provides-Extra: gerrit
Requires-Dist: git-review (>=1.27.0) ; extra == 'gerrit'
Provides-Extra: google
Requires-Dist: google-cloud-translate (<2.1.0,>=2.0.1) ; extra == 'google'
Provides-Extra: ini
Requires-Dist: iniparse (==0.5) ; extra == 'ini'
Provides-Extra: ldap
Requires-Dist: django-auth-ldap (<2.3.0,>=1.3.0) ; extra == 'ldap'
Provides-Extra: msterminology
Requires-Dist: zeep (<3.5.0,>=3.2.0) ; extra == 'msterminology'
Provides-Extra: mercurial
Requires-Dist: Mercurial (>=5.2) ; extra == 'mercurial'
Provides-Extra: mysql
Requires-Dist: mysqlclient (>=1.3.13) ; extra == 'mysql'
Provides-Extra: ocr
Requires-Dist: tesserocr (>=2.3.0) ; extra == 'ocr'
Provides-Extra: openidconnect
Requires-Dist: social-auth-core[openidconnect] (==3.3.3) ; extra == 'openidconnect'
Provides-Extra: php
Requires-Dist: phply (==1.2.5) ; extra == 'php'
Provides-Extra: postgres
Requires-Dist: psycopg2-binary (<2.9.0,>=2.7.7) ; extra == 'postgres'
Provides-Extra: saml
Requires-Dist: python3-saml (>=1.2.1) ; extra == 'saml'
Provides-Extra: subtitles
Requires-Dist: aeidon (<1.8.0,>=1.6.0) ; extra == 'subtitles'
Provides-Extra: unicode
Requires-Dist: chardet (==3.0.4) ; extra == 'unicode'
Provides-Extra: yaml
Requires-Dist: ruamel.yaml (<0.17.0,>=0.16.0) ; extra == 'yaml'
Provides-Extra: all
Requires-Dist: aeidon (<1.8.0,>=1.6.0) ; extra == 'all'
Requires-Dist: akismet (<1.2,>=1.0.1) ; extra == 'all'
Requires-Dist: boto3 (<1.15.0,>=1.9.0) ; extra == 'all'
Requires-Dist: chardet (==3.0.4) ; extra == 'all'
Requires-Dist: django-auth-ldap (<2.3.0,>=1.3.0) ; extra == 'all'
Requires-Dist: git-review (>=1.27.0) ; extra == 'all'
Requires-Dist: google-cloud-translate (<2.1.0,>=2.0.1) ; extra == 'all'
Requires-Dist: iniparse (==0.5) ; extra == 'all'
Requires-Dist: Mercurial (>=5.2) ; extra == 'all'
Requires-Dist: mysqlclient (>=1.3.13) ; extra == 'all'
Requires-Dist: phply (==1.2.5) ; extra == 'all'
Requires-Dist: psycopg2-binary (<2.9.0,>=2.7.7) ; extra == 'all'
Requires-Dist: python3-saml (>=1.2.1) ; extra == 'all'
Requires-Dist: ruamel.yaml (<0.17.0,>=0.16.0) ; extra == 'all'
Requires-Dist: social-auth-core[openidconnect] (==3.3.3) ; extra == 'all'
Requires-Dist: tesserocr (>=2.3.0) ; extra == 'all'
Requires-Dist: zeep (<3.5.0,>=3.2.0) ; extra == 'all'

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

**Weblate is a copylefted libre software web-based continuous localization system,
used by over 1150 libre projects and companies in more than 115 countries.**

Install it, or use the Hosted Weblate service at `weblate.org`_.

.. 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/Weblate.svg
    :target: https://pypi.org/project/Weblate/

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

.. image:: https://img.shields.io/github/license/WeblateOrg/weblate.svg
    :alt: License
    :target: https://github.com/WeblateOrg/weblate/blob/master/COPYING

Support
-------

Weblate is a libre software with optional professional support and cloud
hosting offerings. Check out https://weblate.org/hosting/ for more information.

Documentation
-------------

To be found in the ``docs`` directory of the source code, or
viewed online on https://docs.weblate.org/

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

Setup instructions:

https://docs.weblate.org/en/latest/admin/install.html

Bugs
----

Please report feature requests and problems to:

https://github.com/WeblateOrg/weblate/issues

License
-------

Copyright © 2012–2020 Michal Čihař michal@cihar.com

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see https://www.gnu.org/licenses/.

.. _weblate.org: https://weblate.org/


