Skip to main content

Pipeline material class for static integrity calculation

Project description

Pipeline material class for static integrity calculation

GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status Codacy Badge Codacy Badge

Installation

pip install pipeline-material

Usage

from pipeline_material import PipelineMaterial

material = PipeMaterial("Steel", 20000)

assert material.smys == 20000
assert "smys 20000" in str(material)

Development

$ git clone git@github.com:vb64/pipeline.material.git
$ cd pipeline.material

With Python 3:

$ make setup PYTHON_BIN=/path/to/python3
$ make tests

With Python 2:

$ make setup2 PYTHON_BIN=/path/to/python2
$ make tests2

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipeline_material-1.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pipeline_material-1.0-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