Skip to main content

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

  1. Install the package using pip install rogii-solo command.
  2. Generate access credentials on the landing page and copy the initialization string.
  3. Initialize the client by pasting the initialization string in the constructor.
  4. 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.0.tar.gz (65.8 kB view hashes)

Uploaded Source

Built Distribution

rogii_solo-0.5.0-py3-none-any.whl (43.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page