No project description provided
Project description
THREE60 Energy rushmore-tools
The rushmore-tools
package is a lightweight wrapper for accessing Rushmore Reviews, a prominent player in benchmarking data collection for upstream oil & gas activities.
Overview
The collection contains utilities:
- RushmoreExtractor
Usage
Simple usage. E.g. to download all Rushmore Drilling Performance Review data available to your API key, simply:
from rushmore_tools import RushmoreExtractor
report = RushmoreExtractor($api_key).report("DPR")
resp = report.get()
Development environment
We use poetry to manage dependencies and to administrate virtual environments. To develop
rushmore-tools
, follow the following steps to set up your local environment:
-
Install poetry if you haven't already.
-
Clone repository:
$ git clone git@github.com:THREE60-Energy/rushmore-tools.git
-
Move into the newly created local repository:
$ cd rushmore-tools
-
Create virtual environment and install dependencies:
$ poetry install
Code requirements
All code must pass black and isort style checks to be merged. It is recommended to install pre-commit hooks to ensure this locally before commiting code:
$ poetry run pre-commit install
Each public method, class and module should have docstrings. Docstrings are written in the Google style.
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
Built Distribution
File details
Details for the file rushmore_tools-1.0.2.tar.gz
.
File metadata
- Download URL: rushmore_tools-1.0.2.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ad34de73452a95eea5a72be3f1e350a44a9b96f2b85143a1d249f68f80e1768 |
|
MD5 | 0c83ada2d40807bfa9f92ef67fa2d887 |
|
BLAKE2b-256 | 0509efb62216dd29c606718ae49391da438ae8fb5d3096480b24686cf3b2df14 |
File details
Details for the file rushmore_tools-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: rushmore_tools-1.0.2-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83edc2d09d2f50940f9544400e73ac9e89f4369e27dfd47e7d2c33c229765a31 |
|
MD5 | c521a8b57306a5839e56029efcd65038 |
|
BLAKE2b-256 | 3f0f8155ce5a5b31b8039510ec56c1bdf722071205156d008418e9c9b5c461af |