Fourier Toolkit (FTK) is a collection of utilities to compute Fourier Transforms.
# user install
pip install fourier_toolkit@git+https://github.com/SepandKashani/fourier_toolkit.git
# developer install
git clone https://github.com/SepandKashani/fourier_toolkit.git
cd fourier_toolkit/
pip install -e ".[dev]"