ccy:货币的python模块

时间:2024-06-18 03:53:26
【文件属性】:

文件名称:ccy:货币的python模块

文件大小:40KB

文件格式:ZIP

更新时间:2024-06-18 03:53:26

Python

货币的python模块。 该模块编译了一个包含对金融分析有用的信息的货币对象字典。 并非世界上所有货币都受支持。 欢迎您加入并添加更多。 包裹: CI: 下载: 来源: 货币对象 要使用它: >>> import ccy >>> c = ccy.currency('aud') >>> c.printinfo() code: AUD twoletterscode: AD rounding: 4 default_country: AU isonumber: 036 order: 3 name: Australian Dollar >>> c.as_cross() 'AUDUSD' >>> c.as_cross('/') 'AUD/USD' 货币对象具有以下属性: code : ISO 4217代码。 twoletterscode :两个字母的代码(不记得 ISO 编号)。 对于


【文件预览】:
ccy-master
----setup.py(2KB)
----.gitignore(167B)
----Makefile(1KB)
----.dockerignore(137B)
----MANIFEST.in(97B)
----LICENSE(1KB)
----setup.cfg(256B)
----.github()
--------workflows()
----README.rst(5KB)
----tests()
--------__init__.py(0B)
--------test_dates.py(3KB)
--------test_tcs.py(969B)
--------test_ccy.py(3KB)
----.coveragerc(199B)
----.vscode()
--------settings.json(45B)
----dev()
--------requirements.txt(21B)
--------install(179B)
--------requirements-dev.txt(137B)
----ccy()
--------core()
--------__init__.py(2KB)
--------tradingcentres()
--------dates()
----docs()
--------release.json(63B)
--------index.md(103B)
--------Makefile(7KB)
--------conf.py(9KB)
--------currencies.rst(82B)
--------changelog.md(98B)
--------_static()
--------make.bat(7KB)
--------history()
--------overview.rst(94B)
--------source()
--------_ext()

网友评论