Skip to main content

A small example package

Project description

Pydspdm Manual

Table of Contents


Installation

# Install a pip package in the current Jupyter kernel
import sys
!{sys.executable} -m pip install numpy

Usage

This util contains two separated package, dspdmapi which is aiming gettting data from dspdm service, and dspdmutil is a toolset for pre-defined calculation

example of using dspdmapi

import dspdmapi
well = dspdmapi.getWellData()

example of using dspdmutil, well is retrived by previous operation

import dspdmutil
output_well = dspdmutil.countActiveWell(well)

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

pydspdm-0.0.5.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

pydspdm-0.0.5-py3-none-any.whl (3.1 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