runrms

View on PyPIReverse Dependencies (0)

0.1.0 runrms-0.1.0-py3-none-any.whl

Wheel Details

Project: runrms
Version: 0.1.0
Filename: runrms-0.1.0-py3-none-any.whl
Download: [link]
Size: 36616
MD5: 4d9c8f22bc2033d8d841d21a321371e3
SHA256: 43e8964f4bea5a55546e2929163d9231d7c2e0d423961d9528b0bec5d521bb24
Uploaded: 2024-12-16 06:07:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: runrms
Version: 0.1.0
Summary: A utility to open and run AspenTech's RMS application.
Author-Email: Equinor <fg-fmu_atlas[at]equinor.com>
Project-Url: Homepage, https://github.com/equinor/runrms
Project-Url: Repository, https://github.com/equinor/runrms
Project-Url: Documentation, https://github.com/equinor/runrms
License: GPL-3.0
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Natural Language :: English
Requires-Python: >=3.11
Requires-Dist: ert (>=10.2)
Requires-Dist: pydantic
Requires-Dist: pyyaml
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Requires-Dist: typing-extensions; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6091 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
runrms/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
runrms/__main__.py sha256=sG1o9xDtWWWc5movc5h5X_lxMuP3CXtPag614K7F8sU 7578
runrms/_forward_model.py sha256=SijCdqkZz7s_TGvYhya-Oko8MOWpAQUcS92yLasvyjk 2445
runrms/_utils.py sha256=4uY955xZ96KHsXcCh_fQawEuRtF7soWl2vH-FImTmao 840
runrms/version.py sha256=IMl2Pr_Sy4LVRKy_Sm4CdwUl1Gryous6ncL96EMYsnM 411
runrms/config/__init__.py sha256=Hi0rSRm_xikS78mePqFG_kkfyNDdVL9QOC0CL0BnVrg 508
runrms/config/_rms_config.py sha256=uPvardKyTexPJwYhzbyzDk1-rcbHhYk6RkzirHk8S-8 6741
runrms/config/_rms_project.py sha256=cxIWmeqJyv_MapjQ-0R0HNNVU4fpkabSnB7TclU9M1o 4481
runrms/config/_site_config.py sha256=QSeoEbzVlGhwB-pRlLlur6KMz7R4K7BOTaxMjQEAxSI 1885
runrms/config/fm_rms_config.py sha256=9AsqbfZyrd8VUZ3FI58f4lNjkxPMhVkULUJHaxpJw6c 7573
runrms/config/interactive_rms_config.py sha256=F0NJqUglkctv22WvGTR5Tj2g41YJMFH5ivf8VMvLE6g 1589
runrms/config/runrms.yml sha256=N9nTJeo3dl5XfTAjci1oJaUm1iVIRano67SGCA4FCbw 1640
runrms/executor/__init__.py sha256=0EiW_FiK89Qva54UVIK4zMSsHNWVwj6ATh2r3MeYFPo 236
runrms/executor/_rms_executor.py sha256=LdwxrO1lKuHj0QgKgMHvweEm9ySo4Nx1M6dIsN8RfJk 4611
runrms/executor/fm_rms_executor.py sha256=Fr5p3iveLzQj44a3SExZcOsg5L7pzPSMl7gqCAaDYFc 6340
runrms/executor/interactive_rms_executor.py sha256=qxfD79Tch9fxsp1DsKSVP3SUvqPQJj4x2KCzTDgpA2M 6372
runrms-0.1.0.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
runrms-0.1.0.dist-info/METADATA sha256=l_kj0n89ZbFFwz4u1mjwn-NowC9qM0bgUp4GE5eOM54 7277
runrms-0.1.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
runrms-0.1.0.dist-info/entry_points.txt sha256=_3hpM1T25SHItJ2-T2b1E9i_ajqh3amZbwXK-NTVLK0 83
runrms-0.1.0.dist-info/top_level.txt sha256=gMvTw7TFQHMLN3WDqc-IILzWL4MfS4CHMavuiuu9fg8 7
runrms-0.1.0.dist-info/RECORD

top_level.txt

runrms

entry_points.txt

runrms = runrms.__main__:main
[ert]
rms = runrms._forward_model