Giter Club home page Giter Club logo

clabe-python's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

clabe-python's Issues

schemes to compute a CLABE from account number for major banks

Not all beneficiaries will know their CLABE but will know their account numbers. It's possible to compute the CLABE from the account number.

  • BBVA Bancomer:
base_clabe = f'{BankCode.BBVA_BANCOMER.value}{PlazaCode.PLAZA.value}0{account_number}'
full_clabe = base_clabe + compute_control_digit(base_clabe)
  • Banamex
  • Santander
  • HSBC
  • Banorte
  • Scotiabank

No está actualizado el catálogo de bancos.

Gracias por el desarrollo.
Se agradecería un comentario sobre las actualizaciones del catálogo de bancos...
o en este caso, la falta de actualizaciones.
En mi caso descubrí que falta el banco Shinhan con clave 157.

Cuando pueda les haré un pull request para actualizarlo, pero mientras les dejo el comentario.

Coverage report its broken

There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 429 - {'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 1704s.', code='throttled')}

Update to pydantic v2

.../lib/python3.9/site-packages/clabe/init.py:13: in
from .types import Clabe
.../lib/python3.9/site-packages/clabe/types.py:3: in
from pydantic.errors import NotDigitError
.../lib/python3.9/site-packages/pydantic/_migration.py:295: in wrapper
raise PydanticImportError(f'{import_path} has been removed in V2.')
E pydantic.errors.PydanticImportError: pydantic.errors:NotDigitError has been removed in V2.
E
E For further information visit https://errors.pydantic.dev/2.1.1/u/import-error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.