Metadata-Version: 2.0
Name: nti.i18n
Version: 1.0.0
Summary: i18n and L10n data and interfaces
Home-page: https://github.com/NextThought/nti.i18n
Author: Jason Madden
Author-email: jason@nextthought.com
License: Apache
Keywords: i18n l10n zope component iana data locales
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Zope3
Requires-Dist: setuptools
Requires-Dist: zope.cachedescriptors
Requires-Dist: zope.component
Requires-Dist: zope.interface
Provides-Extra: test
Requires-Dist: zope.configuration; extra == 'test'
Requires-Dist: zope.testrunner; extra == 'test'
Provides-Extra: test
Requires-Dist: plone.i18n (<3.0); python_version == "2.7" and extra == 'test'
Requires-Dist: zope.browserresource; python_version == "2.7" and extra == 'test'

==========
 nti.i18n
==========

.. image:: https://travis-ci.org/NextThought/nti.i18n.svg?branch=master
    :target: https://travis-ci.org/NextThought/nti.i18n

.. image:: https://coveralls.io/repos/github/NextThought/nti.i18n/badge.svg?branch=master
    :target: https://coveralls.io/github/NextThought/nti.i18n?branch=master

.. image:: https://readthedocs.org/projects/ntii18n/badge/?version=latest
    :target: http://ntii18n.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

nti.i18n offers a small set of data and classes to support
internationalization and localization in a generic Zope3/ZCA
environment.

nti.i18n was heavily influenced by `plone.i18n
<https://pypi.python.org/pypi/plone.i18n/>`_ prior to version 3.

For complete details and the changelog, see the `documentation <http://ntii18n.readthedocs.io/>`_.


