Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

iancleary/fastrf

Repository files navigation

ARCHIVED fastrf

I don't have time to continue working on this project. Feel free to use it as a starter!

FastRF is an application to create and track key system metrics

Test Publish Dependabot Enabled Coverage Package version Python Versions

The Basic Idea

Fastrf is a web server that makes it easy to create radio frequency (RF) gain line ups 📡, link budgets 🌎📡🛰️, and simulation models 🧪🧮 to capture the performance of an RF system.

This project will stand on the shoulders of some giants:

Installing fastrf

Install the latest release:

pip install fastrf

Documentation

Documentation is hosted at fastrf.org.

Dependencies

The pyproject.toml file is used by poetry to install dependencies into a virtual environment.

Poetry Command Line Interface Documnetation: https://python-poetry.org/docs/cli/

Only Python 3.6+ is supported as required by the black, fastapi, pydantic packages

This package was created with the icancclearynow/pypackage cookiecutter.