文件名称:stonky:用于监视库存的命令行仪表板
文件大小:525KB
文件格式:ZIP
更新时间:2024-02-25 19:18:50
python cli terminal monitor dashboard
:chart_increasing: 呆呆的
stonky是用于监视库存的简单命令行仪表板。 它从提取实时数据 以便它可以支持的任何东西,例如国际交易所,加密货币等,也可以呆账。
安装和升级
$ pip3 install --user --upgrade stonky
设定档
stonky主要通过配置文件进行配置。 默认情况下,它将在您的主目录中查找并加载一个名为.stonky.cfg的文件。 您还可以通过传递--config=
【文件预览】:
stonky-master
----MANIFEST.in(63B)
----.github()
--------workflows()
----stonky()
--------settings.py(4KB)
--------exceptions.py(43B)
--------__example.cfg(754B)
--------tty.py(5KB)
--------stock_store.py(4KB)
--------const.py(656B)
--------__init__.py(0B)
--------__main__.py(799B)
--------stock.py(2KB)
--------enums.py(2KB)
--------__version__.py(18B)
--------api.py(4KB)
----requirements-dev.txt(51B)
----requirements.txt(63B)
----pytest.ini(30B)
----assets()
--------screenshot.png(75KB)
--------screenshot.eps(3.34MB)
----setup.cfg(95B)
----setup.py(843B)
----makefile(2KB)
----tests()
--------test_stock.py(2KB)
--------test_api.py(3KB)
--------__init__.py(25KB)
--------test_stock_store.py(7KB)
----.gitignore(208B)
----readme.md(3KB)
----pyproject.toml(48B)
----license.txt(1KB)