Metadata-Version: 2.1
Name: TCsorgu
Version: 0.3
Summary: Checks tckimlik.nvi.gov.tr
Home-page: http://github.com/dorukgezici/TCsorgu
Author: Doruk Gezici
Author-email: dorukgezici@gmail.com
License: MIT
Description: # TCsorgu
        [![PyPI](https://img.shields.io/pypi/v/TCsorgu.svg)]() [![PyPI](https://img.shields.io/github/license/dorukgezici/TCsorgu)]()
        
        TC Identity Number Check
        
        ## Installation
        - `pip3 install TCsorgu`
        
        ## Usage as CLI
        - `TCsorgu <id> <name> <surname> <birth_year>`
        - Returns and prints bool (True or False)
        - To see the parameters: `TCsorgu --help`
        
        ## Usage as Package
        - `from TCsorgu import check_tc_id`
        - `is_valid: bool = check_tc_id(id, name, surname, birth_year)`
        
        ## Service
        - Service provided by [tckimlik.nvi.gov.tr](https://tckimlik.nvi.gov.tr)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
