SAFIR shell
Project description
SAFIRshell
SAFIRshell is a Python tool to support computations with the finite element solver SAFIR.
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.
SAFIRshell uses Python3.
- 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 safirshell
- If your system has a
python3
command (standard on Unix-like systems), install with:python3 -m pip install safirshell
- 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 safirshell
Usage
To run a single SAFIR calculation, use the following commands.
python -m SAFIRshell.shell
Authors
- Ruben Van Coile - ruben.vancoile@gmail.com
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file SAFIRshell-0.0.3.tar.gz
.
File metadata
- Download URL: SAFIRshell-0.0.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50e9ed8c750fa11728147b7f4113594b4b698e13c7ad10048825be4dbd00a61c |
|
MD5 | 1fb762195a8d3e41c321de47f844ef4e |
|
BLAKE2b-256 | 529c455fb8be7cf8c2745a2e530f3ed89d854c4ff687ed64af471016af74dc7b |
File details
Details for the file SAFIRshell-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: SAFIRshell-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e59e4822edb9dda40d368b4fbd57aef4ddcd7028d818b4704b4dbe4a18682502 |
|
MD5 | cc74cbdc77b332629c2efa258fc19ca1 |
|
BLAKE2b-256 | 18cf93fbb5545c669fafbb977fd74727a4a408ebce5e627af68c8d034cb331c5 |