Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blueromans/tridentificationvalidator
- Owner: blueromans
- License: mit
- Created: 2023-05-11T10:59:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-11T11:00:32.000Z (over 1 year ago)
- Last Synced: 2024-04-30T01:40:50.534Z (7 months ago)
- Topics: pypi, pypi-package, python, tckn, tckn-validate, tckno, zeep
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)