AUTHORS.rst
CHANGELOG.rst
LICENSE
MANIFEST.in
README.md
README.rst
pyproject.toml
catalogmx/__init__.py
catalogmx/cli.py
catalogmx/helpers.py
catalogmx.egg-info/PKG-INFO
catalogmx.egg-info/SOURCES.txt
catalogmx.egg-info/dependency_links.txt
catalogmx.egg-info/entry_points.txt
catalogmx.egg-info/not-zip-safe
catalogmx.egg-info/requires.txt
catalogmx.egg-info/top_level.txt
catalogmx/calculators/__init__.py
catalogmx/calculators/costo_trabajador.py
catalogmx/calculators/impuestos.py
catalogmx/calculators/imss.py
catalogmx/calculators/isr.py
catalogmx/calculators/resico.py
catalogmx/catalogs/__init__.py
catalogmx/catalogs/banxico/__init__.py
catalogmx/catalogs/banxico/banks.py
catalogmx/catalogs/banxico/cetes_sqlite.py
catalogmx/catalogs/banxico/codigos_plaza.py
catalogmx/catalogs/banxico/inflacion_sqlite.py
catalogmx/catalogs/banxico/instituciones_financieras.py
catalogmx/catalogs/banxico/monedas_divisas.py
catalogmx/catalogs/banxico/salarios_minimos_sqlite.py
catalogmx/catalogs/banxico/tiie_sqlite.py
catalogmx/catalogs/banxico/tipo_cambio_usd_sqlite.py
catalogmx/catalogs/banxico/udis_sqlite.py
catalogmx/catalogs/cnbv/__init__.py
catalogmx/catalogs/cnbv/sectores.py
catalogmx/catalogs/conapo/__init__.py
catalogmx/catalogs/conapo/sistema_urbano_nacional.py
catalogmx/catalogs/conapo/zonas_metropolitanas.py
catalogmx/catalogs/ift/__init__.py
catalogmx/catalogs/ift/codigos_lada.py
catalogmx/catalogs/ift/operadores_moviles.py
catalogmx/catalogs/inegi/__init__.py
catalogmx/catalogs/inegi/localidades.py
catalogmx/catalogs/inegi/municipios.py
catalogmx/catalogs/inegi/municipios_completo.py
catalogmx/catalogs/inegi/scian.py
catalogmx/catalogs/inegi/states.py
catalogmx/catalogs/mexico/__init__.py
catalogmx/catalogs/mexico/giros_mercantiles.py
catalogmx/catalogs/mexico/hoy_no_circula.py
catalogmx/catalogs/mexico/placas_formatos.py
catalogmx/catalogs/mexico/salarios_minimos.py
catalogmx/catalogs/mexico/uma.py
catalogmx/catalogs/sat/__init__.py
catalogmx/catalogs/sat/carta_porte/__init__.py
catalogmx/catalogs/sat/carta_porte/aeropuertos.py
catalogmx/catalogs/sat/carta_porte/carreteras.py
catalogmx/catalogs/sat/carta_porte/config_autotransporte.py
catalogmx/catalogs/sat/carta_porte/material_peligroso.py
catalogmx/catalogs/sat/carta_porte/puertos_maritimos.py
catalogmx/catalogs/sat/carta_porte/tipo_embalaje.py
catalogmx/catalogs/sat/carta_porte/tipo_permiso.py
catalogmx/catalogs/sat/cfdi_4/__init__.py
catalogmx/catalogs/sat/cfdi_4/clave_prod_serv.py
catalogmx/catalogs/sat/cfdi_4/clave_unidad.py
catalogmx/catalogs/sat/cfdi_4/exportacion.py
catalogmx/catalogs/sat/cfdi_4/forma_pago.py
catalogmx/catalogs/sat/cfdi_4/impuesto.py
catalogmx/catalogs/sat/cfdi_4/meses.py
catalogmx/catalogs/sat/cfdi_4/metodo_pago.py
catalogmx/catalogs/sat/cfdi_4/objeto_imp.py
catalogmx/catalogs/sat/cfdi_4/periodicidad.py
catalogmx/catalogs/sat/cfdi_4/regimen_fiscal.py
catalogmx/catalogs/sat/cfdi_4/tasa_o_cuota.py
catalogmx/catalogs/sat/cfdi_4/tipo_comprobante.py
catalogmx/catalogs/sat/cfdi_4/tipo_factor.py
catalogmx/catalogs/sat/cfdi_4/tipo_relacion.py
catalogmx/catalogs/sat/cfdi_4/uso_cfdi.py
catalogmx/catalogs/sat/comercio_exterior/__init__.py
catalogmx/catalogs/sat/comercio_exterior/claves_pedimento.py
catalogmx/catalogs/sat/comercio_exterior/estados.py
catalogmx/catalogs/sat/comercio_exterior/incoterms.py
catalogmx/catalogs/sat/comercio_exterior/monedas.py
catalogmx/catalogs/sat/comercio_exterior/motivos_traslado.py
catalogmx/catalogs/sat/comercio_exterior/paises.py
catalogmx/catalogs/sat/comercio_exterior/registro_ident_trib.py
catalogmx/catalogs/sat/comercio_exterior/unidades_aduana.py
catalogmx/catalogs/sat/comercio_exterior/validator.py
catalogmx/catalogs/sat/nomina/__init__.py
catalogmx/catalogs/sat/nomina/banco.py
catalogmx/catalogs/sat/nomina/periodicidad_pago.py
catalogmx/catalogs/sat/nomina/riesgo_puesto.py
catalogmx/catalogs/sat/nomina/tipo_contrato.py
catalogmx/catalogs/sat/nomina/tipo_jornada.py
catalogmx/catalogs/sat/nomina/tipo_nomina.py
catalogmx/catalogs/sat/nomina/tipo_regimen.py
catalogmx/catalogs/sepomex/__init__.py
catalogmx/catalogs/sepomex/codigos_postales.py
catalogmx/catalogs/sepomex/codigos_postales_completo.py
catalogmx/data/__init__.py
catalogmx/data/mexico_dynamic.sqlite3
catalogmx/data/updater.py
catalogmx/generators/__init__.py
catalogmx/generators/identity.py
catalogmx/utils/__init__.py
catalogmx/utils/clabe_utils.py
catalogmx/utils/text.py
catalogmx/validators/__init__.py
catalogmx/validators/clabe.py
catalogmx/validators/curp.py
catalogmx/validators/nss.py
catalogmx/validators/rfc.py
tests/test_100_percent_coverage.py
tests/test_absolute_final_push.py
tests/test_accent_insensitive_search.py
tests/test_achievable_coverage.py
tests/test_all_catalog_loading.py
tests/test_banxico_complete.py
tests/test_banxico_new_catalogs.py
tests/test_calculators_import.py
tests/test_catalogs_sqlite.py
tests/test_cetes_sqlite_complete.py
tests/test_clabe.py
tests/test_clabe_utils.py
tests/test_clabe_validation_shared.py
tests/test_clabe_vectors_shared.py
tests/test_clave_prod_serv_complete.py
tests/test_clave_unidad_complete.py
tests/test_cli_comprehensive.py
tests/test_cnbv_sectores.py
tests/test_codigos_plaza_complete.py
tests/test_comercio_exterior_validator.py
tests/test_costo_trabajador_calculator.py
tests/test_costo_trabajador_vectors_shared.py
tests/test_curp.py
tests/test_curp_complete.py
tests/test_curp_rfc_error_paths.py
tests/test_curp_validation_shared.py
tests/test_curp_vectors_shared.py
tests/test_data_updater.py
tests/test_every_remaining_gap.py
tests/test_final_100_percent.py
tests/test_final_coverage.py
tests/test_helpers.py
tests/test_helpers_complete.py
tests/test_identity_generator.py
tests/test_ift_catalogs.py
tests/test_impuestos_calculators.py
tests/test_impuestos_vectors_shared.py
tests/test_imss_calculator.py
tests/test_imss_vectors_shared.py
tests/test_inegi_all.py
tests/test_inflacion_sqlite_complete.py
tests/test_isr_vectors_shared.py
tests/test_mexico_all.py
tests/test_new_catalogs.py
tests/test_nss.py
tests/test_nss_validation_shared.py
tests/test_nss_vectors_shared.py
tests/test_push_to_100.py
tests/test_remaining_coverage.py
tests/test_resico.py
tests/test_resico_equivalence.py
tests/test_resico_vectors_shared.py
tests/test_rfc.py
tests/test_rfc_complete.py
tests/test_rfc_sat_spec.py
tests/test_rfc_validation_shared.py
tests/test_rfc_vectors_shared.py
tests/test_rfcmx.py
tests/test_sepomex_accent_search.py
tests/test_sqlite_catalogs.py
tests/test_tasa_o_cuota_complete.py
tests/test_text_utils.py
tests/test_text_utils_fallback.py
tests/test_tiie_sqlite_complete.py