Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 1.02 KB

README.rst

File metadata and controls

30 lines (18 loc) · 1.02 KB
https://travis-ci.org/gocept/zodb.py3migrate.svg?branch=master Documentation Status

DEPRECATED: zodb.py3migrate - ZODB and Python 3

Caution!

This package is deprecated, please use zodbupdate instead!

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.

The documentation is at https://zodbpy3migrate.readthedocs.io.