Metadata-Version: 1.1
Name: zodb.py3migrate
Version: 0.1
Summary: Helper to check if ZODB is Python 3 ready by displaying binary fields that might need conversion to unicode.
Home-page: https://bitbucket.org/gocept/zodb.py3migrate/
Author: gocept <mail@gocept.com>
Author-email: mail@gocept.com
License: MIT License
Description: ===================================
        zodb.py3migrate - ZODB and Python 3
        ===================================
        
        If you have a ZODB_ database written using Python 2.x this package helps you to
        get your database ready for using it with Python 3. It is able to:
        
        * display objects which need to be converted,
        
        * do most of the the conversion for you,
        
        * and switch the database file to be readable in a process running Python 3.
        
        This package is compatible with Python version 2.7.
        
        .. _ZODB : http://zodb.org
        
        
        ==========
        Developing
        ==========
        
        :Author:
            `gocept <http://gocept.com/>`_ <mail@gocept.com>
        
        :Online documentation:
            https://pythonhosted.org/zodb.py3migrate/
        
        :PyPI page:
            https://pypi.python.org/pypi/zodb.py3migrate
        
        :Issues:
            https://github.com/gocept/zodb.py3migrate/issues
        
        :Source code:
            https://github.com/gocept/zodb.py3migrate
        
        :Current change log:
            https://raw.githubusercontent.com/gocept/zodb.py3migrate/master/CHANGES.rst
        
        
        ==========
        Change log
        ==========
        
        0.1 (2016-05-19)
        ================
        
        * Initial release.
        
Keywords: zodb python3
Platform: UNKNOWN
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
