Metadata-Version: 2.1
Name: compare-locales
Version: 5.0.2
Summary: Python library and scripts to assist in localizing Mozilla projects
Home-page: UNKNOWN
Author: Axel Hecht
Author-email: axel@mozilla.com
License: MPL 2.0
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Requires-Dist: fluent (<0.10,>=0.9.0)
Requires-Dist: pytoml
Requires-Dist: six

This library and the command-line script provide a way to check
a given localization for completeness, errors and warnings. It also supports
"l10n merge", which produces sanitized versions of localized files to be
included in builds and deployments. For more information see
https://developer.mozilla.org/en/docs/Compare-locales


