pipeline-material 1.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

pipelinematerial 1.0

Pipeline material class for static integrity calculation





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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.