cbu-tools


Namecbu-tools JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/jifernandezv/cbu-tools
SummaryA package for working with Clave Bancaria Uniforme (CBU)
upload_time2023-05-30 16:41:35
maintainer
docs_urlNone
authorJuan Fernández
requires_python>=3.6
license
keywords cbu clave bancaria uniforme argentina banco validador bank validator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            cbu_tools
=======================

:code:`cbu_tools` is a Python package that provides tools for working with Clave Bancaria Uniforme (CBU) numbers, which are bank account identifiers used in Argentina.

Features
---------
- Validate a CBU number

Installation
------------
You can install :code:`cbu_tools` using :code:`pip`:

.. code-block:: bash

    $ pip install cbu_tools

Usage
-----
Once installed, you can import the :code:`CBU` class from :code:`cbu_tools` and use it to validate CBU numbers:

.. code-block:: python

    from cbu_tools import CBU

    cbu = CBU("0170099220000067797370")

    if cbu.is_valid():
        print("Valid CBU")
    else:
        print("Invalid CBU")

Please note that :code:`is_valid` merely validates the format and checksum of a CBU according to the `algorithm specified for CBU validation <https://es.wikipedia.org/wiki/Clave_Bancaria_Uniforme>`_. It does not perform any verification or validation against external systems to determine if the CBU exists or if it is associated with a specific person or entity.

Running Tests
-------------
You can run the tests using :code:`tox`:

.. code-block:: bash

    $ tox

License
-------
This project is licensed under the MIT License. See the LICENSE.txt file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jifernandezv/cbu-tools",
    "name": "cbu-tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "cbu,clave bancaria uniforme,argentina,banco,validador,bank,validator",
    "author": "Juan Fern\u00e1ndez",
    "author_email": "jifernandezv97@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/ac/ee07a307c57654a2474ba46c767009328bb8e1fb2ce6a263de183a257d79/cbu_tools-1.0.0.tar.gz",
    "platform": null,
    "description": "cbu_tools\n=======================\n\n:code:`cbu_tools` is a Python package that provides tools for working with Clave Bancaria Uniforme (CBU) numbers, which are bank account identifiers used in Argentina.\n\nFeatures\n---------\n- Validate a CBU number\n\nInstallation\n------------\nYou can install :code:`cbu_tools` using :code:`pip`:\n\n.. code-block:: bash\n\n    $ pip install cbu_tools\n\nUsage\n-----\nOnce installed, you can import the :code:`CBU` class from :code:`cbu_tools` and use it to validate CBU numbers:\n\n.. code-block:: python\n\n    from cbu_tools import CBU\n\n    cbu = CBU(\"0170099220000067797370\")\n\n    if cbu.is_valid():\n        print(\"Valid CBU\")\n    else:\n        print(\"Invalid CBU\")\n\nPlease note that :code:`is_valid` merely validates the format and checksum of a CBU according to the `algorithm specified for CBU validation <https://es.wikipedia.org/wiki/Clave_Bancaria_Uniforme>`_. It does not perform any verification or validation against external systems to determine if the CBU exists or if it is associated with a specific person or entity.\n\nRunning Tests\n-------------\nYou can run the tests using :code:`tox`:\n\n.. code-block:: bash\n\n    $ tox\n\nLicense\n-------\nThis project is licensed under the MIT License. See the LICENSE.txt file for details.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package for working with Clave Bancaria Uniforme (CBU)",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/jifernandezv/cbu-tools"
    },
    "split_keywords": [
        "cbu",
        "clave bancaria uniforme",
        "argentina",
        "banco",
        "validador",
        "bank",
        "validator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5b9e22337d6de4ffc71352fc2bec104d5bc89c42a507908b52711b6d663e600",
                "md5": "72354f6d9d614b5feff5b303ede7fb9e",
                "sha256": "9d9ebd186fd7ea06e6dd14b63fb42f3b981295fe8d26dd0c07d800d8065e9482"
            },
            "downloads": -1,
            "filename": "cbu_tools-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "72354f6d9d614b5feff5b303ede7fb9e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4090,
            "upload_time": "2023-05-30T16:41:32",
            "upload_time_iso_8601": "2023-05-30T16:41:32.503474Z",
            "url": "https://files.pythonhosted.org/packages/d5/b9/e22337d6de4ffc71352fc2bec104d5bc89c42a507908b52711b6d663e600/cbu_tools-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78acee07a307c57654a2474ba46c767009328bb8e1fb2ce6a263de183a257d79",
                "md5": "0541bb13fba7e3f0eaee7331eddc469b",
                "sha256": "3fe89c95b335f035f4dec5ed1e7f41fdb125b7d22dd78f372c1bd086953001c6"
            },
            "downloads": -1,
            "filename": "cbu_tools-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0541bb13fba7e3f0eaee7331eddc469b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4038,
            "upload_time": "2023-05-30T16:41:35",
            "upload_time_iso_8601": "2023-05-30T16:41:35.070845Z",
            "url": "https://files.pythonhosted.org/packages/78/ac/ee07a307c57654a2474ba46c767009328bb8e1fb2ce6a263de183a257d79/cbu_tools-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-30 16:41:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jifernandezv",
    "github_project": "cbu-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "cbu-tools"
}
        
Elapsed time: 0.08106s