Skip to main content

Python toolbox of the Structural Fire Engineering team of Ghent University (SFE@UGent)

Project description

magnelPy

magnelPy is a Python toolbox of the Structural Fire Engineering team of Ghent University (SFE@UGent)

Getting Started

Prerequisites

Python 3.6 or later; and

The following Python libraries:

numpy==1.15.0
pandas==0.23.3
scipy==1.1.0

Installation

pip

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.

magnelPy uses Python3.

  1. If you are using Windows with Python version 3.3 or higher, use the Python Launcher for Windows to use pip with Python version 3:
    pip install magnelPy
    
  2. If your system has a python3 command (standard on Unix-like systems), install with:
    python3 -m pip install magnelPy
    
  3. You can also just use the python command directly, but this will use the current version of Python in your environment:
    python -m pip install magnelPy
    

Usage

Using the help(.) functionality to explore the package functionalities is recommended.

Application steps:

  1. pip install magnelPy (e.g. within conda environment)
  2. explore magnelPy functionality $\gt\gt\gt$ import magnelPy $\gt\gt\gt$ help(magnelPy)
  3. [example] explore magnelPy.SFE.FireCurve functionality $\gt\gt\gt$ import magnelPy.SFE as sfe $\gt\gt\gt$ help(sfe.FireCurve)

Command line functionality:

  • SAFIR run
python -c "import magnelPy.SAFIRshell as x; x.runSAFIR()"
  • concrete slab temperature calculation EN1992-1-2:2004, ISO 834
python -c "import magnelPy.SFE as x; x.EC_concreteSlab_ISO834()"

Authors

Past contributors and acknowledgement

License

This project is licensed under the MIT License - see the LICENSE file for details - under the additional requirement of acknowledging the magnelPy development community.

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

magnelPy-0.3.1.tar.gz (66.0 kB view details)

Uploaded Source

Built Distribution

magnelPy-0.3.1-py3-none-any.whl (77.2 kB view details)

Uploaded Python 3

File details

Details for the file magnelPy-0.3.1.tar.gz.

File metadata

  • Download URL: magnelPy-0.3.1.tar.gz
  • Upload date:
  • Size: 66.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/3.9.13

File hashes

Hashes for magnelPy-0.3.1.tar.gz
Algorithm Hash digest
SHA256 0fef1996a6dac6920588afcb3964f98a6ef49eef43a2027d0e32e3804a542f2c
MD5 19cb54b0c7ef7b049663a5326af543d0
BLAKE2b-256 8b7103fbf7395943e7273c36fc697fd71797e0abf86f38f5d64adddc84a90741

See more details on using hashes here.

File details

Details for the file magnelPy-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: magnelPy-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 77.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/3.9.13

File hashes

Hashes for magnelPy-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9cb89d6ea49fb9ea3f35d14c6dc66dc831fb3eeb175b4933a2460070f6276657
MD5 58e7ea6fb87182d34e4d062a99c8baa8
BLAKE2b-256 3f7a1234a3b57f60a15d69c2afa7d626973568f8419191ce3b8982b689e69dc7

See more details on using hashes here.

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