Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More

lino_xl.lib.countries.utils

Utilities for lino_xl.lib.countries.

Defines models AddressFormatter and CountryDrivers.

Functions

get_address_formatter(country)

Return the address formatter (an AddressFormatter instance) for the given country.

Classes

AddressFormatter()

Format used in BE, DE, FR, NL...

EstonianAddressFormatter()

Format used in Estonia.

PlaceGenerator()

class lino_xl.lib.countries.utils.AddressFormatter

Bases: object

Format used in BE, DE, FR, NL…

class lino_xl.lib.countries.utils.EstonianAddressFormatter

Bases: AddressFormatter

Format used in Estonia.

lino_xl.lib.countries.utils.get_address_formatter(country)

Return the address formatter (an AddressFormatter instance) for the given country.