pganonymize package

Submodules

pganonymize.cli module

pganonymize.constants module

pganonymize.exceptions module

exception pganonymize.exceptions.BadDataFormat[source]

Bases: pganonymize.exceptions.PgAnonymizeException

Raised if the anonymized data cannot be copied.

exception pganonymize.exceptions.InvalidFieldProvider[source]

Bases: pganonymize.exceptions.PgAnonymizeException

Raised if an unknown field provider was used in the schema.

exception pganonymize.exceptions.InvalidProvider[source]

Bases: pganonymize.exceptions.PgAnonymizeException

Raised if an unknown provider class was requested.

exception pganonymize.exceptions.InvalidProviderArgument[source]

Bases: pganonymize.exceptions.PgAnonymizeException

Raised if an argument is unknown or invalid for a provider.

exception pganonymize.exceptions.PgAnonymizeException[source]

Bases: Exception

Base exception for all pganonymize errors.

exception pganonymize.exceptions.ProviderAlreadyRegistered[source]

Bases: pganonymize.exceptions.PgAnonymizeException

Raised if another provider with the same id has already been registered.

pganonymize.providers module

pganonymize.utils module

pganonymize.version module

Module contents