zodb.py3migrate

Helper to check if ZODB is Python 3 ready by displaying binary fields that might need conversion to unicode.


Keywords
zodb, python3, deprecated
License
MIT
Install
pip install zodb.py3migrate==0.4

Documentation

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.