{"id":37079846,"url":"https://github.com/fsepy/sfeprapy","last_synced_at":"2026-01-14T09:39:39.652Z","repository":{"id":47476782,"uuid":"143844657","full_name":"fsepy/SFEPRAPY","owner":"fsepy","description":"Structural Fire Engineering - Probabilistic Reliability Assessment","archived":false,"fork":false,"pushed_at":"2025-07-24T20:41:46.000Z","size":19859,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-27T20:00:31.192Z","etag":null,"topics":["eurocode","fire","ibmb-fire","monte-carlo-simulation","parametric-fire","probabilistic-analysis","reliability","structural","travelling-fire"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fsepy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-07T08:39:22.000Z","updated_at":"2025-10-13T09:20:17.000Z","dependencies_parsed_at":"2023-12-26T09:08:26.132Z","dependency_job_id":"0ad4e5df-5b1b-4c6d-9816-1f527a521b47","html_url":"https://github.com/fsepy/SFEPRAPY","commit_stats":{"total_commits":307,"total_committers":2,"mean_commits":153.5,"dds":"0.026058631921824116","last_synced_commit":"360f793eb994800195296eb8ff4328926cd0a65b"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/fsepy/SFEPRAPY","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsepy%2FSFEPRAPY","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsepy%2FSFEPRAPY/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsepy%2FSFEPRAPY/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsepy%2FSFEPRAPY/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsepy","download_url":"https://codeload.github.com/fsepy/SFEPRAPY/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsepy%2FSFEPRAPY/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eurocode","fire","ibmb-fire","monte-carlo-simulation","parametric-fire","probabilistic-analysis","reliability","structural","travelling-fire"],"created_at":"2026-01-14T09:39:38.956Z","updated_at":"2026-01-14T09:39:39.648Z","avatar_url":"https://github.com/fsepy.png","language":"Python","readme":"# SFEPRAPY\n[![GitHub version](https://badge.fury.io/gh/fsepy%2Fsfeprapy.svg)](https://github.com/fsepy/SfePrapy)\n[![Build Status](https://img.shields.io/travis/fsepy/SfePrapy.svg?branch=master\u0026label=build%20(master)\u0026style=flat)](https://travis-ci.org/fsepy/SfePrapy)\n[![Build Status](https://img.shields.io/travis/fsepy/SfePrapy.svg?branch=dev\u0026label=build%20(dev)\u0026style=flat)](https://travis-ci.org/fsepy/SfePrapy)\n[![codecov](https://codecov.io/gh/fsepy/SfePrapy/branch/dev/graph/badge.svg)](https://codecov.io/gh/fsepy/SfePrapy)\n\nStructural fire engineering (Sfe) probabilistic reliability assessment (Pra) Python (py) is a probabilistic analysis tool. It calculates equivalent of time exposure to ISO 834 standard fire and this can be used to assess the appropriate fire resistance rating for structural elements using reliability based methods.\n\n`sfeprapy` is under continuous development and actively used in research and real engineering design problems.\n\nLegacy wiki can be found [here](https://github.com/fsepy/SfePrapy/wiki).\n\nDocumentation (WIP) can be found [here](https://sfeprapy-doc.readthedocs.io/en/latest/index.html)\n\nA publication summarising the capabilities can be found [here](https://www.researchgate.net/publication/333202825_APPLICATION_OF_PYTHON_PROGRAMMING_LANGUAGE_IN_STRUCTURAL_FIRE_ENGINEERING_-_MONTE_CARLO_SIMULATION).\n\n## Getting Started\n\n### Installation\n\nChose one of the following installation path.\n\n[Python](https://www.python.org/downloads/) 3.7 or later is required. [Anaconda Distribution](https://www.anaconda.com/distribution/#download-section) is recommended for new starters, it includes Python and few useful packages including a package management tool pip (see below).\n\n[pip](https://pypi.org/) is a package management system for installing and updating Python packages. pip comes with Python, so you get pip simply by installing Python. On Ubuntu and Fedora Linux, you can simply use your system package manager to install the `python3-pip` package. [The Hitchhiker's Guide to Python](https://docs.python-guide.org/starting/installation/) provides some guidance on how to install Python on your system if it isn't already; you can also install Python directly from [python.org](https://www.python.org/getit/). You might want to [upgrade pip](https://pip.pypa.io/en/stable/installing/) before using it to install other programs.\n\n1. to use `pip` install from PyPI:\n\n    [![Downloads](https://pepy.tech/badge/sfeprapy)](https://pepy.tech/project/sfeprapy)\n\n    ```sh\n    pip install --upgrade sfeprapy\n    ```\n\n2. to use `pip` install from GitHub (requires [git](https://git-scm.com/downloads)):  \n\n    *Note installing `SfePrapy` via this route will include the lastest commits/changes to the library.*  \n\n    ```sh\n    pip install --upgrade \"git+https://github.com/fsepy/SfePrapy.git@master\"\n    ```\n\n\n### Command line interface\n\n`sfeprapy` command line interface (CLI) uses the current working directory to obtain and/or save files.\n\n#### To get help\n\n```sh\nsfeprapy -h\n```\n\n#### To produce a `sfeprapy.mcs0` example input file\n\n```sh\nsfeprapy mcs0 template example_input.csv\n```\n\n#### To run `sfeprapy.mcs0` simulation\n\n```sh\nsfeprapy mcs0 -p 4 example_input.csv\n```\n\n`sfeprapy.mcs0` uses the [multiprocessing](https://docs.python.org/3.4/library/multiprocessing.html#module-multiprocessing) library to utilise full potential performance of multi-core CPUs. The `-p 4` defines 4 threads will be used in running the simulation, 1 is the default value.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsepy%2Fsfeprapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffsepy%2Fsfeprapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsepy%2Fsfeprapy/lists"}