Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blueromans/tridentificationvalidator

TRIdentificationValidator (TCKN) Python Library
https://github.com/blueromans/tridentificationvalidator

pypi pypi-package python tckn tckn-validate tckno zeep

Last synced: 4 days ago
JSON representation

TRIdentificationValidator (TCKN) Python Library

Awesome Lists containing this project

README

        

[![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/)