F Prime Flight Software tooling, helpers and core data types
Project description
F´ Tools
A package containing tools to work with F´. Installation can be done using:
pip install fprime-tools
Issues for these tools should be reported here: File an issue See also: https://nasa.github.io/fprime to see the F´ framework.
Developer Installation
In order to install a branch not released on PIP, follow these steps:
- Clone this repo or the developer fork containing the desired branch
- Checkout the desired branch
- Remove previous installation with
pip uninstall fprime-tools
- Install local checkout with
pip install .
Developers can add the -e
flag when local changes need to affect the tool install immediately. -e
links the current directory into the PIP
install rather than copying the files over thus allowing local edits to affect the installed tools. This is commonly done during the development cycle.
Installing devel
These instructions will install the devel branch without allowing local edits to affect the installation.
git clone https://github.com/fprime-community/fprime-tools.git
cd fprime-tools
git checkout devel
pip uninstall fprime-tools
pip install .
Black Formatter
To automatically format code, the Black Formatter can be installed with:
pip install black
Then it can be run on the project using:
black ./
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
Hashes for fprime_tools-3.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38d4eab8842e72f2a9aa38c1e2680980052dbb4f87de42ad08068582f898422a |
|
MD5 | 5a86bfbaca9ac3d62d85edd74bf40a0c |
|
BLAKE2b-256 | 16b024cf96f0db27e2b7b49f5ff006aa6e6820ea4ceb06f6b9a37e5d14773224 |