Metadata-Version: 1.1
Name: zopyx.txng3.ext
Version: 3.5.0
Summary: Helper modules for TextIndexNG3 (Snowball stemmer, normalizer, splitter, etc.)
Home-page: http://sf.net/projects/textindexng/
Author: Andreas Jung, ZOPYX Ltd. & Co. KG
Author-email: info@zopyx.com
License: UNKNOWN
Description: zopyx.txng3.ext - Extension modules for TextIndexNG3
        ====================================================
        
        Author
        ------
        
        zopyx.txng3.ext is written by Andreas Jung for ZOPYX Ltd. & Co. KG, Tuebingen, Germany.
        
        License
        --------
        
        -  TextIndexNG 3 is published under the Zope Public License V 2.1 (see ZPL.txt)
           Other license agreements can be made. Contact us for details (info@zopyx.com).
        
        -  TextIndexNG 3 ships with a copy of the Snowball code (snowball.tartarus.org)
           for implementing stemming. This code is (C) 2001, Dr. Martin Porter and
           published under the BSD license.
        
        -  TextIndexNG3 ships with the python-levenshtein extension written by
           David Necas und published under the GNU Public License (GPL).
        
        
        Supported Python versions
        -------------------------
        
        - Python 2.7
        - Python 3.4
        - Python 3.5
        - Python 3.6
        - PyPy
        
        Contact
        -------
        
        | Andreas Jung/ZOPYX
        | D-72074 Tuebingen, Germany
        | E-mail: info at zopyx dot com
        | Web: http://www.zopyx.com
        
        
        Changes
        -------
        
        4.0.0 (unreleased)
        ------------------
        - Added support for Python 3.4, 3.5 and 3.6.
        
        3.4.0 (2016/02/02)
        ------------------
        - added support for PyPy
          https://github.com/zopyx/zopyx.txng3.ext/pull/6
        
        3.3.7 (2014/09/05)
        ------------------
        
        - Fix missing namespace declaration on ``ext``level in ``__init__.py`` and
          avoid recent setuptools to spit and fail.
        
        3.3.5 (2014/07/13)
        ------------------
        
        - Fix single-character poisoning bug
          (http://sourceforge.net/p/textindexng/bugs/125/).
        
        - fixed improper version number
        
        
        3.3.3 (2012/05/16)
        ------------------
        - applied patch for
          https://sourceforge.net/tracker/?func=detail&atid=458418&aid=3527329&group_id=50052
        
        3.3.2 (2010/03/10)
        ------------------
        - applied patch for bug #2964362 (fixing several crashes)
        
        3.3.1 (2009/03/15)
        ------------------
        - compabitlity with Python 2.4-2.6
        
        3.3.0 (2009/03/15)
        ------------------
        - refactored and re-released as zopyx.txng3.ext
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
