A python package to simplify calling NeqSimAPI for end-users.
Project description
NeqSimAPI-client-python 
A python package to simplify calling NeqSimAPI for end-users handling authentication.
See https://neqsimapi.app.radix.equinor.com/docs for available endpoints.
Usage
See https://github.com/equinor/neqsimapi-client-python/blob/main/example/demo.py for a simple demo that connects and gets data from NeqSimAPI.
A short snippet is seen below
from neqsimapi_connector import Connector as neqsim_api_connector
data = {
"fluid": "CO2",
"initial_temperature": 25,
"initial_pressure": 15
}
c = neqsim_api_connector()
res = c.post_result("DEMO/demo-process", data=data)
print(res)
Install using pip
Usage of NeqSimAPI is limited to Equinor users, but the package is available on pip.
python -m pip install neqsimapi_connector
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neqsimapi_connector-1.1.2.tar.gz.
File metadata
- Download URL: neqsimapi_connector-1.1.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.3 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
deebeb91cc45d97fca7166d0603b4a62ffa94cd5733a2da7b4aee5061581658c
|
|
| MD5 |
e8987a512d1ea2d5cd8a8e5f7e79c0d3
|
|
| BLAKE2b-256 |
c3841e68d9c9b72e0f552ca7bbe668ff155d29557e783bd6d02405c80e5c82a5
|
File details
Details for the file neqsimapi_connector-1.1.2-py3-none-any.whl.
File metadata
- Download URL: neqsimapi_connector-1.1.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.3 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e9e8b383e5116c514edc87d514ed15d35e00f10aa9dab56dbdf218030b554b8
|
|
| MD5 |
c535dbdcc902a7fd569a68fafb6e8f93
|
|
| BLAKE2b-256 |
4d9b65fd4f8db4e1eefc8ee0257d03de5214ab31fd39e93a603d31ed4479fb78
|