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.3.tar.gz
(66.8 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.3.tar.gz.
File metadata
- Download URL: rogii_solo-0.5.3.tar.gz
- Upload date:
- Size: 66.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ac7b2a869f491d0530a8ee553ff95066fb0fab2a11ad6d374f3e27a85738399
|
|
| MD5 |
32b0285bdcd36865a7124b8c121b4f04
|
|
| BLAKE2b-256 |
59d6ecc1756b0301de7c0bc46e135bd10308992f7d7a112d5d6921607c680b26
|
File details
Details for the file rogii_solo-0.5.3-py3-none-any.whl.
File metadata
- Download URL: rogii_solo-0.5.3-py3-none-any.whl
- Upload date:
- Size: 43.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2517570a5a84da0d8023b125a8a8ec9e52f63d5721c8992674a1cea2705576e
|
|
| MD5 |
2dcb58c381278f5de49a938f4b71f4d9
|
|
| BLAKE2b-256 |
fccd7a144bcd88ba302e6dc94e5b4ba0a58e4559462fc78e3f72012578a21852
|