Metadata-Version: 2.0
Name: caixabreak
Version: 0.2.1
Summary: Extracts data from CGD - Caixa Break management interface
Home-page: https://github.com/kintoandar/caixabreak
Author: Joel Bastos
Author-email: kintoandar@gmail.com
License: MIT license
Keywords: caixabreak
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: lxml (>=3.6.0)
Requires-Dist: requests (>=2.10.0)
Requires-Dist: tabulate (>=0.7.5)

===============================
caixabreak
===============================


.. image:: https://img.shields.io/pypi/v/caixabreak.svg
        :target: https://pypi.python.org/pypi/caixabreak

.. image:: https://img.shields.io/travis/kintoandar/caixabreak.svg
        :target: https://travis-ci.org/kintoandar/caixabreak

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

.. image:: https://pyup.io/repos/github/kintoandar/caixabreak/shield.svg
        :target: https://pyup.io/repos/github/kintoandar/caixabreak/
        :alt: Updates



* Free software: MIT license
* Documentation: https://caixabreak.readthedocs.io.
* Work in progress: New features will be available soon

About
--------

Extracts data from Caixa Geral de Depositos - Caixa Break management interface.

Install
--------

``pip install caixabreak``

Note: You must request the login credentials on a `CGD ATM machine first <https://www.cgd.pt/Particulares/Cartoes/Cartoes-Pre-pagos/Pages/Portal-pre-pagos.aspx>`_.

How-to
--------

``caixabreak --help``

::

    Usage: caixabreak [OPTIONS]

      Extracts data from CGD - Caixa Break management interface.

      Optional: Use environment variables instead of command line arguments
      (CGD_USER and CGD_PASS).

    Options:
      -u, --username TEXT      Access code for your account (7 digits)
      -p, --password TEXT      Password for your account (5 digits)
      -q, --query [bal|trans]  Choose [bal]ance or [trans]actions
      --help                   Show this message and exit.

Features
--------

* Show current card balance
* Show table of transactions

Credits
---------

* `Joel Bastos <https://blog.kintoandar.com/>`_


Disclamer
---------

This application is not related with CGD in any way.


=======
History
=======

0.1.0 (2016-06-28)
------------------

* First release on PyPI.


