TRIdentificationValidator


NameTRIdentificationValidator JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/blueromans/TRIdentificationValidator.git
SummaryTRIdentificationValidator Python package
upload_time2023-05-11 10:47:08
maintainer
docs_urlNone
authorYaşar Özyurt
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/blueromans/TRIdentificationValidator.git",
    "name": "TRIdentificationValidator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ya\u015far \u00d6zyurt",
    "author_email": "blueromans@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/76/d6/463d8c0873c382db68714d259fe425ae5ba9cc0f0a332d929b970b6bf1a8/TRIdentificationValidator-0.0.3.tar.gz",
    "platform": null,
    "description": "[![PyPI version](https://img.shields.io/pypi/v/TRIdentificationValidator.svg)](https://pypi.python.org/pypi/TRIdentificationValidator)\n\n# TRIdentificationValidator Python Package\n\nTRIdentificationValidator is a Python library for validate Tc Identification Number quickly.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.\n\n```bash\npip install TRIdentificationValidator\n```\n\n## Usage\n\n```python\nfrom TRIdentification import TRIdentificationNumberValidator\n\n\n# call method with this variables\nTRIdentificationNumberValidator(\"tckn\",\"name\",\"surname\", \"birth year\")\n# returns True if valid TCKN\n\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "TRIdentificationValidator Python package",
    "version": "0.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/blueromans/TRIdentificationValidator/issues",
        "Homepage": "https://github.com/blueromans/TRIdentificationValidator.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4aa5b7a002938957c0b98911ebad9cab5162993b9f1e4b2c2c79ae2bcccf7d46",
                "md5": "130c51822b9ab1f596d58540f15221b7",
                "sha256": "43de6080e6d42f42308b8f1355f970084aee55920155cb7f95344ae841060f02"
            },
            "downloads": -1,
            "filename": "TRIdentificationValidator-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "130c51822b9ab1f596d58540f15221b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5003,
            "upload_time": "2023-05-11T10:47:06",
            "upload_time_iso_8601": "2023-05-11T10:47:06.742901Z",
            "url": "https://files.pythonhosted.org/packages/4a/a5/b7a002938957c0b98911ebad9cab5162993b9f1e4b2c2c79ae2bcccf7d46/TRIdentificationValidator-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76d6463d8c0873c382db68714d259fe425ae5ba9cc0f0a332d929b970b6bf1a8",
                "md5": "8e6e81e600b77e85e54ac417602c0276",
                "sha256": "ae40dc37ce55ea054baeb2cd3bdd3a77154e7a2507f3c81d65ebf2eac1af8bcf"
            },
            "downloads": -1,
            "filename": "TRIdentificationValidator-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8e6e81e600b77e85e54ac417602c0276",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3824,
            "upload_time": "2023-05-11T10:47:08",
            "upload_time_iso_8601": "2023-05-11T10:47:08.747080Z",
            "url": "https://files.pythonhosted.org/packages/76/d6/463d8c0873c382db68714d259fe425ae5ba9cc0f0a332d929b970b6bf1a8/TRIdentificationValidator-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-11 10:47:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "blueromans",
    "github_project": "TRIdentificationValidator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tridentificationvalidator"
}
        
Elapsed time: 0.06261s