Last updated:
0 purchases
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 [email protected]: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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.