Skip to main content

Compute CURP and RFC for Mexican Citizens

Project description

MXCurpy

Generación de Clave Única de Registro de Población y el Registro Federal de Contibuyentes de México en Python.

Documentos en los que está basado este paquete:

CURP: INSTRUCTIVO NORMATIVO PARA LA ASIGNACIÓN DE LA CLAVE ÚNICA DE REGISTRO DE POBLACIÓN

RFC: Instructivo RFC-2006. Este es un instructivo antiguo, del 2006, ya que no he encontrado documentos más recientes públicos, pero estoy investigando si hay algún documento normativo que se pueda conseguir. Digamos que el método oficial para conseguir el RFC es siempre preguntándole al Sistema de Administración Tributaria (SAT), también según los documentos oficiales. Si tienes algún documento oficial más reciente, por favor, házmelo saber.

Estado actual del proyecto

Se puede generar tanto CURP como RFC, pero no se ha probado mucho, por lo que no se puede garantizar que funcione en todos los casos.

Uso

Generación de CURP:

from mxcurpy.curp import curp

my_curp = curp(names="Juan José", lastname="Martínez", second_lastname="Pérez", birth_date="12-08-1989", birth_state="Durango", sex="h")

# MAPJ890812HDGRRN00

Generación de RFC:

from mxcurpy.rfc import rfc

my_rfc = rfc(
                "Emma",
                "Gómez",
                "Díaz",
                "31-12-1956"
            )
# GODE561231GR8

Casos excepcionales

Si la persona es nacida en el extranjero, mandar la cadena "NACIDO EN EL EXTRANJERO" como estado de nacimiento.

Limitaciones

Aquí describimos algunas limitaciones que tenemos y que probablemente no se arreglen en un futuro cercano (ni lejano).

CURP

Los dos últimos carácteres al final de la CURP oficial son generados por la entidad de gobierno encargada de asignación de las curps al momento de generarla, con el objetivo de evitar duplicados, por lo que no podemos generarlos con seguridad, por eso estos dos carácteres siempre serán 00.

Lista de estados válidos

Estados:

  • "AGUASCALIENTES"
  • "BAJA CALIFORNIA"
  • "BAJA CALIFORNIA SUR"
  • "CAMPECHE"
  • "COAHUILA"
  • "COLIMA"
  • "CHIAPAS"
  • "CHIHUAHUA"
  • "DISTRITO FEDERAL"
  • "CDMX"
  • "CIUDAD DE MEXICO"
  • "DURANGO"
  • "GUANAJUATO"
  • "GUERRERO"
  • "HIDALGO"
  • "JALISCO"
  • "MEXICO"
  • "MICHOACAN"
  • "MORELOS"
  • "NAYARIT"
  • "NUEVO LEON"
  • "OAXACA"
  • "PUEBLA"
  • "QUERETARO"
  • "QUINTANA ROO"
  • "SAN LUIS POTOSI"
  • "SINALOA"
  • "SONORA"
  • "TABASCO"
  • "TAMAULIPAS"
  • "TLAXCALA"
  • "VERACRUZ"
  • "YUCATAN"
  • "ZACATECAS"
  • "NACIDO EN EL EXTRANJERO"
  • "NE"

LICENCIA

MIT

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

mxcurpy-0.2.1.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

mxcurpy-0.2.1-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file mxcurpy-0.2.1.tar.gz.

File metadata

  • Download URL: mxcurpy-0.2.1.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.9.16 Darwin/21.6.0

File hashes

Hashes for mxcurpy-0.2.1.tar.gz
Algorithm Hash digest
SHA256 8676429b14c6a8bf7e8a9f304c5ab2a5549cb5ca3e511f207499ebe55856509a
MD5 80147d068a3b590b44fbabb55bb21427
BLAKE2b-256 30c563dcd2420eab2028baf4caa971a1e1acdd62b51e1ffded06d77a8d2dbbe1

See more details on using hashes here.

File details

Details for the file mxcurpy-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: mxcurpy-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.9.16 Darwin/21.6.0

File hashes

Hashes for mxcurpy-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6fefa42485a0acc5601a43bc2ef5890c6dab9bf1b4455c93c5d72e9fc1f33d19
MD5 9350edfa939cdd9239c867c019bb8ac7
BLAKE2b-256 cb4ca360d1af5c5f856aec964c834885150be1c230105ac039a1cf99136fc18d

See more details on using hashes here.

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