Fire Safety Engineering Tools


Keywords
fire, safety, engineering
License
Apache-2.0
Install
pip install fsetools==0.0.5

Documentation

fsetools

Build Status

Fire Safety Engineering Tools.

Getting Started

Documentation is work in progress.

Installation

Python 3.7 or later is required. Anaconda Distribution is recommended for new starters, it includes Python and few useful packages including a package management tool pip (see below).

pip 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 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. You might want to upgrade pip before using it to install other programs.

  1. to use pip install from PyPI:

    pip install --upgrade fsetools
  2. to use pip install from GitHub (requires git):

    Note installing fsetools via this route will include the latest commits/changes to the library.

    pip install --upgrade "git+https://github.com/fsepy/fsetools.git@dev"

Command line interface

Once fsetools is installed, CLI help can be summoned using the following command in a terminal:

(base) C:\Users\Fu>fsetools -h

Remember to change to the correct Python environment if appropriate.

Authors

Ian Fu - fuyans@gmail.com

License

This project is licensed under the Apache License version 2.0 - see the LICENSE file for details