Skip to main content

The RAMS ToolKit (RAMSTK) is a suite of tools for performing and documenting reliability, availability, maintainability, and safety (RAMS) analyses

Reason this release was yanked:

Version is broken and not worthy.

Project description

The RAMS ToolKit (RAMSTK)

A toolkit for Reliability, Availability, Maintainability, and Safety (RAMS) analyses.

Github PyPI

Please note the development branch is currently the default branch until version 1.0.0 is released.

Build Status Build status Codacy Badge Codacy Badge Coverage Status Documentation Status

🚩 Table of Contents

🎨 Features

RAMSTK is built on the concept of modules where a module is a collection of related information and/or analyses pertinent to system development. The modules currently included in RAMSTK are:

  • Function Module
    • Functional decomposition
    • Functional FMEA
    • Hardware/Function matrix
  • Requirements Module
    • Stakeholder input prioritization
    • Requirement development
    • Analysis of requirement for clarity, completeness, consistency, and verifiability
  • Hardware Module
    • Reliability allocation
      • Equal apportionment
      • AGREE apportionment
      • ARINC apportionment
      • Feasibility of Objectives
    • Hazards analysis
    • Hardware reliability predictions using various methods
      • Similar items analysis
      • MIL-HDBK-217F parts count
      • MIL-HDBK-217F parts stress
    • FMEA/FMECA
      • RPN
      • MIL-STD-1629A, Task 102 Criticality Analysis
    • Physics of failure analysis
  • Validation Module
    • Task description
    • Task acceptance value(s)
    • Task time
    • Task cost
    • Overall validation plan time/cost estimates

💾 Installing

These instructions will get RAMSTK up and running on your local machine.

Prerequisites

RAMSTK requires PyGTK to be installed. If you plan to install RAMSTK in a virtual environment (not a terrible idea if you're just giving RAMSTK a spin), please see DEVELOPMENT_ENV.md for instructions on installing RAMSTK dependencies. Otherwise, simply use your package manager to install PyGTK and one of the options below to install the remaining dependencies.

Using pip

To install from PyPI using pip, simply issue the following command:

$ pip install ramstk

With the exception of PyGTK, pip will install any missing runtime dependencies automatically.

Download

Install any missing RAMSTK dependencies using pip, your package manager, and/or build from source. Then download the of RAMSTK source from GitHub Releases you wish to install.

$ tar -xf ramstk-<version>.tar.gz
$ cd ramstk-<version>
$ python setup.py install

Running the Tests

To run the entire test suite for RAMSTK after installing, simply execute:

$ python setup.py test

To run specific tests or groups of tests, use pytest:

$ pytest -m integration tests/modules/test_allocation.py
$ pytest -m calculation tests/analyses/prediction

Coding Style Tests

The test directory contains a script named RunTests.py. This is for executing static checkers such as pylint and is intended for developers. It makes it easier to integrate into an IDE. You can execute the following to see what RunTests.py wraps:

$ tests/RunTests.py --help

🔨 Usage

After installing RAMSTK, it can be launched from a terminal emulator:

$ ramstk

This is a good option if you need to file an issue as the output should be included in your report.

RAMSTK installs a *.desktop file and can be found where ever applications in the category Math or Science are listed.

💬 Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Also read DEVELOPMENT_ENV.md for instructions on setting up a development environment to work on and test RAMSTK.

🍞 Authors

  • Doyle 'weibullguy' Rowland - Initial work - weibullguy

📜 License

This project is licensed under the BSD-3-Clause License - see the LICENSE file for details.

RAMSTK is also registered with the United States Copyright Office under registration number TXu 1-896-035.

Similar Products

The following are commercially available products that perform RAMS analyses. We are not endorsing any of them; they are all fine products and may be a better fit for you or your organization depending on your needs and budget. Obviously, we would prefer you use RAMSTK.

Project details


Download files

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

Source Distribution

RAMSTK-1.0.0.dev1.tar.gz (614.8 kB view hashes)

Uploaded Source

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