Rogii Solo is a Python SDK designed to make data scientists' work with Solo easier.
Project description
Rogii Solo
Rogii Solo is a Python SDK designed to make data scientists' work with Solo easier.
Requirements
Python 3.10
Installation
- Install the package using
pip install rogii-solo
command. - Generate access credentials on the landing page and copy the initialization string.
- Initialize the client by pasting the initialization string in the constructor.
- Set the project you wish to work with by name or UUID.
Example
from rogii_solo import SoloClient
solo_client = SoloClient(client_id='my-client-id', client_secret='my-client-secret')
project = solo_client.set_project_by_name('My project')
wells = project.wells
wells_data = wells.to_dict() # List of dicts
wells_df = wells.to_df() # DataFrame
Usage
Please check the SDK documentation in our Knowledge Base.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rogii-solo-0.5.1.tar.gz
(65.9 kB
view details)
Built Distribution
File details
Details for the file rogii-solo-0.5.1.tar.gz
.
File metadata
- Download URL: rogii-solo-0.5.1.tar.gz
- Upload date:
- Size: 65.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95a64de627ac5b87df78689746ad0124f88c06c634aa699376b05f4d80754c78 |
|
MD5 | 9543f3a4170e699b4f6748c2293d90db |
|
BLAKE2b-256 | 52a0bfb1427553084d0860b6c54a11fa9af774c96ccd1b87c554e5c2fa107a23 |
File details
Details for the file rogii_solo-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: rogii_solo-0.5.1-py3-none-any.whl
- Upload date:
- Size: 43.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee8be22c88480367ece28a63cf8505047343dbefb1093383aa89624cb9c3ce47 |
|
MD5 | 485340c900e5f7b902857303f375f628 |
|
BLAKE2b-256 | bc4939a12c1ba7b67d326110b8ee65e5400327a25427d5d91a8633dfbe8681b6 |