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 hashes)
Built Distribution
rogii_solo-0.5.1-py3-none-any.whl
(43.5 kB
view hashes)
Close
Hashes for rogii_solo-0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee8be22c88480367ece28a63cf8505047343dbefb1093383aa89624cb9c3ce47 |
|
MD5 | 485340c900e5f7b902857303f375f628 |
|
BLAKE2b-256 | bc4939a12c1ba7b67d326110b8ee65e5400327a25427d5d91a8633dfbe8681b6 |