Metadata-Version: 1.1
Name: ps.zope.i18nfield
Version: 0.4
Summary: A zope.schema field for inline translations.
Home-page: https://github.com/propertyshelf/ps.zope.i18nfield
Author: Propertyshelf, Inc.
Author-email: development@propertyshelf.com
License: GPL
Download-URL: http://pypi.python.org/pypi/ps.zope.i18nfield
Description: ps.zope.i18nfield
        =================
        
        .. image:: https://img.shields.io/pypi/v/ps.zope.i18nfield.svg
           :target: https://pypi.python.org/pypi/ps.zope.i18nfield
           :alt: PyPI Version
        
        .. image:: https://img.shields.io/pypi/pyversions/ps.zope.i18nfield.svg
           :target: https://pypi.python.org/pypi/ps.zope.i18nfield
           :alt: Supported Python Versions
        
        .. image:: https://img.shields.io/travis/propertyshelf/ps.zope.i18nfield/master.svg
           :target: https://travis-ci.org/propertyshelf/ps.zope.i18nfield
           :alt: Travis CI status
        
        .. image:: https://img.shields.io/coveralls/github/propertyshelf/ps.zope.i18nfield/master.svg
           :target: https://coveralls.io/github/propertyshelf/ps.zope.i18nfield?branch=master
           :alt: Coverage Status
        
        
        This package provides a `zope.schema <https://pypi.python.org/pypi/zope.schema>`_ based field which allows multiple translations within the field.
        It uses a custom dictionary class for the storage.
        There is also a widget available for the `z3c.form <https://pypi.python.org/pypi/z3c.form>`_ library.
        
        Contributors
        ------------
        
        - Thomas Massmann, thomas@propertyshelf.com
        - Zach Cashero, zach@propertyshelf.com
        
        Changelog
        =========
        
        0.4 (2018-01-13)
        ----------------
        
        - Fix unicode error in z3c.form data converter.
        - Add custom widget template for Plone 5.
        
        
        0.3 (2017-11-17)
        ----------------
        
        - Add __hash__ method to I18NDict.
        
        
        0.2 (2016-10-26)
        ----------------
        
        - Add missing method definition for ILanguageAvailability interface.
        - Add plone.registry persistent adapters.
        - Add required Plone utilities.
        
        
        0.1.4 (2015-02-13)
        ------------------
        
        - Allow for indexing of normal dict and other values as well as I18NDict.
        - Better to iterate over the existing indices in case the available language configuration changes.
        
        
        0.1.3.1 (2014-11-14)
        --------------------
        
        - Added en translation.
        
        
        0.1.3 (2014-11-14)
        ------------------
        
        - Added translations (de, es).
        - Provide the 'Add translation' value already translated (e.g. for JS).
        
        
        0.1.2 (2014-11-01)
        ------------------
        
        - Return empty dict when value is None.
        - Test for correct value types before we set any data.
        - Correctly evaluate the bool value of the I18NDict when the field is required.
        - When the fallback is the first value found, sort the values so that the result is consistent with each repeated call.
        
        
        0.1.1 (2014-09-25)
        ------------------
        
        - Always return the super call instead of None when no sub-indices have been created yet.
        - Add tests to cover the sort method with and without values.
        
        
        0.1 (2014-09-23)
        ----------------
        
        - Initial release.
        
Keywords: zope zope3 schema i18n z3c.form
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope3
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Zope
