Reliafy CLI for reliability analysis, design optimization, and simulation.
Project description
Reliafy CLI
Reliafy CLI provides reliability analysis, design, and simulation workflows with simple profile-based configuration.
Quick Start
# Install from PyPI
pip install reliafy
# Show help
python -m reliafy --help
# Copy packaged example problems
python -m reliafy examples cp
# Run an analysis with the default profile
python -m reliafy analyze default --include-sorm --plot-rfad
Profiles
Profiles are YAML files under profiles/ that control run options.
# Create and edit a custom profile
python -m reliafy profile new custom
python -m reliafy profile nano custom
# or
python -m reliafy profile vim custom
# Validate, list, copy, rename
python -m reliafy profile val custom
python -m reliafy profile ls
python -m reliafy profile cp default mycopy
python -m reliafy profile mv oldname newname
Full Documentation
The complete documentation site is built with MkDocs Material.
- Site navigation mirrors CLI commands and common tasks.
- Developer preview:
mkdocs servethen open the shown URL.
Requirements
- Python 3.10+
- Internet connection for API access and authentication
Notes
- Auth0 device flow uses public values (domain, client ID, audience). No client secret is used in the CLI.
- Packaged example problems are available under
reliafy/examples/problems.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reliafy-0.1.1.tar.gz.
File metadata
- Download URL: reliafy-0.1.1.tar.gz
- Upload date:
- Size: 33.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75d5ee6de27cbb4d15ce7187ab41c3645dda1998ea666e42c3f92b572028e490
|
|
| MD5 |
ec1f7a388ae6424c2f0b18b88fd0f38d
|
|
| BLAKE2b-256 |
06b99e357e6fe1c0b7c796e2296d79c7f9239ae26b0771658d2a09de7c194891
|
File details
Details for the file reliafy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: reliafy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 46.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6327c15d96998fbafa5e8407408d57b49aff02f01d905f2e0d27856b8db416ee
|
|
| MD5 |
e35993573f727dfce74f6eed582e54e7
|
|
| BLAKE2b-256 |
115799738e1b9e05c16dc4f765c079d808809f14c91f3a1aa982110bfe0e5b45
|