Metadata-Version: 1.1
Name: impayident
Version: 0.1.1
Summary: Impay Identification tool.
Home-page: https://github.com/bpc/impayident
Author: Jeong YunWon
Author-email: jeong+impayident@youknowone.org
License: UNKNOWN
Description: impay 본인인증
        ~~~~~~~~~~~~~~
        
            from impayident import env
        
            env.CPCODE = ''  # CP code 등등 설정
        
            ...
        
            
            from impayident import cert, bill
        
            response = cert(CPCODE='', ...)  # 매뉴얼 참고
           
            response.RESULT == '0000' # 매뉴얼 상의 응답 값을 가진 namedtuple
        
            response = bill(CPCODE='', ...)  # 매뉴얼 참고
        
            response.RESULT == '0000' # 매뉴얼 상의 응답 값을 가진 namedtuple
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
