Metadata-Version: 1.1
Name: pyitau
Version: 0.0.6
Summary: Scraper to download data from Itaú Internet Banking
Home-page: https://github.com/lucasrcezimbra/pyitau
Author: Lucas Rangel Cezimbra
Author-email: lucas.cezimbra@gmail.com
License: LGPLv2
Description: pyitau
        ============
        
        .. image:: https://badge.fury.io/py/pyitau.svg
            :target: https://badge.fury.io/py/pyitau
            :alt: PyPI
        .. image:: https://travis-ci.org/lucasrcezimbra/pyitau.svg?branch=master
            :target: https://travis-ci.org/lucasrcezimbra/pyitau
            :alt: Travis CI Build
        .. 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://pyup.io/repos/github/lucasrcezimbra/pyitau/shield.svg
            :target: https://pyup.io/repos/github/lucasrcezimbra/pyitau/
            :alt: Updates
        .. image:: https://pyup.io/repos/github/lucasrcezimbra/pyitau/python-3-shield.svg
            :target: https://pyup.io/repos/github/lucasrcezimbra/pyitau/
            :alt: Python 3
        
        Unofficial client to access your Itaú bank data
        
        
        Installation
        ~~~~~~~~~~~~~
        ``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
        
        ~~~~~~~~~~~~~
        
        [ ~ Dependencies scanned by PyUp.io ~ ]
        
Keywords: pyitau,itau,api,client,requests,banking,bank,finance,accounting
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
