Metadata-Version: 2.1
Name: TRIdentificationValidator
Version: 0.0.1
Summary: TRIdentificationValidator Python package
Home-page: https://github.com/blueromans/TRIdentificationValidator.git
Author: Yaşar Özyurt
Author-email: blueromans@gmail.com
Project-URL: Bug Tracker, https://github.com/blueromans/TRIdentificationValidator/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![PyPI version](https://img.shields.io/pypi/v/TRIdentificationValidator.svg)](https://pypi.python.org/pypi/TRIdentificationValidator)

# TRIdentificationValidator Python Package

TRIdentificationValidator is a Python library for validate Tc Identification Number quickly.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install TRIdentificationValidator
```

## Usage

```python
from TRIdentification import TRIdentificationNumberValidator


# call method with this variables
TRIdentificationNumberValidator("tckn","name","surname", "birth year")
# returns True if valid TCKN

```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)
