noyainrain / flatdir

Web aggregator of flat ads from different real estate companies.
MIT License
24 stars 4 forks source link

Support local format for numeric fields #12

Open noyainrain opened 1 year ago

noyainrain commented 1 year ago

Parse numeric fields according to the configured locale, respecting the decimal and grouping separator.

noyainrain commented 1 year ago

Draft

[flatdir]
# Locale of the directory
locale = C
class Directory:
    """Numbers are parsed and :attr:`currency` is determined according to the current locale."""

    # Future reference
    """Sign of the currency in use."""
    currency: str