Metadata-Version: 1.0
Name: ABN
Version: 0.1
Summary: Validate Australian Business Numbers.
Home-page: UNKNOWN
Author: Ben Sturmfels
Author-email: ben@sturm.com.au
License: Apache 2.0
Description: ===
        ABN
        ===
        
        This package validates Australian Business Numbers (ABNs).
        
        Here's an example of checking both a valid and an invalid ABN::
        
            >>> import abn
            >>> abn.validate('51824753556')
            '51 824 753 556'
        
            >>> abn.validate('99999999999')
            False
        
Platform: UNKNOWN
