eea.aliases

zodbupdate aliases


Keywords
EEA, Aliases, zodbverify, zodbupdate
License
GPL-2.0+
Install
pip install eea.aliases==1.5

Documentation

EEA Aliases

Develop Master Release

Introduction

Add fallback aliases for common missing modules while migrating to Plone 5.2 (Python 3)

See https://community.plone.org/t/zodbverify-porting-plone-with-zopedb-to-python3/8806/13

Contents

Install

  • Add eea.aliases to your eggs and zcml section in your buildout and re-run buildout:

    [buildout]
    parts +=
      zodbupdate
    
    eggs +=
      eea.aliases
      zodbverify
    
    [zodbupdate]
    recipe = zc.recipe.egg
    eggs =
      zodbupdate
      ${buildout:eggs}
    

Usage

$ bin/instance zodbverify
$ bin/zodbupdate --convert-py3 --file=/data/filestorage/Data.fs --encoding utf8 --encoding-fallback latin1

Source code

Latest source code (Zope 2 compatible):

Copyright and license

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

The eea.aliases (the Original Code) is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

More details under docs/License.txt

Funding and project management

EEA - European Environment Agency (EU)