Pipeline material class for static integrity calculation
Project description
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
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file pipeline_material-1.0.tar.gz
.
File metadata
- Download URL: pipeline_material-1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7da514913693ce28ab900ff8cb311fa3ee0565995c90c2e38e05ebfc54c06fe7 |
|
MD5 | 871ce163d3913865f6f7dfa04db88179 |
|
BLAKE2b-256 | c762b9111cffcacc42aa7f9dc4e0642079252aedca74b9b780c85137dd3ed8c3 |
File details
Details for the file pipeline_material-1.0-py3-none-any.whl
.
File metadata
- Download URL: pipeline_material-1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4d6310af141ee0618a656bc100567506d960995c50c5c780dbf56efc5e50b81 |
|
MD5 | 2aea23a43949b602def7732e635e6e51 |
|
BLAKE2b-256 | a4f96e9f7ea411a6e046aa077a2c820d813d836ab9b1ec302b0a213f4b0d5ea6 |