SkillAgentSearch skills...

Firefish

CFD simulation software for Martlet 3

Install / Use

/learn @cuspaceflight/Firefish
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

firefish

Build Status Coverage
Status Documentation
Status

CFD simulation software for Martlet 3

Installation

This software is primarily written in Python and may be installed via the standard pip utility:

$ pip install git+https://github.com/cuspaceflight/firefish.git

For developers, pip can be used to create a "development" install which uses symlink magic to allow changes in files to be reflected without re-installing:

$ git clone git@github.com:cuspaceflight/firefish.git
$ cd firefish
$ pip install -e .

Testing

The tox automation tool is used to automate the process of running the test suite under both Python 2.7 and whichever version of Python 3 is installed on the system. To run the test suite:

$ tox

Documentation

Documentation is generated by the Sphinx tool. It lives in the doc directory and can be compiled via:

$ pip install -r doc/requirements.txt
$ sphinx-build doc build/html

The file build/html/index.html contains the index page for the documentation.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5mo ago
Forks4

Languages

Python

Security Score

82/100

Audited on Oct 27, 2025

No findings