Metadata-Version: 1.1
Name: twbanker
Version: 0.1.0
Summary: Show you the money in your Taiwan banks
Home-page: https://github.com/eliangcs/twbanker
Author: Chang-Hung Liang
Author-email: eliang.cs@gmail.com
License: MIT
Description: TW Banker (台灣銀行家)
        =====================
        
        Show you the money in your Taiwan banks with a simple command::
        
            $ twbanker ctbc
            ID card number: ***
            Username: ***
            Password: ***
            TWD     999999.00     000000123456789
            USD      99999.00     000000987654321
        
        Current supported banks
        
        * Chunghwa Post (中華郵政)
        * CTBC Bank (中國信託)
        * First Bank (第一銀行)
        * Standard Chartered (渣打銀行)
        
        
        Installation
        ------------
        ::
        
            (sudo) pip install twbanker
        
        
        Usage
        -----
        ::
        
            $ twbanker --help
            Usage: twbanker [OPTIONS] COMMAND [ARGS]...
        
              Show you the money in your Taiwan banks.
        
            Options:
              --help  Show this message and exit.
        
            Commands:
              chartered  Show you money in Standard Chartered
              ctbc       Show you money in CTBC Bank
              first      Show you money in First Bank
              post       Show you money in Chunghwa Post
        
        
        How It Works & Disclaimer
        -------------------------
        
        TW Banker is a simple web crawler that logs in your bank's web site and parses
        out your bank balances. It asks for your login crendentials every time you
        execute the command. It does not store any of your login crendentials locally
        nor remotely, so using this tool should be pretty safe.
        
        I use this tool personally and I will do my best to make it safe to use.
        However, I do not guarantee that the tool is 100% safe. I (the author) and any
        future contributors of TW Banker will not account for any lost caused by using
        this tool. Please use at your own risk.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Office/Business :: Financial :: Accounting
