pyitau


Namepyitau JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://github.com/lucasrcezimbra/pyitau
SummaryScraper to download data from Itaú Internet Banking
upload_time2024-02-09 12:38:43
maintainer
docs_urlNone
authorLucas Rangel Cezimbra
requires_python
licenseLGPLv2
keywords pyitau itau api client requests banking bank finance accounting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======
pyitau
======

.. image:: https://badge.fury.io/py/pyitau.svg
    :target: https://badge.fury.io/py/pyitau
    :alt: PyPI

.. image:: https://coveralls.io/repos/github/lucasrcezimbra/pyitau/badge.svg?branch=master
    :target: https://coveralls.io/github/lucasrcezimbra/pyitau?branch=master
    :alt: Coverage

.. image:: https://readthedocs.org/projects/pyitau/badge/?version=latest
        :target: https://pyitau.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


Unofficial client to access your Itaú bank data

* Documentation: https://pyitau.readthedocs.io.
* Status page: https://pyitau.betteruptime.com/


Installation
~~~~~~~~~~~~~
.. code-block:: shell

    pip install pyitau


How to Use
~~~~~~~~~~~~~
.. code-block:: python

    from pyitau import Itau

    # Login
    itau = Itau(agency='0000', account='12345', account_digit='5', password='012345')
    itau.authenticate()

    itau.get_statements()


Contributing
~~~~~~~~~~~~~
Contributions are welcome, feel free to open an Issue or Pull Request.

Pull requests must be for the `develop` branch.

.. code-block:: bash

    git clone https://github.com/lucasrcezimbra/pyitau
    cd pyitau
    git checkout develop
    python -m venv .venv
    pip install -r requirements-dev.txt
    pre-commit install
    pytest

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lucasrcezimbra/pyitau",
    "name": "pyitau",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pyitau,itau,api,client,requests,banking,bank,finance,accounting",
    "author": "Lucas Rangel Cezimbra",
    "author_email": "lucas.cezimbra@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/07/b1/ae1a9ca6563ed59100652ccf7be99e66cbc12ca4b2b1a68caf5c2a18f2cd/pyitau-1.3.1.tar.gz",
    "platform": null,
    "description": "======\npyitau\n======\n\n.. image:: https://badge.fury.io/py/pyitau.svg\n    :target: https://badge.fury.io/py/pyitau\n    :alt: PyPI\n\n.. image:: https://coveralls.io/repos/github/lucasrcezimbra/pyitau/badge.svg?branch=master\n    :target: https://coveralls.io/github/lucasrcezimbra/pyitau?branch=master\n    :alt: Coverage\n\n.. image:: https://readthedocs.org/projects/pyitau/badge/?version=latest\n        :target: https://pyitau.readthedocs.io/en/latest/?version=latest\n        :alt: Documentation Status\n\n\nUnofficial client to access your Ita\u00fa bank data\n\n* Documentation: https://pyitau.readthedocs.io.\n* Status page: https://pyitau.betteruptime.com/\n\n\nInstallation\n~~~~~~~~~~~~~\n.. code-block:: shell\n\n    pip install pyitau\n\n\nHow to Use\n~~~~~~~~~~~~~\n.. code-block:: python\n\n    from pyitau import Itau\n\n    # Login\n    itau = Itau(agency='0000', account='12345', account_digit='5', password='012345')\n    itau.authenticate()\n\n    itau.get_statements()\n\n\nContributing\n~~~~~~~~~~~~~\nContributions are welcome, feel free to open an Issue or Pull Request.\n\nPull requests must be for the `develop` branch.\n\n.. code-block:: bash\n\n    git clone https://github.com/lucasrcezimbra/pyitau\n    cd pyitau\n    git checkout develop\n    python -m venv .venv\n    pip install -r requirements-dev.txt\n    pre-commit install\n    pytest\n",
    "bugtrack_url": null,
    "license": "LGPLv2",
    "summary": "Scraper to download data from Ita\u00fa Internet Banking",
    "version": "1.3.1",
    "project_urls": {
        "Homepage": "https://github.com/lucasrcezimbra/pyitau"
    },
    "split_keywords": [
        "pyitau",
        "itau",
        "api",
        "client",
        "requests",
        "banking",
        "bank",
        "finance",
        "accounting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f25003863bbbf667dfe39e2ef62bec61c6adf46940d41fa92aaa66813149d3f4",
                "md5": "ef5dfed1f93baaf6724756c0b97ac8ee",
                "sha256": "d71ca2b82c2f7ad346673360df6454236da3259c8d3a6af142f6bd66041b0a54"
            },
            "downloads": -1,
            "filename": "pyitau-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef5dfed1f93baaf6724756c0b97ac8ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15639,
            "upload_time": "2024-02-09T12:38:42",
            "upload_time_iso_8601": "2024-02-09T12:38:42.711464Z",
            "url": "https://files.pythonhosted.org/packages/f2/50/03863bbbf667dfe39e2ef62bec61c6adf46940d41fa92aaa66813149d3f4/pyitau-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07b1ae1a9ca6563ed59100652ccf7be99e66cbc12ca4b2b1a68caf5c2a18f2cd",
                "md5": "5506222a2e74b67316e5edfa5efce6cc",
                "sha256": "fdff57dd1839f2082eadf535b0254641eed646f2fb81ae02b4a93451b2bfd8d0"
            },
            "downloads": -1,
            "filename": "pyitau-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5506222a2e74b67316e5edfa5efce6cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18934,
            "upload_time": "2024-02-09T12:38:43",
            "upload_time_iso_8601": "2024-02-09T12:38:43.829205Z",
            "url": "https://files.pythonhosted.org/packages/07/b1/ae1a9ca6563ed59100652ccf7be99e66cbc12ca4b2b1a68caf5c2a18f2cd/pyitau-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 12:38:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lucasrcezimbra",
    "github_project": "pyitau",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyitau"
}
        
Elapsed time: 0.19019s