pyplanet.contrib.converter

Converter contrib is managing migrating from another controller.

class pyplanet.contrib.converter.base.BaseConverter(instance, db_type, db_host, db_name, db_user=None, db_password=None, db_port=None, prefix=None, charset='utf8')[source]

Base Converter is the abstract converter class.

Please take a look at the other classes bellow.

class pyplanet.contrib.converter.xaseco2.Xaseco2Converter(*args, **kwargs)[source]

The XAseco2 Converter uses MySQL to convert the data to the new PyPlanet structure.

Please take a look at Migrating from other controllers pages for information on how to use this.

class pyplanet.contrib.converter.uaseco.UasecoConverter(*args, **kwargs)[source]

The UAseco Converter uses MySQL to convert the data to the new PyPlanet structure.

Please take a look at Migrating from other controllers pages for information on how to use this.