Metadata-Version: 2.1
Name: translate-toolkit
Version: 3.0.0
Summary: Tools and API for translation and localization engineering.
Home-page: http://toolkit.translatehouse.org/
Download-URL: https://github.com/translate/translate/releases/tag/3.0.0
Author: Translate
Author-email: translate-devel@lists.sourceforge.net
License: GNU General Public License (GPL)
Project-URL: Issue Tracker, https://github.com/translate/translate/issues
Project-URL: Documentation, http://docs.translatehouse.org/projects/translate-toolkit/
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization
Requires-Python: >=3.5
License-File: COPYING
Requires-Dist: lxml!=4.3.1,>=4.0
Provides-Extra: all
Requires-Dist: aeidon==1.7.0; extra == "all"
Requires-Dist: BeautifulSoup4>=4.3; extra == "all"
Requires-Dist: chardet==3.0.4; extra == "all"
Requires-Dist: cheroot==8.3.0; extra == "all"
Requires-Dist: iniparse==0.5; extra == "all"
Requires-Dist: phply==1.2.5; extra == "all"
Requires-Dist: pycountry==19.8.18; extra == "all"
Requires-Dist: pyenchant==3.1.1; extra == "all"
Requires-Dist: pyparsing==2.4.7; extra == "all"
Requires-Dist: python-Levenshtein>=0.12; extra == "all"
Requires-Dist: ruamel.yaml==0.16.10; extra == "all"
Requires-Dist: vobject==0.9.6.1; extra == "all"
Provides-Extra: subtitles
Requires-Dist: aeidon==1.7.0; extra == "subtitles"
Provides-Extra: trados
Requires-Dist: BeautifulSoup4>=4.3; extra == "trados"
Provides-Extra: chardet
Requires-Dist: chardet==3.0.4; extra == "chardet"
Provides-Extra: tmserver
Requires-Dist: cheroot==8.3.0; extra == "tmserver"
Provides-Extra: ini
Requires-Dist: iniparse==0.5; extra == "ini"
Provides-Extra: php
Requires-Dist: phply==1.2.5; extra == "php"
Provides-Extra: languages
Requires-Dist: pycountry==19.8.18; extra == "languages"
Provides-Extra: spellcheck
Requires-Dist: pyenchant==3.1.1; extra == "spellcheck"
Provides-Extra: rc
Requires-Dist: pyparsing==2.4.7; extra == "rc"
Provides-Extra: levenshtein
Requires-Dist: python-Levenshtein>=0.12; extra == "levenshtein"
Provides-Extra: yaml
Requires-Dist: ruamel.yaml==0.16.10; extra == "yaml"
Provides-Extra: ical
Requires-Dist: vobject==0.9.6.1; extra == "ical"


The `Translate Toolkit <http://toolkit.translatehouse.org/>`_ is created by
localizers for localizers. It contains several utilities, as well as an API for
building localization tools.

Some of the **tools** include:

- File format `converters
  <http://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/index.html#converters>`_
- `Quality checking
  <http://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/index.html#quality-assurance>`_
  tools
- Tools for counting, grepping, terminology extraction, and pseudo-localization

Apart from the code for the tools above, some features of the **API** include:

- Support for multiple `file formats
  <http://docs.translatehouse.org/projects/translate-toolkit/en/latest/formats/index.html>`_
- Language information and language support code (including language detection)
- Code for translation memory, terminology matching and indexed search
- Several helper classes and functions for tools built on the Translate
  Toolkit.

