Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

dian-person-rut-status

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dian-person-rut-status

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

pipPyPI
Version
0.1.10
Maintainers
1

🔎 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

Keywords

rut

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts