文件名称:python-n26:for n26的非官方Python客户端(数字26)-https:n26.com
文件大小:47KB
文件格式:ZIP
更新时间:2024-03-02 18:34:38
python api cli bank banking
N26 Python CLI / API 关于 是Python 3.6+库和命令行界面,用于从n26银行帐户请求信息。 您可以使用它从终端检查余额,也可以将其包含在自己的Python项目中。 免责声明:这是一个非官方的社区项目,与N26 GmbH / N26 Inc不相关。 安装 pip3 install n26 wget https://raw.githubusercontent.com/femueller/python-n26/master/n26.yml.example -O ~ /.config/n26.yml # configure username and password vim ~ /.config/n26.yml 组态 python-n26使用提供不同的配置选项。 你可以把一个YAML( n26.yaml或n26.yml )或TOML( n26.toml或n26.tml
【文件预览】:
python-n26-master
----MANIFEST.in(50B)
----.github()
--------stale.yml(2KB)
--------FUNDING.yml(22B)
--------workflows()
----n26()
--------util.py(640B)
--------config.py(2KB)
--------const.py(531B)
--------__init__.py(22B)
--------__main__.py(62B)
--------cli.py(20KB)
--------api.py(21KB)
----n26.yml.example(193B)
----requirements.txt(387B)
----Pipfile.lock(16KB)
----.travis.yml(496B)
----LICENSE(1KB)
----setup.cfg(40B)
----setup.py(1KB)
----README.md(7KB)
----Pipfile(345B)
----Makefile(2KB)
----n26.tml.example(186B)
----tests()
--------test_api.py(2KB)
--------test_api_base.py(6KB)
--------__init__.py(0B)
--------test_creds.yml(131B)
--------test_balance.py(374B)
--------test_transactions.py(439B)
--------test_spaces.py(369B)
--------api_responses()
--------.gitkeep(0B)
--------test_cards.py(2KB)
--------test_statistics.py(379B)
--------test_standing_orders.py(786B)
--------test_account.py(3KB)
----.gitignore(105B)
----CHANGELOG.md(565B)