# 🔎 Get Person's DIAN Rut Status by TIN 📑🇨🇴
![PyPi version](https://badgen.net/pypi/v/dian-person-rut-status/)
This module allows you to retrieve a person's DIAN RUT status by providing their TIN (NIT in Spanish) through [DIAN's public official website](https://muisca.dian.gov.co/WebRutMuisca/DefConsultaEstadoRUT.faces). It is implemented as a function that operates synchronously within the [requests library](https://requests.readthedocs.io/en/latest/). Currently, it is an early version of the Minimum Viable Product (MVP) and is ready to be used.
## DIAN Public official site
The public oficial can be [found here](https://muisca.dian.gov.co/WebRutMuisca/DefConsultaEstadoRUT.faces).
## Installation
```bash
pip install dian_person_rut_status
```
## Usage
Once the package is installed.
```python
from dian_person_rut_status import muisca
person_rut_status = muisca.get_person_rut_status(tin="Colombian Person TIN")
```
The __'tin'__ in this context refers to the __Colombia Unique Taxpayer Number__, a unique identifier assigned to individuals obligated to pay taxes. It is important to note that the __'tin'__ should be provided without its __check digit__
Raw data
{
"_id": null,
"home_page": "https://github.com/arieljperez/dian_person_rut_status.git",
"name": "dian-person-rut-status",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "",
"keywords": "rut,dian,nit,muisca",
"author": "arieljperez",
"author_email": "ariel.perez.ti@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ff/81/a75b16f1977d2220f46456ab38711370bb946a87e3c04e940885e79f17e6/dian_person_rut_status-0.1.10.tar.gz",
"platform": null,
"description": "# \ud83d\udd0e Get Person's DIAN Rut Status by TIN \ud83d\udcd1\ud83c\udde8\ud83c\uddf4\n\n ![PyPi version](https://badgen.net/pypi/v/dian-person-rut-status/)\n\nThis module allows you to retrieve a person's DIAN RUT status by providing their TIN (NIT in Spanish) through [DIAN's public official website](https://muisca.dian.gov.co/WebRutMuisca/DefConsultaEstadoRUT.faces). It is implemented as a function that operates synchronously within the [requests library](https://requests.readthedocs.io/en/latest/). Currently, it is an early version of the Minimum Viable Product (MVP) and is ready to be used.\n\n\n## DIAN Public official site\nThe public oficial can be [found here](https://muisca.dian.gov.co/WebRutMuisca/DefConsultaEstadoRUT.faces).\n\n## Installation\n\n```bash\npip install dian_person_rut_status\n```\n\n## Usage\n\nOnce the package is installed.\n\n```python\nfrom dian_person_rut_status import muisca\n\n\nperson_rut_status = muisca.get_person_rut_status(tin=\"Colombian Person TIN\")\n```\n\nThe __'tin'__ in this context refers to the __Colombia Unique Taxpayer Number__, a unique identifier assigned to individuals obligated to pay taxes. It is important to note that the __'tin'__ should be provided without its __check digit__",
"bugtrack_url": null,
"license": "MIT",
"summary": "A little implementation to search the rut status from a person on Dian's public website muisca.dian.gov.co",
"version": "0.1.10",
"project_urls": {
"Homepage": "https://github.com/arieljperez/dian_person_rut_status.git",
"Repository": "https://github.com/arieljperez/dian_person_rut_status.git"
},
"split_keywords": [
"rut",
"dian",
"nit",
"muisca"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6a34c19368f683519a7cebe1a67ef256ee5432a7f1a162568a490fbf3e3aa031",
"md5": "6afdcffa42dc6904bbf0b418e29612b5",
"sha256": "66cd9ad6d7e6900a72c4fad1889a65b82b082208984bdad43b4bcece87661299"
},
"downloads": -1,
"filename": "dian_person_rut_status-0.1.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6afdcffa42dc6904bbf0b418e29612b5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 5823,
"upload_time": "2023-11-14T05:16:40",
"upload_time_iso_8601": "2023-11-14T05:16:40.134159Z",
"url": "https://files.pythonhosted.org/packages/6a/34/c19368f683519a7cebe1a67ef256ee5432a7f1a162568a490fbf3e3aa031/dian_person_rut_status-0.1.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ff81a75b16f1977d2220f46456ab38711370bb946a87e3c04e940885e79f17e6",
"md5": "f81e7f048aac29f49c853ebdf81fffea",
"sha256": "f287b97e3533eed92e12e635f2aaa075d05f96cbc3c572936373a3aa6129abd6"
},
"downloads": -1,
"filename": "dian_person_rut_status-0.1.10.tar.gz",
"has_sig": false,
"md5_digest": "f81e7f048aac29f49c853ebdf81fffea",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 4378,
"upload_time": "2023-11-14T05:16:41",
"upload_time_iso_8601": "2023-11-14T05:16:41.519255Z",
"url": "https://files.pythonhosted.org/packages/ff/81/a75b16f1977d2220f46456ab38711370bb946a87e3c04e940885e79f17e6/dian_person_rut_status-0.1.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-14 05:16:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "arieljperez",
"github_project": "dian_person_rut_status",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "dian-person-rut-status"
}