Skip to main content

A reliability analysis python package

Project description

RePyability

Reliability Engineering Tools

This is a series of tools created to make an open source set of methods to be used by reliability engineers to make it more accessible for students right through to practicing professionals.

Install

RePyability can be installed via pip using the PyPI repository

pip install repyability

Testing

Run the testing suite by simply executing:

pytest

or use coverage to get a coverage report:

coverage run -m pytest  # Run pytest under coverage's watch
coverage report         # Print coverage report
coverage html           # Make a html coverage report (really useful), open htmlcov/index.html

Pre-commit

TL;DR

  • Pip install pre-commit (it's in requirements.txt anyways)
  • Run pre-commit install which sets up the git hook scripts
  • If you'd like, run pre-commit run --all-files to run the hooks on all files
  • When you go to commit, it will only proceed after all the hooks succeed

Why?

To ensure the good code quality and consistency it is recommended that when contributing to this repository to use the provided .pre-commit-config.yaml configuration for the Python package pre-commit (https://pre-commit.com). Upon making a commit, it checks that imports and requirements are sorted, syntax is up-to-date, code is formatted, linted, and statically type-checked, all with the same tools and configurations as one another.

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

repyability-0.4.0.tar.gz (25.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

repyability-0.4.0-py3-none-any.whl (31.0 kB view details)

Uploaded Python 3

File details

Details for the file repyability-0.4.0.tar.gz.

File metadata

  • Download URL: repyability-0.4.0.tar.gz
  • Upload date:
  • Size: 25.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for repyability-0.4.0.tar.gz
Algorithm Hash digest
SHA256 94482e577baa2286de2cadc75f8d2cc665f50913cf9062d009001f510c719f1c
MD5 06eb6232183478eec8f1734115c0ced1
BLAKE2b-256 e10d09d739c2ba219148b53fd747239e99877522479cf217e67ad5f96dff1cab

See more details on using hashes here.

File details

Details for the file repyability-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: repyability-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 31.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for repyability-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 33e6391251ce15699ab2ab726ead53ccdef94da052f09bf3947279ef2e5eeecd
MD5 c1f43f374bbcf3c973db4db7f4077c02
BLAKE2b-256 c51f4653460cc2cfcc6dd150875a3bfb413e76acb8fb0c981f28343e9e143cc7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page