pybuck:Python中的尺寸分析

时间:2021-04-05 15:04:18
【文件属性】:
文件名称:pybuck:Python中的尺寸分析
文件大小:42KB
文件格式:ZIP
更新时间:2021-04-05 15:04:18
Python 概述 该软件包支持Python中的。 有关使用pybuck更多示例,请参见。 以下是快速浏览。 安装 克隆仓库并运行python setup.py install 。 用法示例 使用紧凑语法记录数量的物理尺寸。 from pybuck import * df_dim = col_matrix ( rho = dict ( M = 1 , L = - 3 ), U = dict ( L = 1 , T = - 1 ), D = dict ( L = 1 ), mu = dict ( M = 1 , L = - 1 , T = - 1 ), eps = dict ( L = 1 ) ) df_dim rowname rho U D mu eps 0 T 0 -1 0 -1 0 1 M
【文件预览】:
pybuck-master
----setup.py(180B)
----.gitignore(2KB)
----requirements.txt(19B)
----Makefile(228B)
----.readthedocs.yml(281B)
----.travis.yml(253B)
----LICENSE(34KB)
----doc()
--------.gitignore(493B)
--------requirements.txt(23B)
--------Makefile(634B)
--------index.rst(367B)
--------conf.py(2KB)
--------make.bat(795B)
--------usage()
--------source()
----examples()
--------quick_demo.ipynb(45KB)
--------model_pipe.py(3KB)
----README.md(2KB)
----tests()
--------context.py(119B)
--------test_core.py(5KB)
--------test_assess.py(843B)
--------test_transform.py(5KB)
----pybuck()
--------assess.py(1KB)
--------transform.py(9KB)
--------__init__.py(67B)
--------core.py(8KB)

网友评论