Skip to content

vb64/pipeline.material

Repository files navigation

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

About

Pipeline material class for static integrity calculation

Topics

Resources

License

Stars

Watchers

Forks