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-solocommand. - 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
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
rogii_solo-0.5.4.tar.gz
(89.3 kB
view details)
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 rogii_solo-0.5.4.tar.gz.
File metadata
- Download URL: rogii_solo-0.5.4.tar.gz
- Upload date:
- Size: 89.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45ba9b443ebb19a592e2920fc513e9c2198a2d0aa1e70819de2bdb74b5a64231
|
|
| MD5 |
f6a811e1ce2fb80744bc274da4e93318
|
|
| BLAKE2b-256 |
16d98dfeeb5d0681f1b57d444b82f029e6afc4a9ae51660794e473465b7e099f
|
File details
Details for the file rogii_solo-0.5.4-py3-none-any.whl.
File metadata
- Download URL: rogii_solo-0.5.4-py3-none-any.whl
- Upload date:
- Size: 69.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
218d237bb8a008bac836645e956d530c74a6fde769e9c8a61b29ec9eeb8a3573
|
|
| MD5 |
f17c55866205ecfdfb5adba18ca4a98c
|
|
| BLAKE2b-256 |
cccd455ed4374a53fbfcf347a99f91a99921050ed5ae193117103e1252dec9d3
|