Metadata-Version: 1.1
Name: django-iban
Version: 0.1
Summary: A validated IBAN field for Django models
Home-page: https://github.com/benkonrath/django-iban
Author: Ben Konrath
Author-email: ben@bagu.org
License: BSD
Description: django-iban
        ===========
        
        A validated Django model field for [International Bank Account Numbers](https://en.wikipedia.org/wiki/International_Bank_Account_Number) (IBAN).
        
        I'm not sure if this should be a stand-alone app or be submitted to Django
        local flavor. In the mean time, the code is available for use. Pull requests
        happily accepted.
        
        License: 3-clause BSD
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
