Skip to main content

A little implementation to search the rut status from a person on Dian's public website muisca.dian.gov.co

Project description

🔎 Get Person's DIAN Rut Status by TIN 📑🇨🇴

PyPi version

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. It is implemented as a function that operates synchronously within the requests library. 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.

Installation

pip install dian_person_rut_status

Usage

Once the package is installed.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dian_person_rut_status-0.1.10.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

dian_person_rut_status-0.1.10-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page