[Zope-dev] Where to put custom schemas for z3c.form that depend on specific libraries?
Wichert Akkerman
wichert at wiggy.net
Sat Sep 20 02:36:02 EDT 2008
Previously Hermann Himmelbauer wrote:
> Hi,
> I need to create a specific schema for international bank account numbers
> (IBAN). I'd like to contribute this widget (maybe someone has use for it).
> However, this schema needs a specific library for validation, therefore I
> wonder where to put it? If I put it in z3c.schema (e.g. z3c.schema.iban /
> z3c.schema.payment), the library dependency will be problematic, I assume.
Indeed.
> Maybe I should create an own package for it? But with what name? What do you
> think?
z3c.ibanfield ? or just z3c.iban?
Wichert.
--
Wichert Akkerman <wichert at wiggy.net> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
More information about the Zope-Dev
mailing list